From 314ad8d94c5ff33fd2eadb1027748550be0e7e4f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 10 Feb 2019 22:36:04 +0100 Subject: camelCase -> no-camel-case, backup-progress new --- backup.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backup.conf') 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" -- cgit v1.2.3-54-g00ecf