Hello,
I am having permission issues since upgrading from 6.9 to 6.10. When syncing from my SFTP remote, the files created by rclone copy command end up with r-x and I am unable to move them until I run docker safe permissions after every sync. When checking ls -l, the files show as root root. I tried making a new unraid usb with only rclone installed with unraid version 6.12 and the issue still persists that the newly synced files from my remote are being created as root and not as usernobody. I have tried searching for days to solve the issue but everything I find is about using rclone and mounting remote drives which I am not doing, I am using it simply as a one way sync from a remote to my local cache drive --> array. I am a novice with linux so I am hitting a wall with what I can do to fix the issue other than just letting my sync run and running docker safe permissions everyday, which is tiring. Can anyone please help me fix why rclone is syncing new files on my array as root and just have them be regular unraid permissions?
Edit: looks like this bug is caused by using rclone with userscripts and is a known issue from userscript author. Recommended fix is to add permission change at the end of your script to fix the issue.