Re: Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)

2008-12-23 Thread Roman Fiedler
I finally got it working. The strange error message were the result of server/client thread running with incompatible command line args, as Matt had already predicted. I also saved me the pain to figure the correct args out by using the rsync daemon process. The configuration was much simpler

Re: Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)

2008-12-15 Thread Roman Fiedler
Roman Fiedler wrote: Matt McCutchen wrote: On Fri, 2008-12-12 at 12:56 +0100, Roman Fiedler wrote: The goal is to sync two directories using rsync without running the rsync daemon on one of the two hosts... The additional args caused nc to fail. Also \x00 instead of # did not work. But

Re: Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)

2008-12-15 Thread Roman Fiedler
Matt McCutchen wrote: On Fri, 2008-12-12 at 12:56 +0100, Roman Fiedler wrote: The goal is to sync two directories using rsync without running the rsync daemon on one of the two hosts... > I suggest you just replace your "nc" command with an rsync daemon listening on port 66

Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)

2008-12-12 Thread Roman Fiedler
Hi list, After reading rsync docu and doing online search, I still failed to find a simple solution for following problem: The goal is to sync two directories using rsync without running the rsync daemon on one of the two hosts. The standard shell sync does not work because of the network to