pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.99k stars 79 forks source link

Limit search to a single FS #229

Closed John-Gee closed 1 year ago

John-Gee commented 1 year ago

Hello,

I'd like to search one FS at a time, but without a toggle I can't just give it '/' for the path to search I have to carefully specify which paths are safe. Am I missing something?

Thank you!

pkolaczk commented 1 year ago

You can exclude the roots of the FS you don't want FClones to visit. Unfortunately there isn't an option to scan just one filesystem yet, but I plan to add one.

John-Gee commented 1 year ago

That'll be great, thank you!

John-Gee commented 1 year ago

Awesome, thanks a lot!