rsync - failed to set permission - operation not permitted
Posted
by
Jerome Ansia
on Server Fault
See other posts from Server Fault
or by Jerome Ansia
Published on 2012-08-30T21:19:44Z
Indexed on
2012/08/30
21:40 UTC
Read the original article
Hit count: 248
I got the following command with this error
rsync -avz --links -O /home/jansiatest/.jenkins/workspace/svn_to_demo/trunk/CPS/ [email protected]:/home/tasklite/temp
sending incremental file list
./
rsync: failed to set permissions on "/home/tasklite/temp/.": Operation not permitted (1)
But the thing is that i don't want to change permission of "/home/tasklite/temp/". How can i set that?
© Server Fault or respective owner