Похожие чаты

Is there a way to rsync from my computer to

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)

6 ответов

21 просмотр

I believe if you rsync over ssh, and the user that you ssh into is www-data, the owner will be that account

RH- Автор вопроса
Sharuzzaman Ahmat Raslan
I believe if you rsync over ssh, and the user that...

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

RH
I thought it too. I'm using rsync over ssh with us...

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

RH- Автор вопроса
RH
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

RH- Автор вопроса

Похожие вопросы

Карта сайта