Merge a fix to release-0.1
[backups/.git] / scripts / cron-pack.sh
index 2127e42b119b723be914f001b9d6c141ff1b15ab..906b010ac1c15048a5cda03e48174df938c8f3fd 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
+
 days=15
 minutes=$(($days * 1440 - 60))