I’ve been setting up Duplicacy in Unraid/Docker and have some questions about the default permissions.
The template uses the following settings:
- UID: 99 (nobody user)
- GID: 100
When I tested backup and restore, I had to use the “-ignore-owner” switch. If I remove these permissions from Docker, the files restore with their original permission levels.
My question is: should I keep the UID/GID set to 99/100, or is there any downside to removing them?
I noticed that leaving these settings requires me to modify the permissions after restoring. It’s not a major issue, but I’m curious to hear what others recommend.