RE: rsync error: error starting client-server protocol

2006-11-30 Thread rsync . 20 . maillinglist
> -Original Message- > From: Wayne Davison - [EMAIL PROTECTED] > Sent: Monday, November 20, 2006 5:44 PM > To: [EMAIL PROTECTED] > Cc: rsync@lists.samba.org > Subject: Re: rsync error: error starting client-server protocol > > On Fri, Nov 17, 2006 at 11:49:27AM +0100, > [EMAIL PROTECTED]

Re: File fragmentation

2006-11-30 Thread Matt McCutchen
On 9/5/06, Matt McCutchen <[EMAIL PROTECTED]> wrote: There are, however, two things about the preallocate patch that I mean to revisit: (1) Rsync should preallocate locally copied files (e.g., due to --copy-dest) as well as transferred ones. (2) posix_fallocate actually extends the file with logi

Re: Rsync and DTrace

2006-11-30 Thread Matt McCutchen
On 11/30/06, diversos <[EMAIL PROTECTED]> wrote: The performance was terrible. After some tests with raid0, raid1, non-SATA discs, and using DTrace, i have realized that the problem was the "gnome-terminal". Basically the "-v" switch. I've noticed something similar on my Linux machine. If I

Re: Rsync and DTrace

2006-11-30 Thread Carles Pina i Estany
Hi, On Nov/30/2006, diversos wrote: > 1- How the "-v" switch works? I mean, the rsync "waits" for the > terminal is "ready" to display text (stays blocked)? it seems so. This is the common behaviour in programs. Look, just a find time: real0m12.732s user0m0.220s sys 0m0.804s And

rsync stuck after correctly sending the file

2006-11-30 Thread Loïc Le Loarer
Hi all, I'm using rsync to replicate a cvs repository, it is working quite good except that I occassionnaly see rsync stucked after having transfered a file, it is always on a big ,v file containing multiple version of big binary file. I haven't gathered the netstat information on the frozen

Rsync and DTrace

2006-11-30 Thread diversos
Hello all.. Using dtrace on solaris 10, i could investigate a performance issue with the sincronization of some files on a ZFS filesystem. I have started the follow rsync command (inside a gnome-terminal): /opt/sfw/bin/rsync -av -e ssh [EMAIL PROTECTED]:/DirA/DirB . The current directory(

Re: Compressed destination files

2006-11-30 Thread Shachar Shemesh
Matt McCutchen wrote: > Currently, the only way to make rsync do this is with the experimental > patch "source-filter_dest-filter.diff", which is distributed in > "patches/" in the rsync source package. If you compile a custom > version of rsync containing this patch, you can specify bzip2 as the