mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-04 01:38:41 +08:00
fix restoring of elasticsearch volume
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
fb6668755c
commit
9b3ad32764
1 changed files with 2 additions and 1 deletions
|
@ -259,7 +259,8 @@ if [ "$BORG_MODE" = restore ]; then
|
|||
# Restore everything except the configuration file
|
||||
if ! rsync --stats --archive --human-readable -vv --delete \
|
||||
--exclude "nextcloud_aio_apache/caddy/"** \
|
||||
--exclude "nextcloud_aio_elasticsearch" \
|
||||
--exclude "nextcloud_aio_elasticsearch/" \
|
||||
--include "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