Re: bug? -z option and large compressed data

2003-07-04 Thread Wayne Davison
On Thu, Jul 03, 2003 at 06:48:58PM -0700, jw schultz wrote: I don't care for the liternal 128, particularly uncommented. Yeah, 128 was a quick, more-than-enough value. I've improved the patch and checked in the result. I wish zlib.h had a define that implemented their rule for how much

Re: bug? -z option and large compressed data

2003-07-04 Thread jw schultz
On Fri, Jul 04, 2003 at 12:52:31AM -0700, Wayne Davison wrote: On Thu, Jul 03, 2003 at 06:48:58PM -0700, jw schultz wrote: I don't care for the liternal 128, particularly uncommented. Yeah, 128 was a quick, more-than-enough value. I've improved the patch and checked in the result. I wish

Re: rsync server and --delete option

2003-07-04 Thread Xavier
Ok it worked out that way, but as a matter of fact neither the --dry-run option nor the effective action did output that it will delete those files... I even tried to see what it would output with -vvv option and nothing. So finally, it's working out for me, but it would be neat if it would

syncing large files

2003-07-04 Thread bob parker
I am on dial-up and only connect 8/24 because we need the phone line free the other 16 hours. I am trying to update an iso ~700 megs over the dialup connection. My question is this. When I drop the connection rsync does not complain or time out. If I leave it that way way will it automatically

@ERROR access denied

2003-07-04 Thread Hugh E Cruickshank
Hi All: I am new to rsync so be gentle with me. I have been able to get rsync working enough to be able to list modules but not transfer files. When I try to transfer a file from the client to the server I use the command: rsync -avz fapmenu fisdev::bak The client displays the following

Re: syncing large files

2003-07-04 Thread jw schultz
On Sat, Jul 05, 2003 at 01:49:46AM +1000, bob parker wrote: I am on dial-up and only connect 8/24 because we need the phone line free the other 16 hours. I am trying to update an iso ~700 megs over the dialup connection. My question is this. When I drop the connection rsync does not

Unhelpful error message when matching hosts in access list [PATCH]

2003-07-04 Thread Thorild Selen
Greetings, As previously reported by me to the Debian bug tracking system: -- An access list in rsyncd.conf may contain hostnames as well as addresses. It may contain several patterns to match against. address_match (in

Unhelpful error message when matching hosts in access list [PATCH]

2003-07-04 Thread Thorild Selen
Sorry, I missed that an address should be able to contain a slash (used with netmask) and a % and some more stuff too if it's a scoped IPv6 address. Here's a new patch. Thorild Selén Datorföreningen Update / Update Computer Club, Uppsala, SE

Re: Unhelpful error message when matching hosts in access list[PATCH]

2003-07-04 Thread John Van Essen
On Sat, 5 Jul 2003, Thorild Selen [EMAIL PROTECTED] wrote: Greetings, As previously reported by me to the Debian bug tracking system: -- An access list in rsyncd.conf may contain hostnames as well as addresses. It may contain

CVS update: rsync

2003-07-04 Thread Wayne Davison
Date: Fri Jul 4 07:47:09 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv7493 Modified Files: token.c Log Message: Improved upon my last patch to make it clearer and cleaner. Revisions: token.c 1.23 = 1.24

CVS update: rsync

2003-07-04 Thread Wayne Davison
Date: Fri Jul 4 15:11:44 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv17236 Modified Files: generator.c io.c Log Message: Made rprintf() of size_t value portable. Revisions: generator.c 1.52 = 1.53

CVS update: rsync

2003-07-04 Thread Wayne Davison
Date: Fri Jul 4 15:11:46 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv17249 Modified Files: main.c Log Message: Use return at the end of main() to silence some compilers. Revisions: main.c 1.168 = 1.169

CVS update: rsync/lib

2003-07-04 Thread Wayne Davison
Date: Fri Jul 4 15:36:39 2003 Author: wayned Update of /data/cvs/rsync/lib In directory dp.samba.org:/tmp/cvs-serv19952/lib Modified Files: snprintf.c Log Message: Attempting to fix the snprintf() conflict on a gcc-using HPUX 11.11. Revisions: snprintf.c 1.6 = 1.7

CVS update: rsync/testsuite

2003-07-04 Thread Wayne Davison
Date: Fri Jul 4 23:56:59 2003 Author: wayned Update of /data/cvs/rsync/testsuite In directory dp.samba.org:/tmp/cvs-serv24766 Modified Files: rsync.fns trimslash.test Log Message: Changed diff -c to diff -u. Revisions: rsync.fns 1.55 = 1.56

CVS update: rsync/lib

2003-07-04 Thread Wayne Davison
Date: Sat Jul 5 00:03:36 2003 Author: wayned Update of /data/cvs/rsync/lib In directory dp.samba.org:/tmp/cvs-serv25777 Added Files: wildmatch.c wildmatch.h Log Message: A new wildcard-matching routine to replace the fnmatch code. Revisions: wildmatch.c NONE = 1.1

CVS update: rsync

2003-07-04 Thread Wayne Davison
Date: Sat Jul 5 00:05:03 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv25860 Added Files: wildtest.c Log Message: A testbed to stress the new wildmatch() routine. Revisions: wildtest.c NONE = 1.1

CVS update: rsync

2003-07-04 Thread Wayne Davison
Date: Sat Jul 5 00:05:33 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv25922 Modified Files: .cvsignore Log Message: Ignore wildtest. Revisions: .cvsignore 1.26 = 1.27

CVS update: rsync

2003-07-04 Thread Wayne Davison
Date: Sat Jul 5 00:07:36 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26016 Modified Files: Makefile.in Log Message: Build wildtest for make check. Revisions: Makefile.in 1.90 = 1.91

CVS update: rsync/testsuite

2003-07-04 Thread Wayne Davison
Date: Sat Jul 5 00:08:11 2003 Author: wayned Update of /data/cvs/rsync/testsuite In directory dp.samba.org:/tmp/cvs-serv26075 Added Files: wildmatch.test Log Message: Test the new wildmatch() routine using the wildtest executable. Revisions: wildmatch.test NONE = 1.1

CVS update: rsync

2003-07-04 Thread Wayne Davison
Date: Sat Jul 5 00:13:39 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26462 Modified Files: wildtest.c Log Message: Include lib/wildmatch.h directly for now (until we make rsync.h include it for us). Revisions: wildtest.c 1.1 =