Support for Borg create --progress via borgmatic command-line flag (#108).
All checks were successful
the build was successful

This commit is contained in:
2018-11-21 22:03:39 -08:00
parent 5c0b17ef39
commit 9ca80a54d8
5 changed files with 18 additions and 1 deletions

View File

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