Guillaume Kulakowski 7057f87
--- backup-manager/backup-manager.conf.tpl.configtpl
Guillaume Kulakowski 7057f87
+++ backup-manager/backup-manager.conf.tpl
ca6d20e
@@ -12,8 +12,11 @@
ca6d20e
 # Repository - everything about where archives are
ca6d20e
 #############################################################
Guillaume Kulakowski 7057f87
ca6d20e
+# RPM-specific : Enabled daily cron
ca6d20e
+export BM_DAILY_CRON="false"
ca6d20e
+
ca6d20e
 # Where to store the archives
ca6d20e
-export BM_REPOSITORY_ROOT="/var/archives"
ca6d20e
+export BM_REPOSITORY_ROOT="/var/backup-manager"
Guillaume Kulakowski 7057f87
ca6d20e
 # Where to place temporary files
ca6d20e
 export BM_TEMP_DIR="/tmp"