]> git.treefish.org Git - backmeupscotty.git/blob - backmeupscotty-example
Renamed cleanup_abrt to cleanup_abort.
[backmeupscotty.git] / backmeupscotty-example
1 #!/bin/bash
2
3 . ./backmeupscotty
4
5 REMOTE_HOST=localhost
6 REMOTE_DIR=/home/regina/backtest/dest
7 ARCHIVE_KEEPNBACKUPS=10
8 ARCHIVE_KEEPNDAYS=0
9 BACKUP_RUNEVERYNTHDAY=1
10 SYNC_SRC="/home/regina/backtest/source"
11 SYNC_EXC="/gack,/gugu/*"
12
13 function prepare {
14     echo "prepare"
15 }
16
17 function cleanup_normal {
18     echo "cleanup"
19 }
20
21 function cleanup_abort {
22     echo "cleanup_abort"
23 }
24
25 backmeupscotty $@