Hello,
I am trying to rsync to backup some directories from one machine to another. Here is what I tried.
Code:
raj@rajhome2 ~$ rsync -av source/* raj@192.168.1.1::source
I get
Code:
rsync: failed to connect to 192.168.1.1 (192.168.1.1): No route to host (113)
rsync error: error in socket IO (code 10) at clientserver.c(122) [sender=3.0.9]
When I ping 192.168.1.1, it is successful. I can rsync serverA to serverA and serverB to serverB but not serverA to serverB. I have checked the firewall and the services started and I think they are right.
ssh and scp between the two machines works.
Any ideas?
- Raj Upadhyaya