mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 02:03:01 +02:00
Add support for Borg 2's "--match-archives" flag (replaces "--glob-archives") (#591).
This commit is contained in:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user