Rclone wrong id group permissions

Hello,

I sync my home dir to a server and when I sync it back to my pc, home dir permissions are wrong:

push: rclone sync me rsync:home
pull: rclone sync rsync:home me

id
uid=1001(me) gid=1001(me) groups=1001(me),0(wheel),44(video)

ls -l backup/
drwxr-xr-x 2 me wheel 24 3 jul 12:54 me

why my group is "wheel" and not "me"

Is there an option to change it?

Thanks

It's a shame folks fight to not use the template :frowning:

When rclone copies back, it just copies based on your linux info as it has no idea what permissions are.

You'd fix your root folder I'd imagine with a chown to what you want it to be.

What's the meaning that expression?

And yes, a chown will do that. I was asking because I am curious why it chosed secondary group and not primary on :slight_smile:

In the very first post here on RCLONE - How to ask for assistance <--Click this link

The forum requests a specific set of info which will make everyone's ability to help you much greater, it's not there to make things harder, it's there to makes things easier and allows us to give you support with certain variables answered.

Saving time and getting your problem resolved as fast and easy as possible.

If you could please post with those answers, it would be fantastic :smiley:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.