Re: Number of files transferred

2008-04-16 Thread Ph. Marek
Hello Wayne, On Mittwoch, 16. April 2008, Wayne Davison wrote: > On Wed, Apr 16, 2008 at 06:51:37AM +0200, Ph. Marek wrote: > > So I'd need a clear indication whether source and target are identical > > - files (incl. mtime!), symlinks, devices, directories, everywhere > > owner, group, and mode,

how to send data from generator to receiver

2008-04-16 Thread zahed
Hello all, Can anybody tell me how to send data from the generator to the receiver. I can use one of the IPC mechanisms to do this, but I read in the code that there exists a pipe between these two. So, how can I send data using this pipe?. Thanks in advance for the answers. zahed. -- View this

Re: problems with skipping server-excluded files with rsync 2.6.6

2008-04-16 Thread Wayne Davison
On Tue, Apr 15, 2008 at 11:45:35PM +0200, Hans-Dieter.Doll wrote: > This worked fine for me at least up to rsync version 2.6.2. > Now I'm trying to use this on SuSE SLES 10 which has rsync version 2.6.6 > and the server rejects all files with the error message > "skipping server-excluded file". St

Re: how to send data from generator to receiver

2008-04-16 Thread Wayne Davison
On Wed, Apr 16, 2008 at 04:13:55AM -0700, zahed wrote: > Can anybody tell me how to send data from the generator to the receiver. There is not currently a data path from the generator to the receiver except going through the generator. The only pipe between the two allows data to be sent to the g

Re: rsync-patches-3.0.2 duplicate hunk

2008-04-16 Thread Wayne Davison
On Tue, Apr 15, 2008 at 02:06:28AM +0200, Ruediger Oertel wrote: > patches/xattrs.diff repeats the man-page change from patches/slp.diff > producing an error if you try to apply both patches. I'm looking into why the change to rsyncd.conf.yo made in the slp patch got added to all the patches that