Fixed wrong config entry in host_backup.conf

This commit is contained in:
deajan 2015-09-08 10:19:05 +02:00
parent 6326144ee4
commit 6dd92b03f8
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
###### Remote (or local) backup script for files & databases ###### Remote (or local) backup script for files & databases
###### (L) 2013 by Ozy de Jong (www.netpower.fr) ###### (L) 2013 by Ozy de Jong (www.netpower.fr)
###### Config file rev 2404201502 ###### Config file rev 2015090801
## ---------- GENERAL BACKUP OPTIONS ## ---------- GENERAL BACKUP OPTIONS
@ -33,9 +33,9 @@ LOCAL_STORAGE_KEEP_ABSOLUTE_PATHS=yes
## Generate an alert if backup size is lower than given value in Kb (this can also help identifying empty mount dirs) ## Generate an alert if backup size is lower than given value in Kb (this can also help identifying empty mount dirs)
BACKUP_SIZE_MINIMUM=1024 BACKUP_SIZE_MINIMUM=1024
## You may disable testing backup size ## You may disable testing backup size
DISABLE_BACKUP_FILE_SIZE_TEST=no DISABLE_GET_BACKUP_FILE_SIZE=no
## Generate an alert if local storage free space is lower than given value in Kb. ## Generate an alert if local storage free space is lower than given value in Kb. Keep in mind that disabling backup file size test will only test min space against SQL backup size.
LOCAL_STORAGE_WARN_MIN_SPACE=1048576 LOCAL_STORAGE_WARN_MIN_SPACE=1048576
## ---------- MISC OPTIONS ## ---------- MISC OPTIONS