Blob Blame History Raw
--- backup-manager/backup-manager.conf.tpl.configtpl
+++ backup-manager/backup-manager.conf.tpl
@@ -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"