diff --git a/host_backup.conf b/host_backup.conf index e154a32..0696cae 100755 --- a/host_backup.conf +++ b/host_backup.conf @@ -2,7 +2,7 @@ ###### Remote (or local) backup script for files & databases ###### (L) 2013 by Ozy de Jong (www.netpower.fr) -###### Config file rev 2404201502 +###### Config file rev 2015090801 ## ---------- 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) BACKUP_SIZE_MINIMUM=1024 ## 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 ## ---------- MISC OPTIONS