X-Git-Url: https://git.treefish.org/~alex/backmeupscotty.git/blobdiff_plain/333d926de93d4427e4c32c52e7dd18649132a00b..037b181608965bcd921c2ae115af03c18ed27b35:/backmeupscotty-example diff --git a/backmeupscotty-example b/backmeupscotty-example index 9418571..15b05b5 100755 --- a/backmeupscotty-example +++ b/backmeupscotty-example @@ -3,23 +3,21 @@ . ./backmeupscotty REMOTE_HOST=localhost -REMOTE_DIR=/home/regina/backtest/dest +REMOTE_DIR=/tmp/scotty/dest ARCHIVE_KEEPNBACKUPS=10 ARCHIVE_KEEPNDAYS=0 BACKUP_RUNEVERYNTHDAY=1 -SYNC_SRC="/home/regina/backtest/source" +SYNC_SRC="/tmp/scotty/src" SYNC_EXC="/gack,/gugu/*" +BWLIMIT=600KiB function prepare { echo "prepare" + sleep 5 } -function cleanup_normal { - echo "cleanup" +function cleanup { + [ -z "$1" ] && echo "normal cleanup" || echo "abort cleanup" } -function cleanup_abrt { - echo "cleanup_abrt" -} - -backmeupscotty +backmeupscotty $@