From 6839bf33a5135e6c3d878a04927b84a5027f254d Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 5 Aug 2019 22:25:54 +0200 Subject: [PATCH] Fix: MOUNTPOINT for backup disks --- files/dd_borg/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/dd_borg/run.sh b/files/dd_borg/run.sh index 106d487..545ce14 100644 --- a/files/dd_borg/run.sh +++ b/files/dd_borg/run.sh @@ -13,7 +13,7 @@ sleep 5 # # The backup partition is mounted there -MOUNTPOINT=/mnt/backup +MOUNTPOINT=/mnt # This is the location of the Borg repository TARGET=$MOUNTPOINT/Combava