summaryrefslogtreecommitdiff
path: root/backup.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-10 22:36:04 +0100
committerErich Eckner <git@eckner.net>2019-02-10 22:36:04 +0100
commit314ad8d94c5ff33fd2eadb1027748550be0e7e4f (patch)
treeb94d525ac5758380cbc8cbcc8bce8e5b68823697 /backup.conf
parent080efe8cbf8e5bc69a17f8af8f5feffd01dd67fe (diff)
downloadhardlinkedBackups-314ad8d94c5ff33fd2eadb1027748550be0e7e4f.tar.xz
camelCase -> no-camel-case, backup-progress new
Diffstat (limited to 'backup.conf')
-rw-r--r--backup.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/backup.conf b/backup.conf
index 6043fb3..8d7fd4e 100644
--- a/backup.conf
+++ b/backup.conf
@@ -17,7 +17,7 @@ backups["proxiedBackup"]="/path/to/destination/ user@source:path proxy_user@ssh_
# which directories must be mounted before we can run successfully
neededMounts=('/data')
-# how long to wait for destination directories to appear in lastBackups [seconds]
+# how long to wait for destination directories to appear in last-backups [seconds]
maxWait=100
# how old may (seldom) backups be before we warn about outdated ones [seconds]
@@ -35,5 +35,5 @@ seldomness=14
# subdirectories which should be appended to the parent directory in the report
recognSubdirRegex="home\|boot\|root\|erich"
-# directory for caching valuable information in backupStatistics
+# directory for caching valuable information in backup-statistics
cacheDir="/path/to/cache/directory"