mirror of
https://github.com/restic/restic.git
synced 2026-08-17 02:53:17 +00:00
10 lines
377 B
Plaintext
10 lines
377 B
Plaintext
Enhancement: Limit `check` to snapshots selected by filters
|
|
|
|
The `check` command can now restrict pack verification to snapshots chosen with
|
|
the usual snapshot filters (`--tag`, `--host`, `--path`, or explicit snapshot
|
|
IDs on the command line).
|
|
|
|
https://github.com/restic/restic/issues/3326
|
|
https://github.com/restic/restic/pull/5469
|
|
https://github.com/restic/restic/pull/5644
|