UI: find file by name

It would be helpful, in the snapshot view in the ui, to be able to search for files by name (currently, it’s just a list of files & folders); better yet, a feature to search for file across snapshots to track its changes would also be welcome, sort of like restic’s find or the git log command.

Thanks!

5 Likes

I was about to make the same suggestion on the CLI

1 Like

I’ve just duplicated the file search across snapshots question somewhat: Is there a way to view a single file history across all snapshots?

Just your user case (searching for a single file) can be done by mounting the snapshot and running find|fd|etc.

1 Like

I was about to make the same suggestion on the CLI,too