7 lines
221 B
Plaintext
Raw Normal View History

Enhancement: Extend "restic find --show-pack-id" to support --tree
This makes it possible to find the pack containing a specific tree, which is
useful mostly in development.
https://github.com/restic/restic/issues/2229