mirror of
https://github.com/restic/restic.git
synced 2026-05-27 20:35:29 +00:00
86ccc6d445
add missing finalizeSnapshotFilter() to cmd.RunE() --------- Co-authored-by: Michael Eischer <michael.eischer@fau.de>
10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
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/5469
|
|
https://github.com/restic/restic/pull/5644
|