Initial debug of client - Need command line help

Martin Pool mbp at samba.org
Mon Apr 15 18:32:01 EST 2002


On 15 Apr 2002, "John E. Malmberg" <wb8tyw at qsl.net> 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 




More information about the rsync mailing list