storeBackup_du
fancy compressing managing checksumming deduplicating hard-linking cp -ua
Install
- All systems
-
curl cmd.cat/storeBackup_du.sh
- Debian
-
apt-get install storebackup
- Ubuntu
-
apt-get install storebackup
- Kali Linux
-
apt-get install storebackup
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install storebackup
- Raspbian
-
apt-get install storebackup
- Dockerfile
- dockerfile.run/storeBackup_du
storebackup
fancy compressing managing checksumming deduplicating hard-linking cp -ua
Copies directory hierarchies recursively into another location, by date (e.g. /home/ => /var/bkup/2002.12.13_04.27.56/). Permissions are preserved, so users with access to the backup directory can recover their files themselves. File comparisons are done with MD5 checksums, so no changes go unnoticed. Hard-links unchanged backuped files to old versions and identical files within the backuped tree. Compresses large files (that don't match exclusion patterns). Manages backups and removes old ones.