Support for Borg create & prune --stats via borgmatic command-line flag (#100)

This commit is contained in:
2018-12-06 23:58:14 +01:00
parent c3e7425f4c
commit 73d67e29b4
5 changed files with 36 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ for sub_command in prune create check list info; do
| grep -v '^--nobsdflags$' \
| grep -v '^--pattern$' \
| grep -v '^--progress$' \
| grep -v '^--stats$' \
| grep -v '^--read-special$' \
| grep -v '^--repository-only$' \
| grep -v '^--show-rc$' \