From 70b87ed9f89148bdb304a50f28033d874e067a91 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 17 Dec 2022 16:14:11 +0100 Subject: [PATCH] try to fix it Signed-off-by: Simon L --- Containers/borgbackup/backupscript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/borgbackup/backupscript.sh b/Containers/borgbackup/backupscript.sh index 7f185b8a..30c09a64 100644 --- a/Containers/borgbackup/backupscript.sh +++ b/Containers/borgbackup/backupscript.sh @@ -260,7 +260,7 @@ if [ "$BORG_MODE" = restore ]; then if ! rsync --stats --archive --human-readable -vv --delete \ --exclude "nextcloud_aio_apache/caddy/"** \ --include "nextcloud_aio_elasticsearch/"** \ - --exclude "nextcloud_aio_elasticsearch/" \ + --exclude "nextcloud_aio_elasticsearch" \ --exclude "nextcloud_aio_mastercontainer/caddy/"** \ --exclude "nextcloud_aio_mastercontainer/certs/"** \ --exclude "nextcloud_aio_mastercontainer/data/configuration.json" \