summaryrefslogtreecommitdiff
path: root/backup.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-10-10 11:28:33 +0200
committerErich Eckner <git@eckner.net>2018-10-10 11:28:33 +0200
commit2159b5b9f8b55e49b013fc3f663cff0b0ab53bc3 (patch)
tree03119c77a70919aa678fabe476148fcab5776a8c /backup.conf
parent2385fb21689538a11c224d82af14775a56e9cbbb (diff)
downloadhardlinkedBackups-2159b5b9f8b55e49b013fc3f663cff0b0ab53bc3.tar.xz
option for seldom backups new
Diffstat (limited to 'backup.conf')
-rw-r--r--backup.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/backup.conf b/backup.conf
index 82fa2c0..9cc3753 100644
--- a/backup.conf
+++ b/backup.conf
@@ -17,8 +17,17 @@ backups["proxiedBackup"]="/path/to/destination/ user@source:path proxy_user@ssh_
# how long to wait for destination directories to appear in lastBackups [seconds]
maxWait=100
-# how old may backups be before we warn about outdated ones [seconds]
+# how old may (seldom) backups be before we warn about outdated ones [seconds]
outdatedLimit=$[2*24*60*60]
+outdatedSeldomLimit=$[3*7*24*60*60]
+
+# list of backups which should be made less often
+seldomBackups=(
+ "slowBackup"
+)
+
+# number of days that should pass between seldom backups
+seldomness=14
# subdirectories which should be appended to the parent directory in the report
recognSubdirRegex="home\|boot\|root\|erich"