hardlink
Hardlinks multiple copies of the same file
Install
- All systems
-
curl cmd.cat/hardlink.sh
- Debian
-
apt-get install hardlink
- Ubuntu
-
apt-get install hardlink
- Arch Linux
-
pacman -S hardlink
- Kali Linux
-
apt-get install hardlink
- CentOS
-
yum install hardlink
- Fedora
-
dnf install hardlink
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install hardlink
- OS X
-
brew install hardlink
- Raspbian
-
apt-get install hardlink
- Dockerfile
- dockerfile.run/hardlink
hardlink
Hardlinks multiple copies of the same file
Hardlink is a tool which detects multiple copies of the same file and replaces them with hardlinks. Amongst other things, it can be used to merge identical, duplicate files in backup trees and save space. The idea has been taken from http://code.google.com/p/hardlinkpy/, but the code has been written from scratch and licensed under the MIT license.