diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-20 11:18:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-20 11:18:30 -0300 |
commit | 5924c4e12dfc01ea43809f97e04e46f98fac999c (patch) | |
tree | 441c153ff5f243d54deced11954239ffb4be62ee | |
parent | 43b5f363b995abb07942e9a9d98e7d5514abfbd1 (diff) | |
download | borger-5924c4e12dfc01ea43809f97e04e46f98fac999c.tar.gz borger-5924c4e12dfc01ea43809f97e04e46f98fac999c.tar.bz2 |
-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 \ |