mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Fixed wrong config entry in host_backup.conf
This commit is contained in:
parent
6326144ee4
commit
6dd92b03f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user