search for: folder_on_host_a

Displaying 1 result from an estimated 1 matches for "folder_on_host_a".

Did you mean: folder_on_host_c
2005 Oct 12
1
Rsync over SSH-tunnel A->B->C using daemon on C
...xecuted # Start rsync daemon on HOST_C and check rsyncd.conf file ssh HOST_B ssh HOST_C rsync --daemon ssh HOST_B ssh HOST_C cat /etc/rsycd.conf # Create SSH-tunnel ssh -fN -l myusername -L 8873:HOST_B:8873 HOST_C # Rsync folders rsync -auv rsync://HOST_C:8873/module_on_HOST_C/folder_on_HOST_C /folder_on_HOST_A # Close rsync daemon on HOST _C and SSH-tunnel ssh HOST_C killall rsync killall ssh Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm