mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-25 08:10:48 +08:00
print out borg_prune_opts
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
28b1e249a8
commit
bd550313bd
1 changed files with 1 additions and 2 deletions
|
@ -167,9 +167,8 @@ if [ "$BORG_MODE" = backup ]; then
|
|||
rm -f "/nextcloud_aio_volumes/nextcloud_aio_nextcloud_data/skip.update"
|
||||
|
||||
# Prune options
|
||||
set -x
|
||||
read -ra BORG_PRUNE_OPTS <<< "$BORG_RETENTION_POLICY"
|
||||
set +x
|
||||
echo "BORG_PRUNE_OPTS are ${BORG_PRUNE_OPTS[*]}"
|
||||
|
||||
# Prune archives
|
||||
echo "Pruning the archives..."
|
||||
|
|
Loading…
Reference in a new issue