Support for Borg --keep-secondly prune option (#98).
All checks were successful
the build was successful

This commit is contained in:
2018-10-04 21:54:23 -07:00
parent 900ea80a42
commit da8e9638f4
4 changed files with 8 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ for sub_command in prune create check list info; do
| grep -v '^--help$' \
| grep -v '^--info$' \
| grep -v '^--json$' \
| grep -v '^--keep-last$' \
| grep -v '^--list$' \
| grep -v '^--nobsdflags$' \
| grep -v '^--pattern$' \