mirror of
https://github.com/deajan/obackup.git
synced 2025-02-05 19:03:50 +01:00
Added STOP_ON_CMD_ERROR variable
This commit is contained in:
parent
c5d24ef8e2
commit
9f49b8d33d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###### Remote (or local) backup script for files & databases
|
###### Remote (or local) backup script for files & databases
|
||||||
###### (L) 2013 by Ozy de Jong (www.badministrateur.com)
|
###### (L) 2013 by Ozy de Jong (www.badministrateur.com)
|
||||||
###### Config file rev 2408201301
|
###### Config file rev 1109201301
|
||||||
|
|
||||||
## Backup identification, any string you want
|
## Backup identification, any string you want
|
||||||
BACKUP_ID="your backup name"
|
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_BEFORE=0
|
||||||
MAX_EXEC_TIME_PER_CMD_AFTER=0
|
MAX_EXEC_TIME_PER_CMD_AFTER=0
|
||||||
|
|
||||||
|
## Stops obackup execution if one of the above commands fail
|
||||||
|
STOP_ON_CMD_ERROR=no
|
||||||
|
Loading…
Reference in New Issue
Block a user