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