forked from TrueCloudLab/restic
Improve changelog entry (pull-1780)
This commit is contained in:
parent
896089976a
commit
17d6d537e2
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
Enhancement: find: Add options for searching IDs (blobs, trees...)
|
Enhancement: Improve the `find` command
|
||||||
|
|
||||||
We've enhanced the `find` command to be able to list the snapshots containing
|
We've updated the `find` command to support multiple patterns.
|
||||||
a specific tree or blob, or even the snapshots that contain blobs belonging
|
|
||||||
to a given pack.
|
`restic find` is now 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.
|
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 command `find` can also display the pack IDs the blobs belong to, if
|
||||||
|
|
Loading…
Reference in a new issue