Re: bug? -z option and large compressed data

2003-07-03 Thread jw schultz
On Thu, Jul 03, 2003 at 10:02:33AM -0700, Wayne Davison wrote: > On Thu, Jul 03, 2003 at 05:25:28PM +0900, Yasuoka Masahiko wrote: > > I'm Yasuoka Masahiko from Japan. I sent 2 messages about a bug on > > token.c. > > Hi, I've been tracking your patches, but have not had much of a chance > to loo

Re: bug? -z option and large compressed data

2003-07-03 Thread Wayne Davison
On Fri, Jul 04, 2003 at 04:24:29AM +0900, Yasuoka Masahiko wrote: > Your patch is good and simple. This fixed all my failure cases. Excellent! I checked in a slightly tweaked version into CVS. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before p

Re: bug? -z option and large compressed data

2003-07-03 Thread Yasuoka Masahiko
On Thu, 3 Jul 2003 10:02:33 -0700 Wayne Davison <[EMAIL PROTECTED]> wrote: > > In addition to, tx_strm context keeps pending output. It must be > > flushed here. > > It seems weird to me that the code was not flushing the output, but I am > worried that changing this will make us incompatible wi

Re: rsync server and --delete option

2003-07-03 Thread Wayne Davison
On Thu, Jul 03, 2003 at 03:23:08PM +0100, Xavier wrote: > rsync -nPru --delete /temp/* serverA::wwwroot/temp/ > > the delete option is not working That's because you used a wildcard. The --delete option only affects directories, and you send a list of files. The above is equivalent to the follo

RE: rsync for directory structures only

2003-07-03 Thread Tim Nelson
Found my answer. Sorry for not looking harder first.. rsync -av --include '*/' --exclude '*' source-dir dest-dir > -Original Message- > From: Tim Nelson > Sent: Thursday, July 03, 2003 11:58 AM > To: '[EMAIL PROTECTED]' > Subject: rsync for directory structures only >

Re: bug? -z option and large compressed data

2003-07-03 Thread Wayne Davison
On Thu, Jul 03, 2003 at 05:25:28PM +0900, Yasuoka Masahiko wrote: > I'm Yasuoka Masahiko from Japan. I sent 2 messages about a bug on > token.c. Hi, I've been tracking your patches, but have not had much of a chance to look into this until today. Thanks for supplying patches with your bug report

rsync for directory structures only

2003-07-03 Thread Tim Nelson
I am looking to only sync directories not any files within them.. Is there a switch/trick available for this in rsync ? Thanks for any suggestions !! Tim Nelson Senior UNIX Systems Administrator OSI Support Services, Inc. 2520 N. 170th Street New Berlin, WI 53151 T: 262-780-2134 F: 262-780-2

Netware 6.x usage?

2003-07-03 Thread JamesStedl
I would like to know if rsync for Netware can do what I need? I am guessing it can but were are some instructions for setting it up on Netware? What is needed : I want users logged in to the Main server to be able create a file at the Main office on their server. Then minutes later someone in

rsync server and --delete option

2003-07-03 Thread Xavier
Hello, Here is my problem: A rsync daemon is started on serverA with the root user. Now if I try to sync serverA to serverB : rsync -nPru --delete serverA::test/temp/ /temp/ the behavior is just perfect and everything goes well. Now if I try to switch the server : rsync -nPru --delete /temp

Re: bug? -z option and large compressed data

2003-07-03 Thread Yasuoka Masahiko
Hello developers, I'm Yasuoka Masahiko from Japan. I sent 2 messages about a bug on token.c. It appears like bellow, dev1: {79} % rsync -Iz install-disk2.iso 127.0.0.1:/var/tmp/install-disk2.iso deflate on token returned 0 (16384 bytes left) rsync error: error in rsync protocol data st