Duplicacy

Duplicacy

Docker app from Selfhosters

Overview

Web GUI for Duplicacy. Duplicacy backs up your files to many cloud storages with client-side encryption and the highest level of deduplication http://duplicacy.com
Note:
- It's imporatant to pass hostname (Advanced View > Extra Parameters > --hostname=), as duplicacy license is requested based on hostname and machine-id provided by dbus.
- Machine-id will be persisted in the /config directory.
- Default hostname set to 'duplicacy-Unraid'.
- If you want to backup the Unraid FLASH drive then you will have to run Duplicacy as root i.e. USR_ID=0 and GRP_ID=0
- /config -- is where configuration data will be stored. Should be backed up.
- /logs -- logs will go there.
- /cache -- transient and temporary files will be stored here. Can be safely deleted.
- Readme: https://hub.docker.com/r/saspus/duplicacy-web

Install Duplicacy on Unraid in a few clicks.

Find Duplicacy in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Duplicacy Review the template variables and paths Click Install

Download Statistics

4,690,972
Total Downloads
15,938
This Month
29,363
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Details

Repository
saspus/duplicacy-web
Last Updated2026-05-03
First Seen2019-11-06

Runtime arguments

Web UI
http://[IP]:[PORT:3875]/
Network
bridge
Privileged
false
Extra Params
--hostname=duplicacy-unraid

Template configuration

PortPorttcp

Container Port: 3875

Target
3875
Default
3875
ConfigPathrw

Container Path: /config

Target
/config
Default
/mnt/user/appdata/Duplicacy/config
CachePathrw

Container Path: /cache

Target
/cache
Default
/mnt/user/appdata/Duplicacy/cache
User DataPathrw

Container Path: /backuproot

Target
/backuproot
LogsPathrw

Container Path: /logs

Target
/logs
Default
/mnt/user/appdata/Duplicacy/logs
User IDVariable

Container Variable: USR_ID

Target
USR_ID
Default
99
Group IDVariable

Container Variable: GRP_ID

Target
GRP_ID
Default
100