1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
From: Sven Joachim <svenjoac@gmx.de>
Date: Thu, 26 Nov 2015 14:32:16 -0800
Subject: debian-no-unused-confvars
Remove a configuration variable that is not used anywhere (as of version
0.7.10.1).
---
backup-manager.conf.tpl | 5 -----
1 file changed, 5 deletions(-)
diff --git a/backup-manager.conf.tpl b/backup-manager.conf.tpl
index 6cfaa8d..8ce787c 100644
--- a/backup-manager.conf.tpl
+++ b/backup-manager.conf.tpl
@@ -42,11 +42,6 @@ export BM_ARCHIVE_CHMOD="660"
# Number of days we have to keep an archive (Time To Live)
export BM_ARCHIVE_TTL="5"
-# At which frequency will you build your archives?
-# You can choose either "daily" or "hourly".
-# This should match your CRON configuration.
-export BM_ARCHIVE_FREQUENCY="daily"
-
# Do you want to purge only the top-level directory or all
# directories under BM_REPOSITORY_ROOT?
export BM_REPOSITORY_RECURSIVEPURGE="false"
|