cb848d3
--- backup-manager-0.7.7/backup-manager.conf.tpl.configtpl	2008-04-14 19:58:43.000000000 +0200
cb848d3
+++ backup-manager-0.7.7/backup-manager.conf.tpl	2009-01-15 19:52:38.000000000 +0100
cb848d3
@@ -12,8 +12,11 @@
cb848d3
 # Repository - everything about where archives are
cb848d3
 #############################################################
cb848d3
 
cb848d3
+# RPM-specific : Enabled daily cron
cb848d3
+export BM_DAILY_CRON="false"
cb848d3
+
cb848d3
 # Where to store the archives
cb848d3
-export BM_REPOSITORY_ROOT="/var/archives"
cb848d3
+export BM_REPOSITORY_ROOT="/var/backup-manager"
cb848d3
 
cb848d3
 # Where to place temporary files
cb848d3
 export BM_TEMP_DIR="/tmp"