diff options
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 8d7fd4e..63e3ec5 100644 --- a/backup.conf +++ b/backup.conf @@ -37,3 +37,6 @@ recognSubdirRegex="home\|boot\|root\|erich" # directory for caching valuable information in backup-statistics cacheDir="/path/to/cache/directory" + +# timeout for `du` in backup-progress [seconds] +du_timeout=10 |