pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.91k stars 71 forks source link

ignore size and report duplicates #92

Closed heavyarms2112 closed 2 years ago

heavyarms2112 commented 2 years ago

Is the implementation of finding duplicates based on size? Can it find duplicates even if there's a size mismatch and report the file names?

pkolaczk commented 2 years ago

It finds duplicates based on file contents, so size must match. File names do not need to match.