Duplicati
Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.
Docker Compose
version: "2.1"
services:
duplicati:
image: lscr.io/linuxserver/duplicati:latest
container_name: duplicati
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/config:/config
- /path/to/backups:/backups
- /path/to/source:/source
ports:
- 8200:8200
restart: unless-stopped
Architecture Overview
Service Details
- Public Hostname: dup2.billpantzartzis.info
- Service URL: http://192.168.1.81:8200
- Tunnel: SYNLORTINAS
- Active: Yes