-
|
I have lost a file, and I don't know which host was, neither the folder; I only have filename. How can I find it? Mounting everything and using find isn't the most efective way. |
Beta Was this translation helpful? Give feedback.
Answered by
aawsome
May 29, 2026
Replies: 1 comment
-
|
If you can specify a filter to e.g. rule some snapshots out, use this to make the search faster, e.g. If you even know the exact path (within the snapshots), use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aawsome
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rustic find --glob <FILENAME>, e.g.rustic find --glob file.txt.If you can specify a filter to e.g. rule some snapshots out, use this to make the search faster, e.g.
rustic find --filter-path /snap-path --glob ...If you even know the exact path (within the snapshots), use
rustic find --path <PATH>, e.g.rustic find --path /my/path/to/file.txt