mirror of
https://github.com/deajan/obackup.git
synced 2025-02-12 06:13:49 +01:00
Updated test conf files
This commit is contained in:
parent
bb8cf4a27c
commit
89975337c9
@ -53,7 +53,7 @@ FILE_WARN_MIN_SPACE=1048576
|
|||||||
REMOTE_SYSTEM_URI="ssh://backupuser@remote.system.tld:22/"
|
REMOTE_SYSTEM_URI="ssh://backupuser@remote.system.tld:22/"
|
||||||
|
|
||||||
## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information.
|
## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information.
|
||||||
SSH_RSA_PRIVATE_KEY="/root/.ssh/id_rsa"
|
SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa"
|
||||||
|
|
||||||
## ssh compression should be used unless your remote connection is good enough (LAN)
|
## ssh compression should be used unless your remote connection is good enough (LAN)
|
||||||
SSH_COMPRESSION=yes
|
SSH_COMPRESSION=yes
|
||||||
@ -90,6 +90,10 @@ DATABASES_LIST="mysql"
|
|||||||
SOFT_MAX_EXEC_TIME_DB_TASK=5
|
SOFT_MAX_EXEC_TIME_DB_TASK=5
|
||||||
HARD_MAX_EXEC_TIME_DB_TASK=10
|
HARD_MAX_EXEC_TIME_DB_TASK=10
|
||||||
|
|
||||||
|
## mysqldump options (ex: --extended-insert, --single-transaction, --quick...). See MySQL / MariaDB manual
|
||||||
|
## default option: --opt
|
||||||
|
MYSQLDUMP_OPTIONS="--opt --single-transaction"
|
||||||
|
|
||||||
## Preferred SQL dump compression. Compression methods can be xz, lzma, pigz or gzip (will fallback from xz to gzip depending if available)
|
## Preferred SQL dump compression. Compression methods can be xz, lzma, pigz or gzip (will fallback from xz to gzip depending if available)
|
||||||
## Generally, level 5 is a good compromise between cpu, memory hunger and compress ratio. Gzipped files are set to be rsyncable.
|
## Generally, level 5 is a good compromise between cpu, memory hunger and compress ratio. Gzipped files are set to be rsyncable.
|
||||||
COMPRESSION_LEVEL=3
|
COMPRESSION_LEVEL=3
|
||||||
|
@ -53,7 +53,7 @@ FILE_WARN_MIN_SPACE=1048576
|
|||||||
REMOTE_SYSTEM_URI="ssh://backupuser@remote.system.tld:22/"
|
REMOTE_SYSTEM_URI="ssh://backupuser@remote.system.tld:22/"
|
||||||
|
|
||||||
## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information.
|
## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information.
|
||||||
SSH_RSA_PRIVATE_KEY="/root/.ssh/id_rsa"
|
SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa"
|
||||||
|
|
||||||
## ssh compression should be used unless your remote connection is good enough (LAN)
|
## ssh compression should be used unless your remote connection is good enough (LAN)
|
||||||
SSH_COMPRESSION=yes
|
SSH_COMPRESSION=yes
|
||||||
@ -81,7 +81,7 @@ SQL_USER=root
|
|||||||
## Enabling the following option will save all databases on local or remote given SQL instance except the ones specified in the exclude list.
|
## Enabling the following option will save all databases on local or remote given SQL instance except the ones specified in the exclude list.
|
||||||
## Every found database will be backed up as separate backup task.
|
## Every found database will be backed up as separate backup task.
|
||||||
DATABASES_ALL=yes
|
DATABASES_ALL=yes
|
||||||
DATABASES_ALL_EXCLUDE_LIST="test;information_schema;zarafa-prod"
|
DATABASES_ALL_EXCLUDE_LIST="test;information_schema"
|
||||||
## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by spaces.
|
## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by spaces.
|
||||||
DATABASES_LIST="mysql"
|
DATABASES_LIST="mysql"
|
||||||
|
|
||||||
@ -90,6 +90,10 @@ DATABASES_LIST="mysql"
|
|||||||
SOFT_MAX_EXEC_TIME_DB_TASK=3600
|
SOFT_MAX_EXEC_TIME_DB_TASK=3600
|
||||||
HARD_MAX_EXEC_TIME_DB_TASK=7200
|
HARD_MAX_EXEC_TIME_DB_TASK=7200
|
||||||
|
|
||||||
|
## mysqldump options (ex: --extended-insert, --single-transaction, --quick...). See MySQL / MariaDB manual
|
||||||
|
## default option: --opt
|
||||||
|
MYSQLDUMP_OPTIONS="--opt --single-transaction"
|
||||||
|
|
||||||
## Preferred SQL dump compression. Compression methods can be xz, lzma, pigz or gzip (will fallback from xz to gzip depending if available)
|
## Preferred SQL dump compression. Compression methods can be xz, lzma, pigz or gzip (will fallback from xz to gzip depending if available)
|
||||||
## Generally, level 5 is a good compromise between cpu, memory hunger and compress ratio. Gzipped files are set to be rsyncable.
|
## Generally, level 5 is a good compromise between cpu, memory hunger and compress ratio. Gzipped files are set to be rsyncable.
|
||||||
COMPRESSION_LEVEL=3
|
COMPRESSION_LEVEL=3
|
||||||
|
@ -53,7 +53,7 @@ FILE_WARN_MIN_SPACE=1048576
|
|||||||
REMOTE_SYSTEM_URI="ssh://root@localhost:49999/"
|
REMOTE_SYSTEM_URI="ssh://root@localhost:49999/"
|
||||||
|
|
||||||
## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information.
|
## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information.
|
||||||
SSH_RSA_PRIVATE_KEY="/root/.ssh/id_rsa_local"
|
SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local"
|
||||||
|
|
||||||
## ssh compression should be used unless your remote connection is good enough (LAN)
|
## ssh compression should be used unless your remote connection is good enough (LAN)
|
||||||
SSH_COMPRESSION=yes
|
SSH_COMPRESSION=yes
|
||||||
@ -81,7 +81,7 @@ SQL_USER=root
|
|||||||
## Enabling the following option will save all databases on local or remote given SQL instance except the ones specified in the exclude list.
|
## Enabling the following option will save all databases on local or remote given SQL instance except the ones specified in the exclude list.
|
||||||
## Every found database will be backed up as separate backup task.
|
## Every found database will be backed up as separate backup task.
|
||||||
DATABASES_ALL=yes
|
DATABASES_ALL=yes
|
||||||
DATABASES_ALL_EXCLUDE_LIST="test;information_schema;zarafa-prod"
|
DATABASES_ALL_EXCLUDE_LIST="test;information_schema"
|
||||||
## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by spaces.
|
## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by spaces.
|
||||||
DATABASES_LIST="mysql"
|
DATABASES_LIST="mysql"
|
||||||
|
|
||||||
@ -90,6 +90,10 @@ DATABASES_LIST="mysql"
|
|||||||
SOFT_MAX_EXEC_TIME_DB_TASK=3600
|
SOFT_MAX_EXEC_TIME_DB_TASK=3600
|
||||||
HARD_MAX_EXEC_TIME_DB_TASK=7200
|
HARD_MAX_EXEC_TIME_DB_TASK=7200
|
||||||
|
|
||||||
|
## mysqldump options (ex: --extended-insert, --single-transaction, --quick...). See MySQL / MariaDB manual
|
||||||
|
## default option: --opt
|
||||||
|
MYSQLDUMP_OPTIONS="--opt --single-transaction"
|
||||||
|
|
||||||
## Preferred SQL dump compression. Compression methods can be xz, lzma, pigz or gzip (will fallback from xz to gzip depending if available)
|
## Preferred SQL dump compression. Compression methods can be xz, lzma, pigz or gzip (will fallback from xz to gzip depending if available)
|
||||||
## Generally, level 5 is a good compromise between cpu, memory hunger and compress ratio. Gzipped files are set to be rsyncable.
|
## Generally, level 5 is a good compromise between cpu, memory hunger and compress ratio. Gzipped files are set to be rsyncable.
|
||||||
COMPRESSION_LEVEL=3
|
COMPRESSION_LEVEL=3
|
||||||
@ -170,7 +174,7 @@ RSYNC_EXECUTABLE=rsync
|
|||||||
###### ALERT OPTIONS
|
###### ALERT OPTIONS
|
||||||
|
|
||||||
## Alert email addresses separated by a space character
|
## Alert email addresses separated by a space character
|
||||||
DESTINATION_MAILS="your@mail.address"
|
DESTINATION_MAILS="ozy@netpower.fr"
|
||||||
|
|
||||||
## Windows specific (msys / cygwin environment) only mail options (used with mailsend.exe from muquit, http://github.com/muquit/mailsend or from sendemail.exe from Brandon Zehm, http://caspian.dotconf.net/menu/Software/SendEmail/
|
## Windows specific (msys / cygwin environment) only mail options (used with mailsend.exe from muquit, http://github.com/muquit/mailsend or from sendemail.exe from Brandon Zehm, http://caspian.dotconf.net/menu/Software/SendEmail/
|
||||||
SENDER_MAIL="alert@your.system.tld"
|
SENDER_MAIL="alert@your.system.tld"
|
||||||
|
@ -53,7 +53,7 @@ FILE_WARN_MIN_SPACE=1048576
|
|||||||
REMOTE_SYSTEM_URI="ssh://root@localhost:49999/"
|
REMOTE_SYSTEM_URI="ssh://root@localhost:49999/"
|
||||||
|
|
||||||
## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information.
|
## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information.
|
||||||
SSH_RSA_PRIVATE_KEY="/root/.ssh/id_rsa_local"
|
SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local"
|
||||||
|
|
||||||
## ssh compression should be used unless your remote connection is good enough (LAN)
|
## ssh compression should be used unless your remote connection is good enough (LAN)
|
||||||
SSH_COMPRESSION=yes
|
SSH_COMPRESSION=yes
|
||||||
@ -81,7 +81,7 @@ SQL_USER=root
|
|||||||
## Enabling the following option will save all databases on local or remote given SQL instance except the ones specified in the exclude list.
|
## Enabling the following option will save all databases on local or remote given SQL instance except the ones specified in the exclude list.
|
||||||
## Every found database will be backed up as separate backup task.
|
## Every found database will be backed up as separate backup task.
|
||||||
DATABASES_ALL=yes
|
DATABASES_ALL=yes
|
||||||
DATABASES_ALL_EXCLUDE_LIST="test;information_schema;zarafa-prod"
|
DATABASES_ALL_EXCLUDE_LIST="test;information_schema"
|
||||||
## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by spaces.
|
## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by spaces.
|
||||||
DATABASES_LIST="mysql"
|
DATABASES_LIST="mysql"
|
||||||
|
|
||||||
@ -90,6 +90,10 @@ DATABASES_LIST="mysql"
|
|||||||
SOFT_MAX_EXEC_TIME_DB_TASK=3600
|
SOFT_MAX_EXEC_TIME_DB_TASK=3600
|
||||||
HARD_MAX_EXEC_TIME_DB_TASK=7200
|
HARD_MAX_EXEC_TIME_DB_TASK=7200
|
||||||
|
|
||||||
|
## mysqldump options (ex: --extended-insert, --single-transaction, --quick...). See MySQL / MariaDB manual
|
||||||
|
## default option: --opt
|
||||||
|
MYSQLDUMP_OPTIONS="--opt --single-transaction"
|
||||||
|
|
||||||
## Preferred SQL dump compression. Compression methods can be xz, lzma, pigz or gzip (will fallback from xz to gzip depending if available)
|
## Preferred SQL dump compression. Compression methods can be xz, lzma, pigz or gzip (will fallback from xz to gzip depending if available)
|
||||||
## Generally, level 5 is a good compromise between cpu, memory hunger and compress ratio. Gzipped files are set to be rsyncable.
|
## Generally, level 5 is a good compromise between cpu, memory hunger and compress ratio. Gzipped files are set to be rsyncable.
|
||||||
COMPRESSION_LEVEL=3
|
COMPRESSION_LEVEL=3
|
||||||
@ -170,7 +174,7 @@ RSYNC_EXECUTABLE=rsync
|
|||||||
###### ALERT OPTIONS
|
###### ALERT OPTIONS
|
||||||
|
|
||||||
## Alert email addresses separated by a space character
|
## Alert email addresses separated by a space character
|
||||||
DESTINATION_MAILS="your@mail.address"
|
DESTINATION_MAILS="ozy@netpower.fr"
|
||||||
|
|
||||||
## Windows specific (msys / cygwin environment) only mail options (used with mailsend.exe from muquit, http://github.com/muquit/mailsend or from sendemail.exe from Brandon Zehm, http://caspian.dotconf.net/menu/Software/SendEmail/
|
## Windows specific (msys / cygwin environment) only mail options (used with mailsend.exe from muquit, http://github.com/muquit/mailsend or from sendemail.exe from Brandon Zehm, http://caspian.dotconf.net/menu/Software/SendEmail/
|
||||||
SENDER_MAIL="alert@your.system.tld"
|
SENDER_MAIL="alert@your.system.tld"
|
||||||
|
Loading…
Reference in New Issue
Block a user