From 42ba782994b2dc269987160055a019c47e7c29f4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 21 Jan 2019 09:10:25 +0100 Subject: make needed mounts configurable --- backup.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backup.conf') 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 -- cgit v1.2.3-54-g00ecf