pkolaczk / fclones

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

Use ZFS checksums for faster comparison #94

Open matuusu opened 2 years ago

matuusu commented 2 years ago

There was a proposal for rdfind to use existing ZFS checksum, which is created when a file is written to ZFS. This may result in much faster comparison, especially for big files on ZFS. I think this would be great enhancement for fclones.

Here is the original rdfind post.

Thank you for this nice tool!