I have a scenario that i want to rsync my files to server which is behind the firewall ,
I have 192.168.0.1 ->Files
192.168.0.2 -> server in the middle,
10.10.10.2 -> behind firewall which can be accessed by 192.168.0.2
I want to connect to 2 and rsync my files to 10.10.10.2 without copying my files and with a one session.
Thanks,