X-Git-Url: https://git.treefish.org/~alex/backmeupscotty.git/blobdiff_plain/f75a0bf675b1ba2f68d5aede1d9be210b54490d4..0984727e5376cebd26b5ff6e9469cfc63d0c756d:/backmeupscotty-example?ds=inline diff --git a/backmeupscotty-example b/backmeupscotty-example index cad9631..d7a1d07 100755 --- a/backmeupscotty-example +++ b/backmeupscotty-example @@ -3,23 +3,20 @@ . ./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/*" function prepare { echo "prepare" + sleep 5 } -function cleanup_normal { - echo "cleanup" -} - -function cleanup_abrt { - echo "cleanup_abrt" +function cleanup { + [ -z "$1" ] && echo "normal cleanup" || echo "abort cleanup" } backmeupscotty $@