Bump the revision number
[backups/.git] / scripts / config.sh
index d0cf74a86539d1193907aa4e5257dd6dbbb54d31..040da1f18622cb7ee3bfbe81b1ecd0f04f80ee44 100755 (executable)
@@ -11,6 +11,13 @@ lastbackupfile="$imagedir/lastbackup"
 dev="/dev/dvdrw"
 sdev="ATA:1,0,0"
 noburnfile="$imagedir/noburn"
+backupeveryXdays=15
+makeXcopies=2
+cdrecord="cdrecord-wrapper.sh"
+cdrecordopts="-v -dao"
+cronstopstart="/etc/init.d/cron"
+cacheburnimg=0
+cacheburnimgdir="/tmp"
 
 # These are exported so lsbackups can have access to them
 export backupdbin="$datadir/backups.db"