group things that need to be changed

This commit is contained in:
Daniel Jakots 2017-09-07 11:05:05 -04:00
parent ade9cd0e7c
commit 5c8e46491a

View file

@ -33,12 +33,12 @@ trap "rm -f $PIDFILE" EXIT
# port SSH
SSH_PORT=2XXX
# choose "linux" or "bsd"
SYSTEM=$(uname | tr '[:upper:]' '[:lower:]')
# email adress for notifications
MAIL=jdoe@example.com
# choose "linux" or "bsd"
SYSTEM=$(uname | tr '[:upper:]' '[:lower:]')
# Variable to choose different backup server with date
NODE=$(($(date +%d) % 2))