diff options
-rwxr-xr-x | borger | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -186,11 +186,11 @@ function borger_create { # 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 \ |