Duplicati
Duplicati is a backup client that securely stores encrypted, incremental, compressed backups on local storage, cloud storage services and remote file servers. It works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, B2, and many others.
Setting up
Section titled “Setting up”duplicati_enabled: true
# You should change the database encryption key to something unique and secureduplicati_encryption_key: "changeme"# You should change the web UI password to something unique and secureduplicati_webui_password: "changeme"By default, Duplicati can be accessed at http://[your_server_ip]:8200 or https://duplicati.[your_domain].com if you have DNS access configured.
Configuration
Section titled “Configuration”See the default configuration options for Duplicati at roles/duplicati/defaults/main.yml.
Add any overrides to your inventories/[your_inventory]/group_vars/homelab.yml file.
Recent Changes
Section titled “Recent Changes” Nov 4, 2025