>>>>> "OK" == Olivier Kaloudoff <[EMAIL PROTECTED]> writes:

    OK> Hi, I'm using rsync with ssh, and would like to know if you have a
    OK> solution to rsync from one server to another, in the following
    OK> scheme:

    OK> A --- B --- C

    OK>         I'm on B, and want to rsync from C to A. I have no rights
    OK> to copy from C to A directly, and no rights to play on ports.

    OK>         Every server is installed with ssh, which I can customise.



    OK> Any ideas ?

To copy from C to A via B use (some variation of)

[EMAIL PROTECTED] rsync --rsh ssh --rsync-path 'ssh [EMAIL PROTECTED] rsync' 
sourcefile [EMAIL PROTECTED]:destfile

So from B you just need to lauch something similar on C via ssh
(presumably).
-- 
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