List the files of an archive #140
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be great to have the ability to list the files of an archive, which would be done in
borg list ${BORG_REPO}::${BORG_SET}and could be implemented withborgmatic --list --archive ${BORG_SET}. Right now it complains about it:Totally agreed that this would be pretty handy. But so that I make sure I understand your use case, can you talk about the situation in which you'd want to use this feature?
I.e. I know the name of the (deleted) file I want to restore, but not the location anymore. Grepping through the output of this cmd helps me find it.
Got it, thanks!
This is now implemented as specified above, and released in borgmatic 1.2.17. Enjoy!
👍