X-Git-Url: http://git.treefish.org/~alex/backmeupscotty.git/blobdiff_plain/2f8f015134f3b5da18ac0fc9e4296d049e542709..HEAD:/backmeupscotty-example diff --git a/backmeupscotty-example b/backmeupscotty-example index 452e3c0..77ee11e 100755 --- a/backmeupscotty-example +++ b/backmeupscotty-example @@ -2,10 +2,24 @@ . ./backmeupscotty +REMOTE_USER=root 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/*" +BWLIMIT=600KiB +FAKE_SUPER=0 -scottysync /home/alex/backtest/source dest "/gack,/gugu/*" -scottysync /home/alex/backtest/source2 dest2 +function prepare { + echo "prepare" + sleep 5 +} + +function cleanup { + [ -z "$1" ] && echo "normal cleanup" || echo "abort cleanup" +} + +backmeupscotty $@