This tool provides a new generation of cross-platform cloud backup, securing your files with client-side encryption and a high level of deduplication. It is built on a unique idea called Lock-Free Deduplication, which manages data chunks without using locks. This innovative approach allows for smooth operation with most cloud storage services, local disks, and your own SFTP servers, making the deletion of old backups efficient and reliable.
You can manage your backups through two powerful interfaces:
The source code for the command-line version is available, providing full transparency and the ability to customize the tool to your specific needs.
services:
duplicacy-web:
image: saspus/duplicacy-web:latest
container_name: duplicacy-web
hostname: duplicacy-web
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- DWE_PASSWORD=${DWE_PASSWORD}
ports:
- 3875:3875
volumes:
- ./config:/config
- ./logs:/logs
- ./cache:/cache
- ./backups:/backups:ro
restart: unless-stopped# Optional: Pre-seed the Duplicacy Web Edition admin password. If left blank, you will be prompted to create a password on first access via the Web UI.
DWE_PASSWORD=your_super_secret_passwordAuto-fetched 9 minutes ago
Auto-fetched 9 minutes ago