adrianlopezroche / fdupes

FDUPES is a program for identifying or deleting duplicate files residing within specified directories.
2.48k stars 186 forks source link

Feature Request: use deduplication on COW filesystems #90

Open rbanffy opened 7 years ago

rbanffy commented 7 years ago

On filesystems like ZFS, OCFS2, and BtrFS it's possible to rely on copy-on-write semantics and have more than one distinct file pointing to a single copy on disk but behaving differently than a hard-link as each file can be edited independently (only allocating extra space for the changed blocks).

This could complement the -L patch (#17) for replacing identical files on the same filesystem with hard links.

strugee commented 7 years ago

Duplicate of #89?

rbanffy commented 7 years ago

Yes. We can mark this as a dupe.

strugee commented 7 years ago

Please close this then :thumbsup: