Re: Difference in vv output with --delete-exclude

2001-02-11 Thread Martin Pool
On 10 Feb 2001, Harry Putnam [EMAIL PROTECTED] wrote: What happened to the nifty diagnostic output? Good question. I'll have a look at the source. What version are you running? I thought the include/exclude diagnostics for -vv were not released yet. -- Martin Pool, Human Resource

Re: child daemons

2001-02-11 Thread Andrew Tridgell
It only spawns two when receiving, not when sending. The two recv processes are called the "generator" and the "receiver". One does signature generation and the other does file reconstruction. Using two processes makes the pipelining easier.

Re: Difference in vv output with --delete-exclude

2001-02-11 Thread Harry Putnam
Martin Pool [EMAIL PROTECTED] writes: On 10 Feb 2001, Harry Putnam [EMAIL PROTECTED] wrote: What happened to the nifty diagnostic output? Good question. I'll have a look at the source. What version are you running? I thought the include/exclude diagnostics for -vv were not released