RE: Problem with large include files -Problem solved

2001-06-18 Thread Wilson, Mark - MST
The below problem has now been solved, thanks to Wayne's combined patch :-> Don't ask why as I wasn't using logging (-v) when the problem first raised it's ugly head. Cheers Mark -Original Message- From: Wilson, Mark - MST [mailto:[EMAIL PROTECTED]] Sent: Friday, 11 May 2001 11:42 To: R

Re: Problem with large include files

2001-05-14 Thread Dave Dykstra
On Tue, May 15, 2001 at 08:54:08AM +1200, Wilson, Mark - MST wrote: > > > Try rsync 2.3.2 on both ends and see what the result is. > > > What transport method are you using (rsh, ssh, or rsync --daemon mode)? > > --daemon mode. Some tests a colleague did showed a performance advantage. > >

Re: Problem with large include files

2001-05-14 Thread Dave Dykstra
On Mon, May 14, 2001 at 01:32:01PM -0700, Wayne Davison wrote: > On Fri, 11 May 2001, Dave Dykstra wrote: > > The optimization bypassed the normal recursive traversal of all the > > files and directly opened the included files and sent the list over. > > There's an alternative to this optimizatio

Re: Problem with large include files

2001-05-14 Thread Wayne Davison
On Fri, 11 May 2001, Dave Dykstra wrote: > The optimization bypassed the normal recursive traversal of all the > files and directly opened the included files and sent the list over. There's an alternative to this optimization: if we could read the source files from a file (or stdin), we could us

Re: Problem with large include files

2001-05-14 Thread Dave Dykstra
On Mon, May 14, 2001 at 11:13:40AM -0500, Dave Dykstra wrote: ... > > As a thought, have you or any of the other developers thought of getting > > rsync to operate over a number of streams or to use "sliding windows" to > > overcome latency effects? > > I don't recall that that subject has been d

Re: Problem with large include files

2001-05-14 Thread Dave Dykstra
On Mon, May 14, 2001 at 03:12:27PM +1200, Wilson, Mark - MST wrote: > Dave > > A couple of points: > > 1. I think you are telling me that if I go back to 2.3.2 my problems should > go away. Is this correct? Hopefully, assuming you trigger the optimization (no wildcards in the includes followed

RE: Problem with large include files

2001-05-14 Thread Safi, Sam (S.M.)
tion * <mailto:[EMAIL PROTECTED]> Data Management & Security * 313-39-01744 -Original Message- From: Wilson, Mark - MST [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 13, 2001 11:12 PM To: 'Dave Dykstra' Cc: RSync List (E-mail) Subject: RE: Problem with large

RE: Problem with large include files

2001-05-13 Thread Wilson, Mark - MST
ly. Cheers Mark -Original Message- From: Dave Dykstra [mailto:[EMAIL PROTECTED]] Sent: Saturday, 12 May 2001 01:43 To: Wilson, Mark - MST Cc: RSync List (E-mail) Subject: Re: Problem with large include files On Fri, May 11, 2001 at 11:41:41AM +1200, Wilson, Mark - MST wrote: > Hi there &

Re: Problem with large include files

2001-05-11 Thread Dave Dykstra
On Fri, May 11, 2001 at 11:41:41AM +1200, Wilson, Mark - MST wrote: > Hi there > > I recently tried to do a transfer of a directory tree with about 120,000 > files. I needed to select various files and used the --include-from option > to select the files I needed to transfer. The include file ha

Re: Problem with large include files

2001-05-10 Thread Bob Foster
Hi, My experience on Solaris was very similar. It took about 4 tries before all of the files were transferred and I had to kill the remote daemon each time. However, after all the files were transferred the first time, rsync has flawlessly kept everything in sync. I'm guessing it's a bug. Bob