Re: The "out of memory" problem with large numbers of files

2001-01-31 Thread Dave Dykstra
On Wed, Jan 31, 2001 at 02:23:50PM +0100, Schmitt, Martin wrote: > Hi Dave and all! > > > Do a ps to find the pid of the other rsync process and see if > > truss shows > > it is still functioning. > ... > > As already pointed out add /usr/ccs/bin to your PATH, and > > hopefully you'll > > be ab

Re: Handling of sym-/hardlinks (using -L instead -l)

2001-01-31 Thread Otto Wyss
> > I'd like to use -L where I used -l so all the rsync'ed sym-/hardliks get > > replaced with the file the links actually pointing to. > > > > How does rsync handle this situation? A full download isn't necessary > > since the file is already there. Do I have to do the replacement (move) > > myse

Re: rsync+ patch integration?

2001-01-31 Thread Dave Dykstra
On Wed, Jan 31, 2001 at 10:03:28AM -0500, Alberto Accomazzi wrote: ... > I'm not sure why the patch never made it into the main rsync package > (nor do I know if it was ever submitted to tridge, I certainly didn't > see anything on the list about this) ... I found a saved private message dated Ju

max file count for rsync

2001-01-31 Thread Gerd Georg-Muthweiss
Hello, is there anyone which could tell me the maximum of files or the max depth of directory could be managed by rsync. (Solaris Sparc 2.7/2.8) rsync version 2.4.6 protocol version 24 (Server ) and rsync version 2.4.3 protocol version 24 (client). regards Gerd

RE: The "out of memory" problem with large numbers of files

2001-01-31 Thread Schmitt, Martin
> What is this "caught SIGPIPE" in Line 4? Could it be that the > underlying > SSH2 is failing on me? I dug out an ancient post from Tridge where he talks about a socketpair() call that should be used instead of pipe() when rsyncing over SSH. http://lists.samba.org/pipermail/rsync/2000-January/

Re: rsync+ patch integration?

2001-01-31 Thread Alberto Accomazzi
In message <[EMAIL PROTECTED]>, Jos Backus writes: > Does anyone know why Debra Weiss's work on rsync+ was never integrated into > the main rsync source? > > http://www.ils.unc.edu/i2dsi/unc_rsync+.html > > Fwiw, I just finished porting her patch to 2.4.6, and would like to see this > becom

Re: Handling of sym-/hardlinks (using -L instead -l)

2001-01-31 Thread Dave Dykstra
On Tue, Jan 30, 2001 at 11:08:36PM +0100, Otto Wyss wrote: > I'd like to use -L where I used -l so all the rsync'ed sym-/hardliks get > replaced with the file the links actually pointing to. > > How does rsync handle this situation? A full download isn't necessary > since the file is already ther

Re: Transfering File List

2001-01-31 Thread Dave Dykstra
On Tue, Jan 30, 2001 at 10:55:15PM +0100, Otto Wyss wrote: > I've come across this thread lately and would apreciate an option > "--files-from -", so I could pipe the filenames from a perl script to > rsync. Since this option certainly needs the full path with filename, > does this path starts at

RE: The "out of memory" problem with large numbers of files

2001-01-31 Thread Schmitt, Martin
Hi Dave and all! > Do a ps to find the pid of the other rsync process and see if > truss shows > it is still functioning. ... > As already pointed out add /usr/ccs/bin to your PATH, and > hopefully you'll > be able to find the compiler in /opt/SUNWspro/bin. Okay, after I found that gcc was alr

Re: short readunexpected EOF in read_timeout

2001-01-31 Thread Pierre Abbat
On Wed, 31 Jan 2001, Oliver Pitterling wrote: >i am trying to setup the 2.4.6-1.i386.rpm rsynch daemon server on "A" and >run the same version on client "B". the client rsync process is supposed to >pull a "backup" from A. i am running the standard redhat 7.0 install with >the 2.2.16-22 kernel on

short readunexpected EOF in read_timeout

2001-01-31 Thread Oliver Pitterling
i am trying to setup the 2.4.6-1.i386.rpm rsynch daemon server on "A" and run the same version on client "B". the client rsync process is supposed to pull a "backup" from A. i am running the standard redhat 7.0 install with the 2.2.16-22 kernel on "B". after i set up the conf, secrets file, and t