How to pull files that are behind excluded directories

2003-07-05 Thread Harry Putnam
Can this be done: Directory structure under ~/News News/agent/nntp/(various server names)/= thousands of actual news messages/ But also a few files I wnat backed up. Example News/agent/nntp/some.news.server/agent.lib I want agent.lib directory but not all the other stuff under

Re: How to pull files that are behind excluded directories

2003-07-05 Thread Harry Putnam
Harry Putnam [EMAIL PROTECTED] writes: Can this be done: Directory structure under ~/News News/agent/nntp/(various server names)/= thousands of actual news messages/ But also a few files I wnat backed up. Sorry, please ignore that post. It was a rough draft that got away while I

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

2003-07-05 Thread Wayne Davison
On Fri, Jul 04, 2003 at 11:07:02PM -0500, John Van Essen wrote: I had submitted a similar bug report and small patch on April 10: There were no followups to it at the time. Ah yes, I recall thinking that your patch should go in, but I thereafter forgot about it. I've gone ahead and committed

make check's diff -u vs -c

2003-07-05 Thread jw schultz
Wayne, i like the diff -u idea. I find -c awkward. It seems to me that the shell script could test for support of -u and if present use it instead of -c. ala if [ -n `diff -u /dev/null /dev/null 21` ] then difftype=-c else difftype=-u

Re: syncing large files

2003-07-05 Thread bob parker
On Sat, 5 Jul 2003 06:49, jw schultz wrote: 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.

compare-dest when DEST contains path component

2003-07-05 Thread Koblinger Egmont
Hi, I just noticed that the value of the '--compare-dest' argument is simply prepended to the DEST argument, even if that has path compnents. For example with this command: rsync -a --compare-dest=$comparedest \ remote::something/1/ \ /local/path/to/1/ if the remote 'something'

Re: --link-dest non-optimal without --owner (or when not root)

2003-07-05 Thread Stephen Gildea
[EMAIL PROTECTED] wrote: cvs I see it now in CVS (post-2.5.6). Thank you. However, this fix doesn't completely do what I want. If I don't specify --owner, then it works. However, if I specify -a (implying --owner) but am not root, then the linking still fails. Perhaps the preserve_uid

Re: make check's diff -u vs -c

2003-07-05 Thread Wayne Davison
On Sat, Jul 05, 2003 at 06:06:19AM -0700, jw schultz wrote: It seems to me that the shell script could test for support of -u and if present use it instead of -c. I had a similar thought, but just punted back to -c due to lack of time. I've now checked in a change that will default the diff in

New wildmatch code in CVS

2003-07-05 Thread Wayne Davison
If you've been watching CVS, you may have noticed that I checked in some new files named wildmatch.c and wildmatch.h. This code implements the shell-style wildcard matching with rsync's extension that ** matches a / but * and ? does not. I have also checked in a new test module which has allowed

Re: --link-dest non-optimal without --owner (or when not root)

2003-07-05 Thread jw schultz
On Sat, Jul 05, 2003 at 03:13:50PM -0400, Stephen Gildea wrote: [EMAIL PROTECTED] wrote: cvs I see it now in CVS (post-2.5.6). Thank you. However, this fix doesn't completely do what I want. If I don't specify --owner, then it works. However, if I specify -a (implying --owner) but

Re: New wildmatch code in CVS

2003-07-05 Thread jw schultz
On Sat, Jul 05, 2003 at 04:12:15PM -0700, Wayne Davison wrote: If you've been watching CVS, you may have noticed that I checked in some new files named wildmatch.c and wildmatch.h. This code implements the shell-style wildcard matching with rsync's extension that ** matches a / but * and ?

Re: New wildmatch code in CVS

2003-07-05 Thread Wayne Davison
On Sat, Jul 05, 2003 at 06:15:22PM -0700, jw schultz wrote: If i may ask, why this change? I appear to have accidentally left that out this time (though I did mention it long ago when discussing the fixes I wanted to make to the exclude code). The big thing this does is to make ** and * work

Re: New wildmatch code in CVS

