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

This commit is contained in:
Felix Buehler
2018-12-22 23:27:24 +01:00
parent c3e7425f4c
commit 73d67e29b4
5 changed files with 36 additions and 1 deletions
+1
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$' \