mirror of
https://github.com/deajan/obackup.git
synced 2025-01-12 07:03:54 +01:00
Removed unused mail
This commit is contained in:
parent
190c6dd3f7
commit
0eac2b5520
@ -87,8 +87,8 @@ DATABASES_LIST="mysql"
|
|||||||
|
|
||||||
## Max backup execution time per Database task. Soft max exec time generates a warning only. Hard max exec time generates a warning and stops current backup task.
|
## Max backup execution time per Database task. Soft max exec time generates a warning only. Hard max exec time generates a warning and stops current backup task.
|
||||||
## If a task gets stopped, next one in the task list gets executed. Time is specified in seconds.
|
## If a task gets stopped, next one in the task list gets executed. Time is specified in seconds.
|
||||||
SOFT_MAX_EXEC_TIME_DB_TASK=5
|
SOFT_MAX_EXEC_TIME_DB_TASK=1000
|
||||||
HARD_MAX_EXEC_TIME_DB_TASK=10
|
HARD_MAX_EXEC_TIME_DB_TASK=1000
|
||||||
|
|
||||||
## mysqldump options (ex: --extended-insert, --single-transaction, --quick...). See MySQL / MariaDB manual
|
## mysqldump options (ex: --extended-insert, --single-transaction, --quick...). See MySQL / MariaDB manual
|
||||||
## default option: --opt
|
## default option: --opt
|
||||||
@ -153,8 +153,8 @@ PRESERVE_HARDLINKS=no
|
|||||||
RSYNC_COMPRESS=no
|
RSYNC_COMPRESS=no
|
||||||
|
|
||||||
## Max execution time per file backup task. Soft is warning only. Hard is warning, stopping backup and processing next one one file list. Tilme is specified in seconds
|
## Max execution time per file backup task. Soft is warning only. Hard is warning, stopping backup and processing next one one file list. Tilme is specified in seconds
|
||||||
SOFT_MAX_EXEC_TIME_FILE_TASK=5
|
SOFT_MAX_EXEC_TIME_FILE_TASK=2
|
||||||
HARD_MAX_EXEC_TIME_FILE_TASK=10
|
HARD_MAX_EXEC_TIME_FILE_TASK=1000
|
||||||
|
|
||||||
## Keep partial uploads that can be resumed on next run, experimental feature
|
## Keep partial uploads that can be resumed on next run, experimental feature
|
||||||
PARTIAL=no
|
PARTIAL=no
|
||||||
@ -174,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="ozy@netpower.fr"
|
DESTINATION_MAILS=""
|
||||||
|
|
||||||
## 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"
|
||||||
@ -189,8 +189,8 @@ SMTP_PASSWORD=
|
|||||||
|
|
||||||
## Max execution time of whole backup process. Soft max exec time generates a warning only.
|
## Max execution time of whole backup process. Soft max exec time generates a warning only.
|
||||||
## Hard max exec time generates a warning and stops the whole backup execution.
|
## Hard max exec time generates a warning and stops the whole backup execution.
|
||||||
SOFT_MAX_EXEC_TIME_TOTAL=30
|
SOFT_MAX_EXEC_TIME_TOTAL=1000
|
||||||
HARD_MAX_EXEC_TIME_TOTAL=36
|
HARD_MAX_EXEC_TIME_TOTAL=1000
|
||||||
|
|
||||||
## Log a message every KEEP_LOGGING seconds just to know the task is still alive
|
## Log a message every KEEP_LOGGING seconds just to know the task is still alive
|
||||||
KEEP_LOGGING=1801
|
KEEP_LOGGING=1801
|
Loading…
Reference in New Issue
Block a user