rsync + Permission denied

Posted by Diana on Server Fault See other posts from Server Fault or by Diana
Published on 2011-11-13T08:35:09Z Indexed on 2011/11/13 9:54 UTC
Read the original article Hit count: 393

Filed under:

I want to copy the some_file using rsync to my machine (red hat 5.3) from other linux server also (red hat 5.3)

Is it possible to copy the file without to get "Permission denied." ?

Remark - the login and password on 130.146.120.11 machine is:

login=root password=moon

 rsync -WavH  --progress 130.146.120.11:/tmp/some_file .

 Permission denied.
 rsync: connection unexpectedly closed (0 bytes read so far)
 rsync error: error in rsync protocol data stream (code 12) at io.c(165)

© Server Fault or respective owner

Related posts about linux