Skip to content

TellowKrinkle/APFSDeduplicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

APFSDeduplicator

A file deduplicator for APFS using clone files

Properly retains the original file's metadata on cloning

Compiling

Requires Boost Filesystem

Compile using cmake

mkdir build
cd build
cmake ../src
make

Usage

APFSDeduplicator doesn't save a list of file hashes to disk, so make sure to run it on all the files/folders at once.

Pass all files and folders you want scanned to the executable. Optionally, pass -p as the first argument to print the duplicates it finds instead of deduplicating.

About

A file deduplicator for APFS using clone files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published