X-Git-Url: https://git.treefish.org/~alex/backmeupscotty.git/blobdiff_plain/1aa0158b6b4d4aaca7f413d76aec814a206a212b..10c111b53ee316fa7f2b3dd027730043e4ea92b2:/backmeupscotty-example?ds=sidebyside diff --git a/backmeupscotty-example b/backmeupscotty-example index b9acea7..44d97cd 100755 --- a/backmeupscotty-example +++ b/backmeupscotty-example @@ -10,4 +10,16 @@ BACKUP_RUNEVERYNTHDAY=1 SYNC_SRC="/home/regina/backtest/source" SYNC_EXC="/gack,/gugu/*" -backmeupscotty +function prepare { + echo "prepare" +} + +function cleanup_normal { + echo "cleanup" +} + +function cleanup_abort { + echo "cleanup_abort" +} + +backmeupscotty $@