mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Removed keep logging
This commit is contained in:
parent
ce841a29ac
commit
9ca9ab6ed0
@ -1,6 +1,6 @@
|
||||
#### MINIMAL-FUNCTION-SET BEGIN ####
|
||||
|
||||
## FUNC_BUILD=2016081602
|
||||
## FUNC_BUILD=2016081603
|
||||
## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr
|
||||
|
||||
## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode
|
||||
@ -9,9 +9,6 @@ if ! type "$BASH" > /dev/null; then
|
||||
exit 127
|
||||
fi
|
||||
|
||||
## Log a state message every $KEEP_LOGGING seconds. Should not be equal to soft or hard execution time so your log will not be unnecessary big.
|
||||
KEEP_LOGGING=1801
|
||||
|
||||
## Correct output of sort command (language agnostic sorting)
|
||||
export LC_ALL=C
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user