garethgeorge / backrest

Backrest is a web UI and orchestrator for restic backup.
GNU General Public License v3.0
1.58k stars 41 forks source link

Support `restic find` to search for files / patterns in a repo #224

Open berti34 opened 6 months ago

berti34 commented 6 months ago

A great tool you have created!

An important feature would be a field for repo-based searching for filenames.

What do you think about that?

Greetings

garethgeorge commented 6 months ago

Looks like this is something that can be implemented with restic find

e.g. https://restic.readthedocs.io/en/latest/manual_rest.html#browse-repository-objects

Leaving this to track upvotes (and ack that I've seen it!), I think it's a bit lower priority than some of what's in my queue right now but it's a pretty interesting idea.