From de01850279e06605c7bb46934c4529ccb08dc992 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 17 Dec 2022 16:20:58 +0100 Subject: [PATCH] another attempt Signed-off-by: Simon L --- Containers/borgbackup/backupscript.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/Containers/borgbackup/backupscript.sh b/Containers/borgbackup/backupscript.sh index 30c09a64..9710dd4f 100644 --- a/Containers/borgbackup/backupscript.sh +++ b/Containers/borgbackup/backupscript.sh @@ -259,8 +259,6 @@ if [ "$BORG_MODE" = restore ]; then # Restore everything except the configuration file if ! rsync --stats --archive --human-readable -vv --delete \ --exclude "nextcloud_aio_apache/caddy/"** \ - --include "nextcloud_aio_elasticsearch/"** \ - --exclude "nextcloud_aio_elasticsearch" \ --exclude "nextcloud_aio_mastercontainer/caddy/"** \ --exclude "nextcloud_aio_mastercontainer/certs/"** \ --exclude "nextcloud_aio_mastercontainer/data/configuration.json" \