summaryrefslogtreecommitdiff
path: root/backup.conf
diff options
context:
space:
mode:
Diffstat (limited to 'backup.conf')
-rw-r--r--backup.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/backup.conf b/backup.conf
index 9cc3753..6043fb3 100644
--- a/backup.conf
+++ b/backup.conf
@@ -14,6 +14,9 @@ declare -A backups
backups["directBackup"]="/path/to/destination/ user@source:path"
backups["proxiedBackup"]="/path/to/destination/ user@source:path proxy_user@ssh_host"
+# which directories must be mounted before we can run successfully
+neededMounts=('/data')
+
# how long to wait for destination directories to appear in lastBackups [seconds]
maxWait=100