Skip to content
2 changes: 1 addition & 1 deletion src/2.1/en/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
<title>Schedule backups</title>
<para>
Scheduling your backups is not part of phpbu. Nevertheless here is an example how to do
it with <ulink url="https://de.wikipedia.org/wiki/Cron">Cron</ulink>. Adding one of the following lines
it with <ulink url="https://en.wikipedia.org/wiki/Cron">Cron</ulink>. Adding one of the following lines
to your crontab will execute your backup every morning at 3:10 AM.
</para>
<example>
Expand Down
2 changes: 1 addition & 1 deletion src/2.1/en/installation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</para>

<para>
The different backup sources may need their respective executable binary f.e. <literal>mysqldump</literal>.
The different backup sources may need their respective executable binary e.g. <literal>mysqldump</literal>.
</para>

</section>
Expand Down
6 changes: 3 additions & 3 deletions src/2.1/en/integrations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<para>
While the phpbu configuration files give you full access to all features of phpbu
the laravel configuration file currently does not support all features of phpbu f.e. encryption.
the laravel configuration file currently does not support all features of phpbu e.g. encryption.
</para>

<bridgehead>Using the laravel configuration</bridgehead>
Expand Down Expand Up @@ -133,14 +133,14 @@

<para>
Just define the laravel database connection configured in your <literal>databases.php</literal> configuration
you want to backup and you are done. You can overwrite every setting defined with the specific option f.e.
you want to backup and you are done. You can overwrite every setting defined with the specific option e.g.
<literal>username</literal> or <literal>password</literal> in case you have to use different credentials to
backup your database.
</para>

<para>
You can use every option the <link linkend="source.mysqldump">mysqldump</link> source supports
f.e. to exclude some tables.
e.g. to exclude some tables.
Just use the <emphasis>option-name</emphasis> as index and the <emphasis>option-value</emphasis> as value.
</para>

Expand Down
6 changes: 3 additions & 3 deletions src/2.1/en/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</row>
<row>
<entry>redis</entry>
<entry>Backup redis with the redis-cli command line tool.</entry>
<entry>Backup Redis with the redis-cli command line tool.</entry>
</row>
<row>
<entry>tar</entry>
Expand All @@ -56,7 +56,7 @@
<title>ArangoDB</title>

<para>
Backup a ArangoDB database with arangodump.
Backup an ArangoDB database with arangodump.
</para>

<table id="source.tables.options.arangodump">
Expand Down Expand Up @@ -501,7 +501,7 @@
<title>redis</title>

<para>
Backup redis data structure store using redis-cli.
Backup Redis data structure store using redis-cli.
</para>

<table id="source.tables.options.redis">
Expand Down
2 changes: 1 addition & 1 deletion src/3.0/en/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
<title>Schedule backups</title>
<para>
Scheduling your backups is not part of phpbu. Nevertheless here is an example how to do
it with <ulink url="https://de.wikipedia.org/wiki/Cron">Cron</ulink>. Adding one of the following lines
it with <ulink url="https://en.wikipedia.org/wiki/Cron">Cron</ulink>. Adding one of the following lines
to your crontab will execute your backup every morning at 3:10 AM.
</para>
<example>
Expand Down
2 changes: 1 addition & 1 deletion src/3.0/en/installation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</para>

<para>
The different backup sources may need their respective executable binary f.e. <literal>mysqldump</literal>.
The different backup sources may need their respective executable binary e.g. <literal>mysqldump</literal>.
</para>

</section>
Expand Down
6 changes: 3 additions & 3 deletions src/3.0/en/integrations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<para>
While the phpbu configuration files give you full access to all features of phpbu
the laravel configuration file currently does not support all features of phpbu f.e. encryption.
the laravel configuration file currently does not support all features of phpbu e.g. encryption.
</para>

<bridgehead>Using the laravel configuration</bridgehead>
Expand Down Expand Up @@ -133,14 +133,14 @@

<para>
Just define the laravel database connection configured in your <literal>databases.php</literal> configuration
you want to backup and you are done. You can overwrite every setting defined with the specific option f.e.
you want to backup and you are done. You can overwrite every setting defined with the specific option e.g.
<literal>username</literal> or <literal>password</literal> in case you have to use different credentials to
backup your database.
</para>

<para>
You can use every option the <link linkend="source.mysqldump">mysqldump</link> source supports
f.e. to exclude some tables.
e.g. to exclude some tables.
Just use the <emphasis>option-name</emphasis> as index and the <emphasis>option-value</emphasis> as value.
</para>

Expand Down
8 changes: 4 additions & 4 deletions src/3.0/en/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</row>
<row>
<entry>redis</entry>
<entry>Backup redis with the redis-cli command line tool.</entry>
<entry>Backup Redis with the redis-cli command line tool.</entry>
</row>
<row>
<entry>tar</entry>
Expand All @@ -60,7 +60,7 @@
<title>ArangoDB</title>

