]> git.treefish.org Git - backmeupscotty.git/blobdiff - backmeupscotty-example
Fix fake super
[backmeupscotty.git] / backmeupscotty-example
index b9acea7c639202dbefc444e137af0c16d699a3c0..77ee11e3130c4b71abd0b6faa8fc870e2320a7bf 100755 (executable)
@@ -2,12 +2,24 @@
 
 . ./backmeupscotty
 
+REMOTE_USER=root
 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
+FAKE_SUPER=0
 
-backmeupscotty
+function prepare {
+    echo "prepare"
+    sleep 5
+}
+
+function cleanup {
+    [ -z "$1" ] && echo "normal cleanup" || echo "abort cleanup"
+}
+
+backmeupscotty $@