>>>>> "DX" == Darxus  <[EMAIL PROTECTED]> writes:

    DX> I have legitimate ssh access to two remote machines.  ssh directly
    DX> from either machine to the other is blocked by firewalls which I
    DX> cannot control.

If you are able to make ssh connections from host1 to home then the method
outlined in

<http://www.mail-archive.com/[EMAIL PROTECTED]/msg08450.html>

will work to transfer from host1 to host2 via home without writing the
data to disk on home.

I notice that the archive copy has been blatted the command line given in
that message.  Here's the recipe assume that the usernames on all three
machines are identical:

host1$ rsync --rsh ssh --rsync-path 'ssh host2 rsync' srcfile home:dstfile
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to