diff --git a/dev/tests/conf/local-max-exec-time.conf b/dev/tests/conf/max-exec-time.conf similarity index 97% rename from dev/tests/conf/local-max-exec-time.conf rename to dev/tests/conf/max-exec-time.conf index 56fe94c..a538238 100644 --- a/dev/tests/conf/local-max-exec-time.conf +++ b/dev/tests/conf/max-exec-time.conf @@ -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. ## 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 -HARD_MAX_EXEC_TIME_DB_TASK=10 +SOFT_MAX_EXEC_TIME_DB_TASK=1000 +HARD_MAX_EXEC_TIME_DB_TASK=1000 ## mysqldump options (ex: --extended-insert, --single-transaction, --quick...). See MySQL / MariaDB manual ## default option: --opt @@ -153,8 +153,8 @@ PRESERVE_HARDLINKS=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 -SOFT_MAX_EXEC_TIME_FILE_TASK=5 -HARD_MAX_EXEC_TIME_FILE_TASK=10 +SOFT_MAX_EXEC_TIME_FILE_TASK=2 +HARD_MAX_EXEC_TIME_FILE_TASK=1000 ## Keep partial uploads that can be resumed on next run, experimental feature PARTIAL=no @@ -174,7 +174,7 @@ RSYNC_EXECUTABLE=rsync ###### ALERT OPTIONS ## 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/ 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. ## Hard max exec time generates a warning and stops the whole backup execution. -SOFT_MAX_EXEC_TIME_TOTAL=30 -HARD_MAX_EXEC_TIME_TOTAL=36 +SOFT_MAX_EXEC_TIME_TOTAL=1000 +HARD_MAX_EXEC_TIME_TOTAL=1000 ## Log a message every KEEP_LOGGING seconds just to know the task is still alive KEEP_LOGGING=1801