Add support for Borg 2's "--match-archives" flag (replaces "--glob-archives") (#591).

This commit is contained in:
Dan Helfman
2022-10-03 22:50:37 -07:00
parent ae036aebd7
commit 2774c2e4c0
20 changed files with 251 additions and 190 deletions
+1
View File
@@ -53,6 +53,7 @@ for sub_command in prune create check list info; do
| grep -v '^--first' \
| grep -v '^--format' \
| grep -v '^--glob-archives' \
| grep -v '^--match-archives' \
| grep -v '^--last' \
| grep -v '^--format' \
| grep -v '^--patterns-from' \