summaryrefslogtreecommitdiff
path: root/backup.conf
diff options
context:
space:
mode:
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"