<para>
Backup a ArangoDB database with arangodump.
Backup an ArangoDB database with arangodump.
</para>

<table id="source.tables.options.arangodump">
Expand Down Expand Up @@ -618,7 +618,7 @@
<title>pgdump XML example</title>
<programlisting><![CDATA[<!-- source pgdump -->
<source type="pgdump">
<option name="database" value="myDstabase"/>
<option name="database" value="myDatabase"/>
<option name="user" value="myName"/>
<option name="password" value="topSecret"/>
</source>]]></programlisting>
Expand All @@ -644,7 +644,7 @@
<title>redis</title>

<para>
Backup redis data structure store using redis-cli.
Backup Redis data structure store using redis-cli.
</para>

<table id="source.tables.options.redis">
Expand Down
2 changes: 1 addition & 1 deletion src/3.1/en/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
<title>Schedule backups</title>
<para>
Scheduling your backups is not part of phpbu. Nevertheless here is an example how to do
it with <ulink url="https://de.wikipedia.org/wiki/Cron">Cron</ulink>. Adding one of the following lines
it with <ulink url="https://en.wikipedia.org/wiki/Cron">Cron</ulink>. Adding one of the following lines
to your crontab will execute your backup every morning at 3:10 AM.
</para>
<example>
Expand Down
2 changes: 1 addition & 1 deletion src/3.1/en/installation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</para>

<para>
The different backup sources may need their respective executable binary f.e. <literal>mysqldump</literal>.
The different backup sources may need their respective executable binary e.g. <literal>mysqldump</literal>.
</para>

</section>
Expand Down
6 changes: 3 additions & 3 deletions src/3.1/en/integrations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<para>
While the phpbu configuration files give you full access to all features of phpbu
the laravel configuration file currently does not support all features of phpbu f.e. encryption.
the laravel configuration file currently does not support all features of phpbu e.g. encryption.
</para>

<bridgehead>Using the laravel configuration</bridgehead>
Expand Down Expand Up @@ -133,14 +133,14 @@

<para>
Just define the laravel database connection configured in your <literal>databases.php</literal> configuration
you want to backup and you are done. You can overwrite every setting defined with the specific option f.e.
you want to backup and you are done. You can overwrite every setting defined with the specific option e.g.
<literal>username</literal> or <literal>password</literal> in case you have to use different credentials to
backup your database.
</para>

<para>
You can use every option the <link linkend="source.mysqldump">mysqldump</link> source supports
f.e. to exclude some tables.
e.g. to exclude some tables.
Just use the <emphasis>option-name</emphasis> as index and the <emphasis>option-value</emphasis> as value.
</para>

Expand Down
8 changes: 4 additions & 4 deletions src/3.1/en/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</row>
<row>
<entry>redis</entry>
<entry>Backup redis with the redis-cli command line tool.</entry>
<entry>Backup Redis with the redis-cli command line tool.</entry>
</row>
<row>
<entry>tar</entry>
Expand All @@ -60,7 +60,7 @@
<title>ArangoDB</title>

<para>
Backup a ArangoDB database with arangodump.
Backup an ArangoDB database with arangodump.
</para>

<table id="source.tables.options.arangodump">
Expand Down Expand Up @@ -625,7 +625,7 @@
<title>pgdump XML example</title>
<programlisting><![CDATA[<!-- source pgdump -->
<source type="pgdump">
<option name="database" value="myDstabase"/>
<option name="database" value="myDatabase"/>
<option name="user" value="myName"/>
<option name="password" value="topSecret"/>
</source>]]></programlisting>
Expand All @@ -651,7 +651,7 @@
<title>redis</title>

<para>
Backup redis data structure store using redis-cli.
Backup Redis data structure store using redis-cli.
</para>

<table id="source.tables.options.redis">
Expand Down
2 changes: 1 addition & 1 deletion src/3.2/en/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
<title>Schedule backups</title>
<para>
Scheduling your backups is not part of phpbu. Nevertheless here is an example how to do
it with <ulink url="https://de.wikipedia.org/wiki/Cron">Cron</ulink>. Adding one of the following lines
it with <ulink url="https://en.wikipedia.org/wiki/Cron">Cron</ulink>. Adding one of the following lines
to your crontab will execute your backup every morning at 3:10 AM.
</para>
<example>
Expand Down
2 changes: 1 addition & 1 deletion src/3.2/en/installation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</para>

<para>
The different backup sources may need their respective executable binary f.e. <literal>mysqldump</literal>.
The different backup sources may need their respective executable binary e.g. <literal>mysqldump</literal>.
</para>

