Backups with Docker + Duplicati
What is Duplicati?
Duplicati is an Open Source backup client that can run encrypted incremental backups to local storage or offsite with support for many different file transfer protocols.
Many Backends
Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Backblaze B2, Tardigrade, Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, hubiC and many others.
Features
Backup files and folders with strong AES-256 encryption. Save space with incremental backups and data deduplication. Run backups on any machine through the web-based interface or via command line interface. Duplicati has a built-in scheduler and auto-updater.
Strong encryption
Duplicati uses strong AES-256 encryption to protect your privacy. You can also use GPG to encrypt your backup.
Setup your Duplicati
The docker image: linuxserver/duplicati — Docker Image | Docker Hub
The Docker compose
version: “2.1”services:duplicati:image: lscr.io/linuxserver/duplicati:latest