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>.
RUN apt-get update && \
apt-get install -y duplicity
RUN apt-get update && \
apt-get install -y duplicity
RUN apk add duplicity
RUN pacman -S --noconfirm duplicity
RUN apt-get update && \
apt-get install -y duplicity
RUN dnf install -y duplicity
RUN apt-get update && \
apt-get install -y duplicity