</section>
Expand Down
6 changes: 3 additions & 3 deletions src/3.2/en/integrations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<para>
While the phpbu configuration files give you full access to all features of phpbu
the laravel configuration file currently does not support all features of phpbu f.e. encryption.
the laravel configuration file currently does not support all features of phpbu e.g. encryption.
</para>

<bridgehead>Using the laravel configuration</bridgehead>
Expand Down Expand Up @@ -133,14 +133,14 @@

<para>
Just define the laravel database connection configured in your <literal>databases.php</literal> configuration
you want to backup and you are done. You can overwrite every setting defined with the specific option f.e.
you want to backup and you are done. You can overwrite every setting defined with the specific option e.g.
<literal>username</literal> or <literal>password</literal> in case you have to use different credentials to
backup your database.
</para>

<para>
You can use every option the <link linkend="source.mysqldump">mysqldump</link> source supports
f.e. to exclude some tables.
e.g. to exclude some tables.
Just use the <emphasis>option-name</emphasis> as index and the <emphasis>option-value</emphasis> as value.
</para>

Expand Down
10 changes: 5 additions & 5 deletions src/3.2/en/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</row>
<row>
<entry>redis</entry>
<entry>Backup redis with the redis-cli command line tool.</entry>
<entry>Backup Redis with the redis-cli command line tool.</entry>
</row>
<row>
<entry>rsync</entry>
Expand All @@ -64,7 +64,7 @@
<title>ArangoDB</title>

<para>
Backup a ArangoDB database with arangodump.
Backup an ArangoDB database with arangodump.
</para>

<table id="source.tables.options.arangodump">
Expand Down Expand Up @@ -636,7 +636,7 @@
<title>pgdump XML example</title>
<programlisting><![CDATA[<!-- source pgdump -->
<source type="pgdump">
<option name="database" value="myDstabase"/>
<option name="database" value="myDatabase"/>
<option name="user" value="myName"/>
<option name="password" value="topSecret"/>
</source>]]></programlisting>
Expand All @@ -662,7 +662,7 @@
<title>redis</title>

<para>
Backup redis data structure store using redis-cli.
Backup Redis data structure store using redis-cli.
</para>

<table id="source.tables.options.redis">
Expand Down Expand Up @@ -771,7 +771,7 @@
<entry>string</entry>
<entry>no</entry>
<entry>-</entry>
<entry>Host to connecto to.</entry>
<entry>Host to connect to.</entry>
</row>
<row>
<entry>user</entry>
Expand Down
2 changes: 1 addition & 1 deletion src/4.0/en/cli.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Usage: phpbu [option]
limit option.
</para>
<para>
All you have to to, is to set the limit option to a comma separated list of backup names (nameA,nameB,nameC).
All you have to do, is to set the limit option to a comma separated list of backup names (nameA,nameB,nameC).
</para>
<caution>
<title>Warning</title>
Expand Down
2 changes: 1 addition & 1 deletion src/4.0/en/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
<title>Schedule backups</title>
<para>
Scheduling your backups is not part of phpbu. Nevertheless here is an example how to do
it with <ulink url="https://de.wikipedia.org/wiki/Cron">Cron</ulink>. Adding one of the following lines
it with <ulink url="https://en.wikipedia.org/wiki/Cron">Cron</ulink>. Adding one of the following lines
to your crontab will execute your backup every morning at 3:10 AM.
</para>
<example>
Expand Down
2 changes: 1 addition & 1 deletion src/4.0/en/installation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</para>

<para>
The different backup sources may need their respective executable binary f.e. <literal>mysqldump</literal>.
The different backup sources may need their respective executable binary e.g. <literal>mysqldump</literal>.
</para>

</section>
Expand Down
6 changes: 3 additions & 3 deletions src/4.0/en/integrations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<para>
While the phpbu configuration files give you full access to all features of phpbu
the laravel configuration file currently does not support all features of phpbu f.e. encryption.
the laravel configuration file currently does not support all features of phpbu e.g. encryption.
</para>

<bridgehead>Using the laravel configuration</bridgehead>
Expand Down Expand Up @@ -133,14 +133,14 @@

<para>
Just define the laravel database connection configured in your <literal>databases.php</literal> configuration
you want to backup and you are done. You can overwrite every setting defined with the specific option f.e.
you want to backup and you are done. You can overwrite every setting defined with the specific option e.g.
<literal>username</literal> or <literal>password</literal> in case you have to use different credentials to
backup your database.
</para>

<para>
You can use every option the <link linkend="source.mysqldump">mysqldump</link> source supports
f.e. to exclude some tables.
e.g. to exclude some tables.
Just use the <emphasis>option-name</emphasis> as index and the <emphasis>option-value</emphasis> as value.
</para>

Expand Down
Loading