Displaying 1 result from an estimated 1 matches for "rsync_server_module_name".
2005 Aug 24
0
rsync via tunnel - 3 boxes separated by internet [solved]
...nects to the firewall, and directs port 873 on
"you" through the ssh tunnel, and out the other end at port 873 on the
target.
Now when rsync is executed, which talks on port 873, the conversation is
directed to the target.
In another window execute
you~$ rsync -arv localhost::<rsync_server_module_name>/source ./dest
Advantages of Method #2
-----------------------
* If you are the one administering the rsync server, you have finer
control over who can access what files
* Removes the passwordless access to the target machine
Disadvantages of Method #2
-------------------------...