diff options
author | Erich Eckner <git@eckner.net> | 2016-10-11 11:20:06 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-10-11 14:24:10 +0200 |
commit | 42b083a197c3d29cce74c22606e16317f18f808b (patch) | |
tree | 47e1a66446df12466ba9f3bb1f6bbabd18b106ed /backup.conf | |
parent | c60863c3ac79685da35840324f742439da9c5e1a (diff) | |
download | hardlinkedBackups-42b083a197c3d29cce74c22606e16317f18f808b.tar.xz |
manpage-Erzeugung halbwegs automatisiert
Diffstat (limited to 'backup.conf')
-rw-r--r-- | backup.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backup.conf b/backup.conf index 0b65488..82fa2c0 100644 --- a/backup.conf +++ b/backup.conf @@ -22,3 +22,6 @@ outdatedLimit=$[2*24*60*60] # subdirectories which should be appended to the parent directory in the report recognSubdirRegex="home\|boot\|root\|erich" + +# directory for caching valuable information in backupStatistics +cacheDir="/path/to/cache/directory" |