mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00: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"
|
rm -f "/nextcloud_aio_volumes/nextcloud_aio_nextcloud_data/skip.update"
|
||||||
|
|
||||||
# Prune options
|
# Prune options
|
||||||
set -x
|
|
||||||
read -ra BORG_PRUNE_OPTS <<< "$BORG_RETENTION_POLICY"
|
read -ra BORG_PRUNE_OPTS <<< "$BORG_RETENTION_POLICY"
|
||||||
set +x
|
echo "BORG_PRUNE_OPTS are ${BORG_PRUNE_OPTS[*]}"
|
||||||
|
|
||||||
# Prune archives
|
# Prune archives
|
||||||
echo "Pruning the archives..."
|
echo "Pruning the archives..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue