restic check with snapshot filters (#5469)

---------

Co-authored-by: Michael Eischer <michael.eischer@fau.de>
This commit is contained in:
Winfried Plappert
2025-11-28 19:12:38 +00:00
committed by GitHub
parent 8fdbdc57a0
commit ce57961f14
7 changed files with 170 additions and 18 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: `restic check` for specified snapshot(s) via snapshot filtering
Snapshots can now be specified for the command `restic check` on the command line
via the standard snapshot filter, (`--tag`, `--host`, `--path` or specifying
snapshot IDs directly) and will be used for checking the packfiles used by these snapshots.
https://github.com/restic/restic/issues/3326
https://github.com/restic/restic/pull/5213