From a3ed26063ccff293fff4c0d851f12673d55c66bd Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 2 Dec 2022 21:37:48 +0100 Subject: [PATCH] add hint regarding default borg.config path Signed-off-by: Simon L --- Containers/borgbackup/backupscript.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/borgbackup/backupscript.sh b/Containers/borgbackup/backupscript.sh index 2736edc5..d90f02a5 100644 --- a/Containers/borgbackup/backupscript.sh +++ b/Containers/borgbackup/backupscript.sh @@ -88,6 +88,7 @@ if [ "$BORG_MODE" = backup ]; then if [ -f "/nextcloud_aio_volumes/nextcloud_aio_mastercontainer/data/borg.config" ]; then echo "Cannot initialize a new repository as that was already done at least one time." echo "If you still want to do so, you may delete the 'borg.config' file that is stored in the mastercontainer volume manually, which will allow you to initialize a new borg repository in the chosen directory." + echo "By default it is stored here: /var/lib/docker/volumes/nextcloud_aio_mastercontainer/_data/data/borg.config" exit 1 fi