]> git.treefish.org Git - backmeupscotty.git/blobdiff - backmeupscotty-example
Removed some _ functions. Exit at the end of backmeupscotty.
[backmeupscotty.git] / backmeupscotty-example
index 8ac210036e4f5e44383ec5ddfb1b885e5e579872..44d97cd4be88c38c3b634a5f1c57805c675af186 100755 (executable)
@@ -3,9 +3,23 @@
 . ./backmeupscotty
 
 REMOTE_HOST=localhost
-REMOTE_BASE=/home/alex/backtest
-ARCHIVE_KEEPNBACKUPS=30
-ARCHIVE_KEEPNDAYS=1
+REMOTE_DIR=/home/regina/backtest/dest
+ARCHIVE_KEEPNBACKUPS=10
+ARCHIVE_KEEPNDAYS=0
+BACKUP_RUNEVERYNTHDAY=1
+SYNC_SRC="/home/regina/backtest/source"
+SYNC_EXC="/gack,/gugu/*"
 
-scottysync /home/alex/backtest/source dest "abab"
-scottysync /home/alex/backtest/source2 dest2 "abab"
+function prepare {
+    echo "prepare"
+}
+
+function cleanup_normal {
+    echo "cleanup"
+}
+
+function cleanup_abort {
+    echo "cleanup_abort"
+}
+
+backmeupscotty $@