Re: RSYNC Hangs on large file counts and xinetd

2004-10-12 Thread Wayne Davison
On Tue, Oct 12, 2004 at 09:06:09AM -0700, Bachmeier, Marc wrote: > This configuration works fine when the xinetd server is pulled out of > the picture. Which makes me think that it is messing up somehow. Two suggestions for you: 1. Try using --blocking-io 2. Try using something like stunnel or

Re: specifying destination folders

2004-10-12 Thread Wayne Davison
On Tue, Oct 12, 2004 at 04:13:56PM -0400, Daniel Teklu wrote: > path = /export/home/foo/test [...] > How do I put it to /export/home/foo/test/blha Either use this command: rsync -avz /export/home/foo/test/blha/file_name server::test/blha or these commands: cd /export/home/foo/test rsync -avzR

specifying destination folders

2004-10-12 Thread Daniel Teklu
I would like to have one rsync tab in the rsyncd.conf on the destination server with the root folder on it like: [test] comment = TEST path = /export/home/foo/test read only = no uid = root gid = root and under the test folder I have several folders. How do I specify the whole path from the

Re: Hangs on multiple small files

2004-10-12 Thread Wayne Davison
On Tue, Oct 12, 2004 at 09:10:13PM +0200, Scott Ainslie wrote: > Does anyone know where I can get a windows binary for the latest version? The official cygwin package is at version 2.6.3-1. You can download it from any of the cygwin mirror sites. ..wayne.. -- To unsubscribe or change options: h

Re: Hangs on multiple small files

2004-10-12 Thread Scott Ainslie
Does anyone know where I can get a windows binary for the latest version? Thanks Scott On Tue, 12 Oct 2004 08:45:05 -0700, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Tue, Oct 12, 2004 at 12:07:57PM +0200, Scott Ainslie wrote: > > I am running rsync on win9x (PIII 900, 128MB RAM) between a map

RSYNC Hangs on large file counts and xinetd

2004-10-12 Thread Bachmeier, Marc
Got a weird one, wondering if anyone has any ideas Running an RSYNC 2.6.3pre1 server on Solaris 9 (Single USIII CPU, 1 GB RAM, SAN Disk), client is 2.6.3pre1 on Solaris 8 (Dual USII CPUs, 2 GB RAM, SAN Disk). In between the two is a Solaris 9 (Single USIIi CPU 1 GB RAM, Local Disk) system using xi

Re: problem syncing more then 816ish files

2004-10-12 Thread Wayne Davison
On Thu, Oct 07, 2004 at 11:01:06AM -0400, Henson, George Mr JMLFDC wrote: > When I first run the rsync (needing to pull all the files), It times > out about 10% of the time. As has been discussed quite a bit recently, there is a hang problem with the cygwin version of rsync that no one has narrowe

Re: Hangs on multiple small files

2004-10-12 Thread Wayne Davison
On Tue, Oct 12, 2004 at 12:07:57PM +0200, Scott Ainslie wrote: > I am running rsync on win9x (PIII 900, 128MB RAM) between a mapped > network drive and a local drive. If you can move the sending rsync to the host that has the network drive mounted locally you'll find that the copy is much faster t

Re: Hangs on multiple small files

2004-10-12 Thread Paul Slootman
On Tue 12 Oct 2004, Scott Ainslie wrote: > I am running rsync on win9x (PIII 900, 128MB RAM) between a mapped > network drive and a local drive. > > For small folders on this machine rsync works great, but the folder I > am syncronising with has 13GB of data and > 1,000,000 files. Out of > about

Hangs on multiple small files

2004-10-12 Thread Scott Ainslie
I am running rsync on win9x (PIII 900, 128MB RAM) between a mapped network drive and a local drive. For small folders on this machine rsync works great, but the folder I am syncronising with has 13GB of data and > 1,000,000 files. Out of about 20 attempts rsync has only succeded once, all other ti