Have two remote sites that connectivity between them sucks. Both are gigabit and dedicated servers. Speed between them is 2MB/s.
Needing to move a few hundred gigabytes around. So will take forever and a day.
Have 3rd machine with good speed between both sites. Thinking about using the 3rd machine (VPS) just to route traffic between the two ends.
Wanting to do this:
1.1.1.1 (new server) ----> 8.8.8.8 (VPS in middle) ---> 2.2.2.2 (remote server)
Basically just use the VPS in the middle to route traffic in and out of for rsync.
Anyone have a clue how to get this to work with rsync and SSH to do this?