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