Hello, i am using the docker image from saspus on an Unraid system. I am backing up my immich library regularly to a share on unraid. Additionally i would like to mirror once a week all the chunks to my old synology nas for a secondary backup. Since i dont want the nas to be running all the time i set it to just turn on once a week, then the ActivBackupforBusiness App copies over SMB all the chunks to the NAS.
My problem is, that the chuncks (and btw. also the logs) created by the docker are only visible to the owner and not to the group, so the NAS can only access them after i manually chown them. The UserID and GroupID in the Docker template are set to 99 and 100. Is there another option? Or should i just run a script which regularly chown’s them?
PS: I am new to Duplicacy and only have basic knowledge on Unraid and Docker.