From 9f49b8d33db711350f54b6884396938aa99e8e8c Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Wed, 11 Sep 2013 16:21:22 +0200 Subject: [PATCH] Added STOP_ON_CMD_ERROR variable --- host_backup.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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