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

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 the

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: 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) myself or does