diff --git a/host_backup.conf b/host_backup.conf index 0815749..9984b1e 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.badministrateur.com) -###### Config file rev 2408201301 +###### Config file rev 1109201301 ## Backup identification, any string you want BACKUP_ID="your backup name" @@ -105,3 +105,5 @@ REMOTE_RUN_AFTER_CMD="" MAX_EXEC_TIME_PER_CMD_BEFORE=0 MAX_EXEC_TIME_PER_CMD_AFTER=0 +## Stops obackup execution if one of the above commands fail +STOP_ON_CMD_ERROR=no