View Single Post

  #3 (permalink)  
Old 02-21-2007, 03:25 PM
ricc ricc is offline
Member
User
 
Join Date: Jul 2005
Posts: 85
Rep Power: 0
ricc
Default

vivek,

I see that there is an extra colon ( in between root@xxx.xxx.xxx.xxx and xml.

kasimani,

the rsync man-page explains the differnce between the two of them.

when using the extra colon( , the local rsync daemon( from which you are connecting) will connect to the remote daemon directly. you need to make sure that both the local and remote machines have the rsync daemon running.

when you use only the single colon, you use rsync thru a remote shell connection.

just try the options listed in the man-page and let us know.

ric
Reply With Quote