rdiffdir
encrypted bandwidth-efficient backup
Install
- All systems
-
curl cmd.cat/rdiffdir.sh
- Debian
-
apt-get install duplicity
- Ubuntu
-
apt-get install duplicity
- Alpine
-
apk add duplicity
- Arch Linux
-
pacman -S duplicity
- Kali Linux
-
apt-get install duplicity
- Fedora
-
dnf install duplicity
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install duplicity
- OS X
-
brew install duplicity
- Raspbian
-
apt-get install duplicity
- Dockerfile
- dockerfile.run/rdiffdir
- Docker
-
docker run cmd.cat/rdiffdir rdiffdir
powered by Commando
duplicity
encrypted bandwidth-efficient backup
Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.