Hello,
i’m actually using this Web-Edition container https://hotio.dev/containers/duplicacy/. This is not updated anymore for the arm image so i’m switching to @saspus https://hub.docker.com/r/saspus/duplicacy-web
But have some questions:
-
I see the container i’m using use the same mapping for volumes, so config/cache/logs. Can i safely assume that i can just mount the ones i’m already using?
-
--volume ~:/backuproot:ro
can be anything i want, correct? In my compose i have for example- /srv/dev-disk-by-label-HC2:/source
. So can i use my version instead? -
I was looking for the api link to check for the stable/testing version of Duplicacy but can’t find it. Could you point it out? (Found it, should be https://duplicacy.com/latest_web_version)
Thanks!!