duplicity

Creates incremental, compressed, encrypted and versioned backups. Can also upload the backups to a variety of backend services. More information: <http://duplicity.nongnu.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y duplicity
Ubuntu
RUN apt-get update && \ apt-get install -y duplicity
Alpine
RUN apk add duplicity
Arch Arch Linux
RUN pacman -S --noconfirm duplicity
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y duplicity
Fedora
RUN dnf install -y duplicity
Raspbian
RUN apt-get update && \ apt-get install -y duplicity
click the source code to copy install duplicity on any operating system with command-not-found.com