Skip to content

romankonz/LinkItHard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

LinkItHard

Scans all files within a directory mounted as /app for duplicate files. All duplicates are replaced with hard links.

Example:

mkdir -p testfolder
echo "touch my inode" > testfolder/testfile
cp testfolder/testfile testfolder/copy
ls -i testfolder
docker run --rm -v $(pwd)/testfolder/:/app romankonz/linkithard
ls -i testfolder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published