Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options to 'find' for searching IDs (blobs, ...) #1780

Merged
merged 5 commits into from Aug 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions changelog/unreleased/pull-1780
@@ -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