On 15 Apr 2002, "John E. Malmberg" <[EMAIL PROTECTED]> wrote:
> I am trying to debug the RSYNC client and server by single stepping 
> through them.
> 
> The server seems to ok up to the point where it is waiting for the 
> client connection.

And then what?

> On the client side, I am having trouble finding the right options so 
> that it will connect up to the local server with out fork() a copy of 
> itself or trying to exec the rsh command.

It should more or less create a copy with the same options, except
that --server will always be set, and --sender will be inverted.  See
server_options()

-- 
Martin 

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Reply via email to