X-Git-Url: https://git.treefish.org/~alex/backmeupscotty.git/blobdiff_plain/055e2cc6e3d94e1e7cc1d7158f54c4c95cdafa0f..34bf4c5425720dc3a9e6bec062ff418ba99d5d39:/backmeupscotty-example?ds=sidebyside diff --git a/backmeupscotty-example b/backmeupscotty-example index 8ac2100..d7a1d07 100755 --- a/backmeupscotty-example +++ b/backmeupscotty-example @@ -3,9 +3,20 @@ . ./backmeupscotty REMOTE_HOST=localhost -REMOTE_BASE=/home/alex/backtest -ARCHIVE_KEEPNBACKUPS=30 -ARCHIVE_KEEPNDAYS=1 +REMOTE_DIR=/tmp/scotty/dest +ARCHIVE_KEEPNBACKUPS=10 +ARCHIVE_KEEPNDAYS=0 +BACKUP_RUNEVERYNTHDAY=1 +SYNC_SRC="/tmp/scotty/src" +SYNC_EXC="/gack,/gugu/*" -scottysync /home/alex/backtest/source dest "abab" -scottysync /home/alex/backtest/source2 dest2 "abab" +function prepare { + echo "prepare" + sleep 5 +} + +function cleanup { + [ -z "$1" ] && echo "normal cleanup" || echo "abort cleanup" +} + +backmeupscotty $@