X-Git-Url: http://git.treefish.org/~alex/backmeupscotty.git/blobdiff_plain/1aa0158b6b4d4aaca7f413d76aec814a206a212b..f75a0bf675b1ba2f68d5aede1d9be210b54490d4:/backmeupscotty-example diff --git a/backmeupscotty-example b/backmeupscotty-example index b9acea7..cad9631 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_abrt { + echo "cleanup_abrt" +} + +backmeupscotty $@