search for: accessiblehost

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

2011 Oct 19
1
why does rsync translate user@host into '$RSYNC_RSH -l user host'?
...firewalled nonroutable hosts or to take a particular route through a network. It is a particular joy to run: rsync -e sshto foo host1!host2!host3:bah and have things "just work". So here I am attempting to deposit a kit onto a newly installed nonroutable machine: sshto cameron at accessiblehost!root at newhost blah which works just fine. But if I call rsync with this: rsync -e sshto -aH kit/ cameron at accessiblehost!root at newhost:kit/ what it invokes is: sshto -l cameron at accessiblehost!root newhost rsync ..... Since sshto is my own tool I can probably have it cope with this...