sahib / rmlint

Extremely fast tool to remove duplicates and other lint from your filesystem
http://rmlint.rtfd.org
GNU General Public License v3.0
1.87k stars 130 forks source link

Support for APFS deduplication #421

Closed valenokk closed 3 years ago

valenokk commented 4 years ago

Thank you for your wonderful tool. Will it be hard to support APFS deduplication? macOS support clonefile(2) system call since 10.12, which lets to deduplicate in a similar way as btrfs.

I think I can work on PR, but frankly I don't have much experience in open-source development.

sahib commented 4 years ago

Hello @valenokk,

adding support for APFS would be certainly possible, but I can't really do it on my side since I have no apple machine to test on. There are a few things you need to do:

Here is some general intro on how to work on changes for rmlint.

Good luck.

sahib commented 3 years ago

Closing for now. Please re-open when there are news.