-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Diagnostic command to display what snapshots a blob/tree belongs to #1777
Comments
7 tasks
I have added support for packs (see the PR):
|
This looks great, thank you so much for spending time on it! I'm currently swamped with other real-life issues, and I've got a huge backlog of things to review. Sorry for that! |
Closing this issue as the Merge Request #1780 has been accepted. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not a bug report but a feature proposal.
A few times, I've been missing a command to list the snapshots that contain a specific tree or blob, or the snapshots affected by a corrupted pack.
I'd like to be able to use a restic command for this case (AFAIK it does not exist yet) and I've written some POC code.
I can do a PR to discuss this further if this suggestion sounds reasonable to you.
Here's a practical example.
Let's check what this tree actually is and which snapshot is affected.
Here's another example with a random blob in one of my repositories:
I'd also like to be able to do
but I haven't had a look at it yet.
Please let me know if it would be useful to other people than me.
The text was updated successfully, but these errors were encountered: