Im trying to rsync via commander product and getting error following error.
Command used is
rsync -arv -K -O --no-perms --delete --exclude=.svn --exclude=.snapshot sourcepath svn@ServerB:/tasks
Falling files are not owned by svn user but they are writable by svn user's primary group.
if i try login to serverB as svn user im able to edit these files. Only rsync fails.
WE can't change the ownership of the files as webapp needs to be in different account.
Following is the error message.
rsync: mkstemp "/tasks/com/media/.QuerySM.task.Yz4zVg" failed: Permission denied (13)
rsync: mkstemp "/tasks/com/media/.QuerySP.task.eqoVbP" failed: Permission denied (13)
rsync: mkstemp "/tasks/com/media/.QueryST.task.8c1Gsn" failed: Permission denied (13)
rsync: mkstemp "/tasks/com/media/.QueryMW.task.Q18EFI" failed: Permission denied (13)
rsync: mkstemp "/tasks/com/parts/.EFParts.task.0sJVJV" failed: Permission denied (13)
rsync: mkstemp "/tasks/com/parts/.FFModel.task.y6UF1t" failed: Permission denied (13)
rsync version
rsync version 3.0.6 protocol version 30
Directory permission is 775.
Interesting thing i found now is it throws this error but it actually copies the file and ends with below error.
sync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]