mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-29 10:10:55 +08:00
try to fix it
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
e389a17a74
commit
70b87ed9f8
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue