summaryrefslogtreecommitdiff
path: root/backup.conf
diff options
context:
space:
mode:
Diffstat (limited to 'backup.conf')
-rw-r--r--backup.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/backup.conf b/backup.conf
index 63e3ec5..fd2822e 100644
--- a/backup.conf
+++ b/backup.conf
@@ -40,3 +40,8 @@ cacheDir="/path/to/cache/directory"
# timeout for `du` in backup-progress [seconds]
du_timeout=10
+
+# hook to execute before connecting via ssh or rsync
+preConnectHook() {
+ :
+}