When using the "bsd_flags" option, tailor the flags passed to Borg depending on the Borg version (#394).

This commit is contained in:
Dan Helfman
2022-02-09 21:11:00 -08:00
parent 4b5af2770d
commit 6bf6ac310b
6 changed files with 65 additions and 16 deletions
+1 -1
View File
@@ -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$' \