hi! first time setting up Duplicati here - on Ubuntu Server 20.04.4 LTS with Duplicati 2.0.7.1_beta_2023-05-25 installed via Docker (in CasaOS). I changed the process to run as the default backup user (PID=34) and verified both processes (Duplicati and mono) are owned by the backup user:
By default, the docker container process runs with the supplementary groups looked up for the specified user. If one wants to add more to that list of groups, then one can use this flag
It sounds like changing supplementary groups on the host, then giving the user or added group should do.
User says how to pass the user to docker run, but if you’re using some GUI assist, I can’t help with that.
One way to troubleshoot is to trace supplementary groups. Does ps -p 1303750 -o supgrp show ddb?