Skip to content

Tiny Perl program to deduplicate files using hardlinks

Notifications You must be signed in to change notification settings

iblech/hardlink-deduplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

hardlink-deduplication

Tiny Perl program to deduplicate files using hardlinks

Written for personal use, not configurable.

Usage:

$ ./dedup.pl dir1 dir2 dir3 ...

Duplicate files will be substituted by hardlinks to files in dir1. Useful for saving space with directory trees consisting of hardlinked backups (as for instance created by rsync) where you suspect that the chain of hardlinks was broken.

This program requires the Perl module Path::Class, which can be installed by the following command.

$ cpanm Path::Class

About

Tiny Perl program to deduplicate files using hardlinks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages