Skip to content

sevangelatos/Deduplicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deduplicator

Locate duplicate files and optionally deduplicate them using hard links. Can be used with both python2 and python3.

Example usage:

find . -print0 |  python3 deduplicator.py -0 --dry-run --hardlink

About

Python deduplication script by hardlinking...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages