Skip to content

Commit

Permalink
print out borg_prune_opts
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed May 30, 2023
1 parent 28b1e24 commit bd55031
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Containers/borgbackup/backupscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit bd55031

Please sign in to comment.