1
0
mirror of https://github.com/deajan/obackup.git synced 2026-02-05 22:55:14 +01:00

Added an option to run after exec cmd on error

This commit is contained in:
deajan
2016-04-06 20:47:04 +02:00
parent 9d057ea95f
commit 15d3d98164
5 changed files with 39 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
###### Local / Remote backup script for files & databases
###### (C) 2013-2015 by Ozy de Jong (www.netpower.fr)
###### obackup v2.x config file rev 2016032501
###### obackup v2.x config file rev 2016040601
###### GENERAL BACKUP OPTIONS
@@ -198,3 +198,6 @@ MAX_EXEC_TIME_PER_CMD_AFTER=0
## Stops whole backup execution if one of the above commands fail
STOP_ON_CMD_ERROR=no
## Run local and remote after backup cmd's even on failure
RUN_AFTER_CMD_ON_ERROR=no