How can I rsync files between two remote servers?
I need to transfer files between two remote hosts, but it seems rsync doesn't support synchronization.
Some more information: I have 2 servers A and B, and there is no direct connectivity between A and B. So direct rsync is not possible. But I have a 3rd server from when I have uni-directional connectivity.. Like I have the connectivity from C to A and C to B.
So can anybody help me here to rsync the file from server A to server B by using mediator as C?
Thanks in advance.