server and control who is the owner of the destination?
I need to sync all the and give them a specific owner on the server (ex: www-data)
I believe if you rsync over ssh, and the user that you ssh into is www-data, the owner will be that account
I thought it too. I'm using rsync over ssh with user root, but the files changed their owner to user that not exist on the server
It doesn't change the owner. It use the same uid and gid as source. If the uid and gid does not exist on the target server, you will see as if the user or group does not exist
Is there a way I can specify the owner?
There is --owner and --group where it will copy the owner and group from source, provided that you ssh to the target server as root
Thank you, I will check it.
Обсуждают сегодня