Schedule backups
Scheduling your backups is not part of phpbu. Nevertheless here is an example how to do
- it with Cron. Adding one of the following lines
+ it with Cron. Adding one of the following lines
to your crontab will execute your backup every morning at 3:10 AM.
diff --git a/src/2.1/en/installation.xml b/src/2.1/en/installation.xml
index 4ccc94a..71d1427 100644
--- a/src/2.1/en/installation.xml
+++ b/src/2.1/en/installation.xml
@@ -26,7 +26,7 @@
- The different backup sources may need their respective executable binary f.e. mysqldump.
+ The different backup sources may need their respective executable binary e.g. mysqldump.
diff --git a/src/2.1/en/integrations.xml b/src/2.1/en/integrations.xml
index 2450d25..26d74c6 100644
--- a/src/2.1/en/integrations.xml
+++ b/src/2.1/en/integrations.xml
@@ -92,7 +92,7 @@
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.
Using the laravel configuration
@@ -133,14 +133,14 @@
Just define the laravel database connection configured in your databases.php 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.
username or password in case you have to use different credentials to
backup your database.
You can use every option the mysqldump source supports
- f.e. to exclude some tables.
+ e.g. to exclude some tables.
Just use the option-name as index and the option-value as value.
diff --git a/src/2.1/en/source.xml b/src/2.1/en/source.xml
index c80713c..02aab4e 100644
--- a/src/2.1/en/source.xml
+++ b/src/2.1/en/source.xml
@@ -35,7 +35,7 @@
redis
- Backup redis with the redis-cli command line tool.
+ Backup Redis with the redis-cli command line tool.tar
@@ -56,7 +56,7 @@
ArangoDB
- Backup a ArangoDB database with arangodump.
+ Backup an ArangoDB database with arangodump.
@@ -501,7 +501,7 @@
redis
- Backup redis data structure store using redis-cli.
+ Backup Redis data structure store using redis-cli.
diff --git a/src/3.0/en/configuration.xml b/src/3.0/en/configuration.xml
index a6728c4..3090068 100644
--- a/src/3.0/en/configuration.xml
+++ b/src/3.0/en/configuration.xml
@@ -511,7 +511,7 @@
Schedule backups
Scheduling your backups is not part of phpbu. Nevertheless here is an example how to do
- it with Cron. Adding one of the following lines
+ it with Cron. Adding one of the following lines
to your crontab will execute your backup every morning at 3:10 AM.
diff --git a/src/3.0/en/installation.xml b/src/3.0/en/installation.xml
index b8c8e2d..53b6391 100644
--- a/src/3.0/en/installation.xml
+++ b/src/3.0/en/installation.xml
@@ -26,7 +26,7 @@
- The different backup sources may need their respective executable binary f.e. mysqldump.
+ The different backup sources may need their respective executable binary e.g. mysqldump.
diff --git a/src/3.0/en/integrations.xml b/src/3.0/en/integrations.xml
index 69dcdf7..b1511ee 100644
--- a/src/3.0/en/integrations.xml
+++ b/src/3.0/en/integrations.xml
@@ -92,7 +92,7 @@
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.
Using the laravel configuration
@@ -133,14 +133,14 @@
Just define the laravel database connection configured in your databases.php 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.
username or password in case you have to use different credentials to
backup your database.
You can use every option the mysqldump source supports
- f.e. to exclude some tables.
+ e.g. to exclude some tables.
Just use the option-name as index and the option-value as value.
diff --git a/src/3.0/en/source.xml b/src/3.0/en/source.xml
index 51e0630..e3b929f 100644
--- a/src/3.0/en/source.xml
+++ b/src/3.0/en/source.xml
@@ -39,7 +39,7 @@
redis
- Backup redis with the redis-cli command line tool.
+ Backup Redis with the redis-cli command line tool.tar
@@ -60,7 +60,7 @@
ArangoDB
- Backup a ArangoDB database with arangodump.
+ Backup an ArangoDB database with arangodump.
@@ -618,7 +618,7 @@
pgdump XML example
-
+
]]>
@@ -644,7 +644,7 @@
redis
- Backup redis data structure store using redis-cli.
+ Backup Redis data structure store using redis-cli.
diff --git a/src/3.1/en/configuration.xml b/src/3.1/en/configuration.xml
index 68a87e6..612e8d5 100644
--- a/src/3.1/en/configuration.xml
+++ b/src/3.1/en/configuration.xml
@@ -511,7 +511,7 @@
Schedule backups
Scheduling your backups is not part of phpbu. Nevertheless here is an example how to do
- it with Cron. Adding one of the following lines
+ it with Cron. Adding one of the following lines
to your crontab will execute your backup every morning at 3:10 AM.
diff --git a/src/3.1/en/installation.xml b/src/3.1/en/installation.xml
index 7f187c1..6a5849e 100644
--- a/src/3.1/en/installation.xml
+++ b/src/3.1/en/installation.xml
@@ -27,7 +27,7 @@
- The different backup sources may need their respective executable binary f.e. mysqldump.
+ The different backup sources may need their respective executable binary e.g. mysqldump.
diff --git a/src/3.1/en/integrations.xml b/src/3.1/en/integrations.xml
index 3abe869..5b86f40 100644
--- a/src/3.1/en/integrations.xml
+++ b/src/3.1/en/integrations.xml
@@ -92,7 +92,7 @@
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.
Using the laravel configuration
@@ -133,14 +133,14 @@
Just define the laravel database connection configured in your databases.php 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.
username or password in case you have to use different credentials to
backup your database.
You can use every option the mysqldump source supports
- f.e. to exclude some tables.
+ e.g. to exclude some tables.
Just use the option-name as index and the option-value as value.
diff --git a/src/3.1/en/source.xml b/src/3.1/en/source.xml
index 21fd38b..37e8ec9 100644
--- a/src/3.1/en/source.xml
+++ b/src/3.1/en/source.xml
@@ -39,7 +39,7 @@
redis
- Backup redis with the redis-cli command line tool.
+ Backup Redis with the redis-cli command line tool.tar
@@ -60,7 +60,7 @@
ArangoDB
- Backup a ArangoDB database with arangodump.
+ Backup an ArangoDB database with arangodump.
@@ -625,7 +625,7 @@
pgdump XML example
-
+
]]>
@@ -651,7 +651,7 @@
redis
- Backup redis data structure store using redis-cli.
+ Backup Redis data structure store using redis-cli.
diff --git a/src/3.2/en/configuration.xml b/src/3.2/en/configuration.xml
index a94693e..eeb5929 100644
--- a/src/3.2/en/configuration.xml
+++ b/src/3.2/en/configuration.xml
@@ -511,7 +511,7 @@
Schedule backups
Scheduling your backups is not part of phpbu. Nevertheless here is an example how to do
- it with Cron. Adding one of the following lines
+ it with Cron. Adding one of the following lines
to your crontab will execute your backup every morning at 3:10 AM.
diff --git a/src/3.2/en/installation.xml b/src/3.2/en/installation.xml
index 6b6b5fe..2043fbe 100644
--- a/src/3.2/en/installation.xml
+++ b/src/3.2/en/installation.xml
@@ -27,7 +27,7 @@
- The different backup sources may need their respective executable binary f.e. mysqldump.
+ The different backup sources may need their respective executable binary e.g. mysqldump.
diff --git a/src/3.2/en/integrations.xml b/src/3.2/en/integrations.xml
index dd025cd..91e4d6d 100644
--- a/src/3.2/en/integrations.xml
+++ b/src/3.2/en/integrations.xml
@@ -92,7 +92,7 @@
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.
Using the laravel configuration
@@ -133,14 +133,14 @@
Just define the laravel database connection configured in your databases.php 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.
username or password in case you have to use different credentials to
backup your database.
You can use every option the mysqldump source supports
- f.e. to exclude some tables.
+ e.g. to exclude some tables.
Just use the option-name as index and the option-value as value.
diff --git a/src/3.2/en/source.xml b/src/3.2/en/source.xml
index c991fe0..c486bb4 100644
--- a/src/3.2/en/source.xml
+++ b/src/3.2/en/source.xml
@@ -39,7 +39,7 @@
redis
- Backup redis with the redis-cli command line tool.
+ Backup Redis with the redis-cli command line tool.rsync
@@ -64,7 +64,7 @@
ArangoDB
- Backup a ArangoDB database with arangodump.
+ Backup an ArangoDB database with arangodump.
@@ -636,7 +636,7 @@
pgdump XML example
-
+
]]>
@@ -662,7 +662,7 @@
redis
- Backup redis data structure store using redis-cli.
+ Backup Redis data structure store using redis-cli.
@@ -771,7 +771,7 @@
stringno-
- Host to connecto to.
+ Host to connect to.user
diff --git a/src/4.0/en/cli.xml b/src/4.0/en/cli.xml
index 6d1e3c3..0377866 100644
--- a/src/4.0/en/cli.xml
+++ b/src/4.0/en/cli.xml
@@ -160,7 +160,7 @@ Usage: phpbu [option]
limit option.
- 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).
Warning
diff --git a/src/4.0/en/configuration.xml b/src/4.0/en/configuration.xml
index 6ba436d..4757fbb 100644
--- a/src/4.0/en/configuration.xml
+++ b/src/4.0/en/configuration.xml
@@ -608,7 +608,7 @@
Schedule backups
Scheduling your backups is not part of phpbu. Nevertheless here is an example how to do
- it with Cron. Adding one of the following lines
+ it with Cron. Adding one of the following lines
to your crontab will execute your backup every morning at 3:10 AM.
diff --git a/src/4.0/en/installation.xml b/src/4.0/en/installation.xml
index 2c7156f..5d0e3aa 100644
--- a/src/4.0/en/installation.xml
+++ b/src/4.0/en/installation.xml
@@ -27,7 +27,7 @@
- The different backup sources may need their respective executable binary f.e. mysqldump.
+ The different backup sources may need their respective executable binary e.g. mysqldump.
diff --git a/src/4.0/en/integrations.xml b/src/4.0/en/integrations.xml
index 8d4d861..201be3f 100644
--- a/src/4.0/en/integrations.xml
+++ b/src/4.0/en/integrations.xml
@@ -92,7 +92,7 @@
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.
Using the laravel configuration
@@ -133,14 +133,14 @@
Just define the laravel database connection configured in your databases.php 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.
username or password in case you have to use different credentials to
backup your database.
You can use every option the mysqldump source supports
- f.e. to exclude some tables.
+ e.g. to exclude some tables.
Just use the option-name as index and the option-value as value.
diff --git a/src/4.0/en/source.xml b/src/4.0/en/source.xml
index 7695aca..30f0ec8 100644
--- a/src/4.0/en/source.xml
+++ b/src/4.0/en/source.xml
@@ -39,7 +39,7 @@
redis
- Backup redis with the redis-cli command line tool.
+ Backup Redis with the redis-cli command line tool.rsync
@@ -64,7 +64,7 @@
ArangoDB
- Backup a ArangoDB database with arangodump.
+ Backup an ArangoDB database with arangodump.
@@ -664,7 +664,7 @@
pgdump XML example
-
+
]]>
@@ -690,7 +690,7 @@
redis
- Backup redis data structure store using redis-cli.
+ Backup Redis data structure store using redis-cli.
@@ -792,7 +792,7 @@
stringno-
- Host to connecto to.
+ Host to connect to.user
@@ -895,7 +895,7 @@
stringno-
- Set custom compression program f.e. lbzip2.
+ Set custom compression program e.g. lbzip2.removeSourceDir
diff --git a/src/5.0/en/cli.xml b/src/5.0/en/cli.xml
index acbbaea..a8908df 100644
--- a/src/5.0/en/cli.xml
+++ b/src/5.0/en/cli.xml
@@ -154,7 +154,7 @@ Usage: phpbu [option]
limit option.
- 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).
Warning
diff --git a/src/5.0/en/configuration.xml b/src/5.0/en/configuration.xml
index a50e586..e6fd1ae 100644
--- a/src/5.0/en/configuration.xml
+++ b/src/5.0/en/configuration.xml
@@ -35,7 +35,7 @@
-
+
@@ -464,7 +464,7 @@
],
"backups": [
{
- "name": "MyDatabase",
+ "name": "myDatabase",
"source": {
"type": "mysqldump",
"options": {
@@ -624,7 +624,7 @@
Schedule backups
Scheduling your backups is not part of phpbu. Nevertheless here is an example how to do
- it with Cron. Adding one of the following lines
+ it with Cron. Adding one of the following lines
to your crontab will execute your backup every morning at 3:10 AM.
diff --git a/src/5.0/en/installation.xml b/src/5.0/en/installation.xml
index 41051d6..c497f4d 100644
--- a/src/5.0/en/installation.xml
+++ b/src/5.0/en/installation.xml
@@ -26,7 +26,7 @@
- The different backup sources may need their respective executable binary f.e. mysqldump.
+ The different backup sources may need their respective executable binary e.g. mysqldump.
diff --git a/src/5.0/en/integrations.xml b/src/5.0/en/integrations.xml
index b190622..11186a6 100644
--- a/src/5.0/en/integrations.xml
+++ b/src/5.0/en/integrations.xml
@@ -92,7 +92,7 @@
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.
Using the laravel configuration
@@ -133,14 +133,14 @@
Just define the laravel database connection configured in your databases.php 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.
username or password in case you have to use different credentials to
backup your database.
You can use every option the mysqldump source supports
- f.e. to exclude some tables.
+ e.g. to exclude some tables.
Just use the option-name as index and the option-value as value.
diff --git a/src/5.0/en/source.xml b/src/5.0/en/source.xml
index c7c40eb..3e1edd9 100644
--- a/src/5.0/en/source.xml
+++ b/src/5.0/en/source.xml
@@ -43,7 +43,7 @@
redis
- Backup redis with the redis-cli command line tool.
+ Backup Redis with the redis-cli command line tool.rsync
@@ -68,7 +68,7 @@
ArangoDB
- Backup a ArangoDB database with arangodump.
+ Backup an ArangoDB database with arangodump.
@@ -182,11 +182,11 @@
Elastic
- Backup a Elastic index with elasticdump.
+ Backup an Elastic index with elasticdump.
- arangodump-Options
+ elasticdump-Options
@@ -764,7 +764,7 @@
pgdump XML example
-
+
]]>
@@ -790,7 +790,7 @@
redis
- Backup redis data structure store using redis-cli.
+ Backup Redis data structure store using redis-cli.
@@ -892,7 +892,7 @@
stringno-
- Host to connecto to.
+ Host to connect to.user
@@ -995,7 +995,7 @@
stringno-
- Set custom compression program f.e. lbzip2.
+ Set custom compression program e.g. lbzip2.removeSourceDir
diff --git a/src/5.1/en/cli.xml b/src/5.1/en/cli.xml
index a7c7a16..72e6197 100644
--- a/src/5.1/en/cli.xml
+++ b/src/5.1/en/cli.xml
@@ -154,7 +154,7 @@ Usage: phpbu [option]
limit option.
- 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).
Warning
diff --git a/src/5.1/en/configuration.xml b/src/5.1/en/configuration.xml
index e889289..a8e12f9 100644
--- a/src/5.1/en/configuration.xml
+++ b/src/5.1/en/configuration.xml
@@ -35,7 +35,7 @@
-
+
@@ -464,7 +464,7 @@
],
"backups": [
{
- "name": "MyDatabase",
+ "name": "myDatabase",
"source": {
"type": "mysqldump",
"options": {
@@ -624,7 +624,7 @@
Schedule backups
Scheduling your backups is not part of phpbu. Nevertheless here is an example how to do
- it with Cron. Adding one of the following lines
+ it with Cron. Adding one of the following lines
to your crontab will execute your backup every morning at 3:10 AM.
diff --git a/src/5.1/en/installation.xml b/src/5.1/en/installation.xml
index 27613a5..528f19d 100644
--- a/src/5.1/en/installation.xml
+++ b/src/5.1/en/installation.xml
@@ -26,7 +26,7 @@
- The different backup sources may need their respective executable binary f.e. mysqldump.
+ The different backup sources may need their respective executable binary e.g. mysqldump.
diff --git a/src/5.1/en/integrations.xml b/src/5.1/en/integrations.xml
index ebb8b99..ca2b4ad 100644
--- a/src/5.1/en/integrations.xml
+++ b/src/5.1/en/integrations.xml
@@ -92,7 +92,7 @@
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.
Using the laravel configuration
@@ -133,14 +133,14 @@
Just define the laravel database connection configured in your databases.php 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.
username or password in case you have to use different credentials to
backup your database.
You can use every option the mysqldump source supports
- f.e. to exclude some tables.
+ e.g. to exclude some tables.
Just use the option-name as index and the option-value as value.
diff --git a/src/5.1/en/source.xml b/src/5.1/en/source.xml
index edcb4af..ddb2ebb 100644
--- a/src/5.1/en/source.xml
+++ b/src/5.1/en/source.xml
@@ -43,7 +43,7 @@
redis
- Backup redis with the redis-cli command line tool.
+ Backup Redis with the redis-cli command line tool.rsync
@@ -68,7 +68,7 @@
ArangoDB
- Backup a ArangoDB database with arangodump.
+ Backup an ArangoDB database with arangodump.
@@ -182,11 +182,11 @@
Elastic
- Backup a Elastic index with elasticdump.
+ Backup an Elastic index with elasticdump.
- arangodump-Options
+ elasticdump-Options
@@ -764,7 +764,7 @@
pgdump XML example
-
+
]]>
@@ -790,7 +790,7 @@
redis
- Backup redis data structure store using redis-cli.
+ Backup Redis data structure store using redis-cli.
@@ -892,7 +892,7 @@
stringno-
- Host to connecto to.
+ Host to connect to.user
@@ -995,7 +995,7 @@
stringno-
- Set custom compression program f.e. lbzip2.
+ Set custom compression program e.g. lbzip2.removeSourceDir
diff --git a/src/5.2/en/cli.xml b/src/5.2/en/cli.xml
index e8d1cad..badfdab 100644
--- a/src/5.2/en/cli.xml
+++ b/src/5.2/en/cli.xml
@@ -157,7 +157,7 @@ Usage: phpbu [option]
limit option.
- 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).
Warning
diff --git a/src/5.2/en/configuration.xml b/src/5.2/en/configuration.xml
index e38ffd1..d729552 100644
--- a/src/5.2/en/configuration.xml
+++ b/src/5.2/en/configuration.xml
@@ -35,7 +35,7 @@
-
+
@@ -464,7 +464,7 @@
],
"backups": [
{
- "name": "MyDatabase",
+ "name": "myDatabase",
"source": {
"type": "mysqldump",
"options": {
@@ -624,7 +624,7 @@
Schedule backups
Scheduling your backups is not part of phpbu. Nevertheless here is an example how to do
- it with Cron. Adding one of the following lines
+ it with Cron. Adding one of the following lines
to your crontab will execute your backup every morning at 3:10 AM.
diff --git a/src/5.2/en/installation.xml b/src/5.2/en/installation.xml
index 00baee8..e6016ba 100644
--- a/src/5.2/en/installation.xml
+++ b/src/5.2/en/installation.xml
@@ -26,7 +26,7 @@
- The different backup sources may need their respective executable binary f.e. mysqldump.
+ The different backup sources may need their respective executable binary e.g. mysqldump.
diff --git a/src/5.2/en/integrations.xml b/src/5.2/en/integrations.xml
index 496a388..5476685 100644
--- a/src/5.2/en/integrations.xml
+++ b/src/5.2/en/integrations.xml
@@ -92,7 +92,7 @@
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.
Using the laravel configuration
@@ -133,14 +133,14 @@
Just define the laravel database connection configured in your databases.php 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.
username or password in case you have to use different credentials to
backup your database.
You can use every option the mysqldump source supports
- f.e. to exclude some tables.
+ e.g. to exclude some tables.
Just use the option-name as index and the option-value as value.
diff --git a/src/5.2/en/source.xml b/src/5.2/en/source.xml
index edcb4af..ddb2ebb 100644
--- a/src/5.2/en/source.xml
+++ b/src/5.2/en/source.xml
@@ -43,7 +43,7 @@
redis
- Backup redis with the redis-cli command line tool.
+ Backup Redis with the redis-cli command line tool.rsync
@@ -68,7 +68,7 @@
ArangoDB
- Backup a ArangoDB database with arangodump.
+ Backup an ArangoDB database with arangodump.
@@ -182,11 +182,11 @@
Elastic
- Backup a Elastic index with elasticdump.
+ Backup an Elastic index with elasticdump.
- arangodump-Options
+ elasticdump-Options
@@ -764,7 +764,7 @@
pgdump XML example
-
+
]]>
@@ -790,7 +790,7 @@
redis
- Backup redis data structure store using redis-cli.
+ Backup Redis data structure store using redis-cli.
@@ -892,7 +892,7 @@
stringno-
- Host to connecto to.
+ Host to connect to.user
@@ -995,7 +995,7 @@
stringno-
- Set custom compression program f.e. lbzip2.
+ Set custom compression program e.g. lbzip2.removeSourceDir
diff --git a/src/6.0/en/adapters.xml b/src/6.0/en/adapters.xml
index 997862b..24b4031 100644
--- a/src/6.0/en/adapters.xml
+++ b/src/6.0/en/adapters.xml
@@ -183,7 +183,7 @@
wordpressWordpress config adapter
- Adapter to use wordpress config files.
+ Adapter to use Wordpress config files.
diff --git a/src/6.0/en/cli.xml b/src/6.0/en/cli.xml
index 54f8fb9..c23e289 100644
--- a/src/6.0/en/cli.xml
+++ b/src/6.0/en/cli.xml
@@ -167,7 +167,7 @@ Usage: phpbu [option]
limit option.
- 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).
Warning
diff --git a/src/6.0/en/configuration.xml b/src/6.0/en/configuration.xml
index 1866bfd..05d8c4a 100644
--- a/src/6.0/en/configuration.xml
+++ b/src/6.0/en/configuration.xml
@@ -35,7 +35,7 @@
-
+
@@ -464,7 +464,7 @@
],
"backups": [
{
- "name": "MyDatabase",
+ "name": "myDatabase",
"source": {
"type": "mysqldump",
"options": {
@@ -624,7 +624,7 @@
Schedule backups
Scheduling your backups is not part of PHPBU. Nevertheless here is an example how to do
- it with Cron. Adding one of the following lines
+ it with Cron. Adding one of the following lines
to your crontab will execute your backup every morning at 3:10 AM.
diff --git a/src/6.0/en/source.xml b/src/6.0/en/source.xml
index a397677..96fef19 100644
--- a/src/6.0/en/source.xml
+++ b/src/6.0/en/source.xml
@@ -31,7 +31,7 @@
influxdump
- Backup Influxdb with the influxd command line tool.
+ Backup InfluxDB with the influxd command line tool.ldapdump
@@ -51,7 +51,7 @@
redis
- Backup redis with the redis-cli command line tool.
+ Backup Redis with the redis-cli command line tool.rsync
@@ -76,7 +76,7 @@
ArangoDB
- Backup a ArangoDB database with arangodump.
+ Backup an ArangoDB database with arangodump.
@@ -190,11 +190,11 @@
Elastic
- Backup a Elastic index with elasticdump.
+ Backup an Elastic index with elasticdump.
- arangodump-Options
+ elasticdump-Options
@@ -351,7 +351,7 @@
LDAP - ldapdump
- Backup you LDAP data with ldapdump.
+ Backup your LDAP data with ldapdump.
@@ -372,7 +372,7 @@
stringnolocalhost
- Hostname of you LDAP server.
+ Hostname of your LDAP server.port
@@ -956,7 +956,7 @@
pgdump XML example
-
+
]]>
@@ -1084,7 +1084,7 @@
stringno-
- Host to connecto to.
+ Host to connect to.user
@@ -1201,7 +1201,7 @@
stringno-
- Set custom compression program f.e. lbzip2.
+ Set custom compression program e.g. lbzip2.removeSourceDir