Added STOP_ON_CMD_ERROR variable

This commit is contained in:
Orsiris de Jong 2013-09-11 16:21:22 +02:00
parent c5d24ef8e2
commit 9f49b8d33d
1 changed files with 3 additions and 1 deletions

View File

@ -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