forked from TrueCloudLab/restic
Add entry to changelog (new find flags)
This commit is contained in:
parent
15ad0e5bc7
commit
93fa17b53f
1 changed files with 12 additions and 0 deletions
12
changelog/unreleased/pull-1780
Normal file
12
changelog/unreleased/pull-1780
Normal file
|
@ -0,0 +1,12 @@
|
|||
Enhancement: find: Add options for searching IDs (blobs, trees...)
|
||||
|
||||
We've enhanced the `find` command to be able to list the snapshots containing
|
||||
a specific tree or blob, or even the snapshots that contain blobs belonging
|
||||
to a given pack.
|
||||
A list of IDs can be given, as long as they all have the same type.
|
||||
|
||||
The command `find` can also display the pack IDs the blobs belong to, if
|
||||
the `--show-pack-id` flag is provided.
|
||||
|
||||
https://github.com/restic/restic/issues/1777
|
||||
https://github.com/restic/restic/pull/1780
|
Loading…
Reference in a new issue