From 9408e3e88a3f0e2f50c6dbb1aa0c02cd22ac9401 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 11 Sep 2019 13:46:06 +0200 Subject: backup-progress: time out `du` after $du_timeout seconds --- backup.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backup.conf') 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 -- cgit v1.2.3-54-g00ecf