# one specific archive and not apply to archives also.
function borger_prune {
info "Pruning repository..."
+ # Option "--prefix" has been deprecated.
+ # Use "--glob-archives 'yourprefix*'" (-a) instead.
+ #--prefix "${PLACEHOLDER}-" \
borg prune \
--list \
- # Option "--prefix" has been deprecated.
- # Use "--glob-archives 'yourprefix*'" (-a) instead.
- #--prefix "${PLACEHOLDER}-" \
--glob-archives ${PLACEHOLDER}'*' \
--show-rc \
--keep-daily $KEEPDAILY \