mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-31 21:53:01 +02:00
When using the "bsd_flags" option, tailor the flags passed to Borg depending on the Borg version (#394).
This commit is contained in:
@@ -38,7 +38,7 @@ for sub_command in prune create check list info; do
|
||||
| grep -v '^--json$' \
|
||||
| grep -v '^--keep-last$' \
|
||||
| grep -v '^--list$' \
|
||||
| grep -v '^--nobsdflags$' \
|
||||
| grep -v '^--bsdflags$' \
|
||||
| grep -v '^--pattern$' \
|
||||
| grep -v '^--progress$' \
|
||||
| grep -v '^--stats$' \
|
||||
|
||||
Reference in New Issue
Block a user