Re: Rsync spawning a child process when pulling files ?

2009-06-01 Thread Matt McCutchen
On Mon, 2009-06-01 at 12:22 +0200, Jan Alphenaar wrote: > Apparently there is a difference in pushing and pulling files with rsync. > When I push my files to the server with this command, I see one rsync > process on my WinXP machine, just as expected > But when I pull my files from the server to

Re: Rsync spawning a child process when pulling files ?

2009-06-01 Thread Mac User FR
I'm not sure (maybe someone else can confirm/infirm?) but I think when there is a server it is "normal" that there is one process to handle connexions and one process for each transfer. Think about many clients connecting to your server. One process will dialog with all clients (from differen

Rsync spawning a child process when pulling files ?

2009-06-01 Thread Jan Alphenaar
Hi, I am using rsync 3.0.4 on a WinXP machine (with CygWin) to synchronize my files to a RedHat Linux server. Everything is working perfectly, but there is one thing I do not understand. Apparently there is a difference in pushing and pulling files with rsync. When I push my files to the server w