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