Add filter by tag and path to stats command

This commit is contained in:
Oliver Buschjost
2020-07-31 17:04:04 +02:00
parent c34c731698
commit d3fcfeba3a
3 changed files with 66 additions and 87 deletions

View File

@@ -0,0 +1,9 @@
Enhancement: Support filtering snapshots by tag and path in the stats command
We've added filtering snapshots by `--tag tagList` and by `--path path` to
the `stats` command. This includes filtering of only 'latest' snapshots or
all snapshots in a repository.
https://github.com/restic/restic/issues/2858
https://github.com/restic/restic/pull/2859
https://forum.restic.net/t/stats-for-a-host-and-filtered-snapshots/3020