2003-07-05 Thread jw schultz
On Sat, Jul 05, 2003 at 09:48:15PM -0700, Wayne Davison wrote: On Sat, Jul 05, 2003 at 06:15:22PM -0700, jw schultz wrote: If i may ask, why this change? I appear to have accidentally left that out this time (though I did mention it long ago when discussing the fixes I wanted to make to the

CVS update: rsync

2003-07-05 Thread Wayne Davison
Date: Sat Jul 5 06:53:41 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv21460 Modified Files: wildtest.c Log Message: Don't define COMPARE_WITH_FNMATCH by default. Revisions: wildtest.c 1.2 = 1.3

CVS update: rsync

2003-07-05 Thread Wayne Davison
Date: Sat Jul 5 06:56:16 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv21713 Modified Files: wildtest.c Log Message: Get rid of a couple compiler warnings. Revisions: wildtest.c 1.3 = 1.4

CVS update: rsync

2003-07-05 Thread Wayne Davison
Date: Sat Jul 5 07:03:56 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv22295 Modified Files: wildtest.c Log Message: Change most SAME-AS-FNMATCH false values to true (since we _should_ work the same as fnmatch in most cases, if fnmatch was

CVS update: rsync/testsuite

2003-07-05 Thread Wayne Davison
Date: Sat Jul 5 07:09:31 2003 Author: wayned Update of /data/cvs/rsync/testsuite In directory dp.samba.org:/tmp/cvs-serv22903 Modified Files: rsync.fns trimslash.test wildmatch.test Log Message: Changed diff -u back to diff -c (for portability). Revisions: rsync.fns

CVS update: rsync/lib

2003-07-05 Thread Wayne Davison
Date: Sat Jul 5 07:22:13 2003 Author: wayned Update of /data/cvs/rsync/lib In directory dp.samba.org:/tmp/cvs-serv23923 Modified Files: wildmatch.c Log Message: A couple comment tweaks. Revisions: wildmatch.c 1.1 = 1.2

CVS update: rsync

2003-07-05 Thread Wayne Davison
Date: Sat Jul 5 18:46:02 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10851 Modified Files: Makefile.in Log Message: Changed the build rule for wildtest. Revisions: Makefile.in 1.91 = 1.92

CVS update: rsync

2003-07-05 Thread Wayne Davison
Date: Sat Jul 5 18:55:09 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv11449 Modified Files: Makefile.in Log Message: Another change to the wildtest rule to make it more portable. Revisions: Makefile.in 1.92 = 1.93

CVS update: rsync

2003-07-05 Thread Wayne Davison
Date: Sat Jul 5 19:03:42 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv12172 Modified Files: wildtest.c Log Message: Changed some names since depth wasn't really the right term. Revisions: wildtest.c 1.6 = 1.7

CVS update: rsync

2003-07-05 Thread Wayne Davison
Date: Sat Jul 5 19:14:10 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv12886 Modified Files: Makefile.in Log Message: A wildtest change to handle someone using the included popt lib. Revisions: Makefile.in 1.94 = 1.95

CVS update: rsync/lib

2003-07-05 Thread Wayne Davison
Date: Sat Jul 5 22:40:27 2003 Author: wayned Update of /data/cvs/rsync/lib In directory dp.samba.org:/tmp/cvs-serv29877/lib Modified Files: wildmatch.c Log Message: Simplified the character-class code a bit. Revisions: wildmatch.c 1.5 = 1.6

CVS update: rsync/lib

2003-07-05 Thread Wayne Davison
Date: Sun Jul 6 04:33:55 2003 Author: wayned Update of /data/cvs/rsync/lib In directory dp.samba.org:/tmp/cvs-serv30020/lib Modified Files: wildmatch.c Log Message: - Added [:class:] handling to the character-class code. - Use explicit unsigned characters for proper set checks. -

CVS update: rsync

2003-07-05 Thread Wayne Davison
Date: Sun Jul 6 04:34:19 2003 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv30217 Modified Files: wildtest.c Log Message: Updated for latest wildmatch.c changes. Revisions: wildtest.c 1.8 = 1.9