Duplicacy docker-compose resource

Currently reading
Duplicacy docker-compose resource

4,076
1,397
NAS
DS4l8play, DS202j, DS3623xs+, DSM 7.3.3-25847
Last edited:
I'm a fan of Duplicacy for backups, as it is robust and well-supported and has an active forum. While it is freely available as a command-line tool, it offers a WebGUI dashboard to monitor backups. I prefer it over Hyper Backup (apart from package backups). It is not Synology-dependent, and is useable across Linux, MacOS, and Windows platforms.

I run Duplicacy Web Edition on the NAS and Duplicacy (command-line) on my Win machines.

However... DSM updates break the web edition, requiring me to re-enter my backup settings... not something I enjoy.

To circumvent that, and the expected breakage that DSM7 is likely to cause (a la Plex), I set up a Docker instance. For those interested in a docker-compose yml, I offer:

version: '2.1' services: duplicacy-web: image: saspus/duplicacy-web:mini network_mode: "bridge" container_name: duplicacy-web hostname: myduplicacyhostname environment: - USR_ID=1000 - GRP_ID=1000 - TZ=America/Smallville - DUPLICACY_WEB_VERSION=Stable ports: - 3875:3875/tcp volumes: - /volume1/docker/duplicacy/config:/config - /volume1/docker/duplicacy/logs:/logs - /volume1/docker/duplicacy/cache:/cache - /volume1/folder1:/data/folder1 - /volume1/folder2:/data/folder2 restart: unless-stopped

Where folder1/folder2 are folders that will be backed up, and 'myduplicacyhostname' is a unique license identifier.
I hope you find this worth testing.

Save your edited yml file in the /volume1/docker/duplicacy folder. Then SSH into the NAS as root (sudo -i) and

cd /volume1/docker/duplicacy ... then

docker-compose -f duplicacy.yml up -d

That's it!
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

Gluetun works fine. I'm using it both for several other containers, and for proxying my browser through my...
Replies
3
Views
446
Thanks... I tried something similar with rsync. The docker volume lived in...
Replies
7
Views
619
I can’t find any option to restore just the settings. 1710356648 Phew, managed to fix it. Within the...
Replies
4
Views
503
Good to hear. Deluge has not been updated for almost two years now as an app, nevertheless. But it gives...
Replies
12
Views
1,104
  • Question
Open an issue on that GitHub page. The developers will be glad to assist. OP has posted two threads on...
Replies
5
Views
1,095
I'm happy with email notifications but in v0.3.3 of dockcheck the author added apprise notifications...
Replies
4
Views
1,231
I am also trying to setup a Z-wave USB dongle and am getting stuck after following the same steps as...
Replies
1
Views
1,143

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Trending threads

Back
Top