mirror of
https://github.com/deajan/obackup.git
synced 2024-12-26 07:23:41 +01:00
Standarised exit codes
This commit is contained in:
parent
aa581c5ce1
commit
a84a8c95f9
@ -3,13 +3,15 @@
|
|||||||
#TODO: test bad return of _GetDirectoriesSizeRemote
|
#TODO: test bad return of _GetDirectoriesSizeRemote
|
||||||
#TODO(critical): fix double path in rotate functions (switching from ls to find)
|
#TODO(critical): fix double path in rotate functions (switching from ls to find)
|
||||||
#TODO(high): check paths with spaces (again)
|
#TODO(high): check paths with spaces (again)
|
||||||
|
#TODO(low): investigate all exit codes and adapt depending on WARN / ERROR so obackup-batch won't rerun WARN runs
|
||||||
|
#TODO(low): obackup-rerun is minimal 1 and not 0
|
||||||
|
|
||||||
###### Remote push/pull (or local) backup script for files & databases
|
###### Remote push/pull (or local) backup script for files & databases
|
||||||
PROGRAM="obackup"
|
PROGRAM="obackup"
|
||||||
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
||||||
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
|
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
|
||||||
PROGRAM_VERSION=2.1-dev
|
PROGRAM_VERSION=2.1-dev
|
||||||
PROGRAM_BUILD=2016081701
|
PROGRAM_BUILD=2016081702
|
||||||
IS_STABLE=no
|
IS_STABLE=no
|
||||||
|
|
||||||
source "./ofunctions.sh"
|
source "./ofunctions.sh"
|
||||||
@ -34,7 +36,7 @@ CAN_BACKUP_FILES=1
|
|||||||
|
|
||||||
function TrapStop {
|
function TrapStop {
|
||||||
Logger "/!\ Manual exit of backup script. Backups may be in inconsistent state." "WARN"
|
Logger "/!\ Manual exit of backup script. Backups may be in inconsistent state." "WARN"
|
||||||
exit 1
|
exit 2
|
||||||
}
|
}
|
||||||
|
|
||||||
function TrapQuit {
|
function TrapQuit {
|
||||||
|
Loading…
Reference in New Issue
Block a user