This logic should bypass asking for a disk if no files are going to be copied from...
[backups/.git] / scripts / cron-burn.sh
index 496793598d3785db118f3699ba6b00e879723417..4fe9a0b165ef26c4e84a82fa1afe38163330709c 100755 (executable)
@@ -2,8 +2,12 @@
 
 export PATH=$(dirname $0):/bin:/usr/bin:/sbin
 
+# source the default configuration
 . config.sh
 
+# source the system specific configuration
+[ -f /etc/lsbackups.conf ] && . /etc/lsbackups.conf
+
 # burn-imgs.sh needs to be detached so that it can stop and start cron without
 # dying itself.