Added 2nd try to rsync when the 1st attempt fails to cache the burn image properly.
[backups/.git] / scripts / config.sh
index c676f093d18bece30b2a0ae718b5bb0087310628..6eb6472d4249781e211ec595469071111f456ea6 100755 (executable)
@@ -12,6 +12,11 @@ dev="/dev/dvdrw"
 sdev="ATA:1,0,0"
 noburnfile="$imagedir/noburn"
 backupeveryXdays=15
+makeXcopies=2
+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"
@@ -31,8 +36,7 @@ backupdirs="
 /var/lib/mailman
 "
 
-excludedirs="
-"
+excludedirs=""
 
 function err() {
   echo 2>&1 "-E- $1"