Hi there, I am very new to rsync and want to use it for mirroring purpose using ssh. Both the systems (linux) do have rsync (command) and ssh already installed but couldn't get rsync run properly. Ssh is functioning good. I tried running the following command but in vain. % rsync -avz remote:home/test/abc/ /home/test/def remote: connection refused unexpected EOF in read_timeout Is there any config file I have to modify/create? Could someone tell me what went wrong? Any help would be appreciated. Reg -SUM