rsync chown warning

Posted by Ted Kim on Super User See other posts from Super User or by Ted Kim
Published on 2010-12-24T00:00:41Z Indexed on 2010/12/24 5:56 UTC
Read the original article Hit count: 378

Filed under:

I try to sync two directories using rsync.

the source is on Linux, and the other is on windows.

So, I mount the directory on windows using the command mount -t cifs ..... in Linux system.

Then I execute rsync ....

Everything is OK, but rsync prints out

rsync: chown "/mnt/windows/A/." failed: Permission denied (13)
rsync: chown "/mnt/windows/A/readme.txt" failed: Permission denied (13)

I want to sync the directories without changing ownership.

How can I do? please let me know.

Thanks in advance.

© Super User or respective owner

Related posts about linux