Unzustellbar: ...

2003-01-21 Thread Systemadministrator
Ihre Nachricht hat einige oder alle Empfänger nicht erreicht. Betreff: ... Gesendet am: 18.01.2003 Klicken Sie Hier um die Nachricht erneut zu senden! -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~e

Re: Please test rsync-2.5.6pre2

2003-01-21 Thread Jos Backus
On Mon, Jan 20, 2003 at 10:19:42PM -0600, Dave Dykstra wrote: > The second rsync-2.5.6 pre-release version is now available at: There's the popt-1.7 update (with Dave's sprintf() workaround) at http://www.catnook.com/patches/rsync-popt-1.7.diff Perhaps we can apply this after the release as

Re: exclude hell !!!!!

2003-01-21 Thread Dave Dykstra
On Wed, Jan 22, 2003 at 03:42:06AM +0100, wim delvaux wrote: ... > > > ALSO when you specify an exclude list on the server in the rsyncd.conf > > > file and you call rsync with the --delete option WHY DO THE FILES that > > > SHOULD BE EXCLUDED get deleted ?? > > > > > > Jeeez, what a bummer > > > W

RE: Please test rsync-2.5.6pre2

2003-01-21 Thread Green, Paul
> From: Dave Dykstra [mailto:[EMAIL PROTECTED]] > This is a release candidate. If no-one reports an urgent fixes within > the next few days, it will probably become version 2.5.6. If Martin isn't able to get my access restored to cvs.samba.org tomorrow, I'd appreciate it if someone else could upd

Re: exclude hell !!!!!

2003-01-21 Thread wim delvaux
On Wednesday 22 January 2003 03:37, Dave Dykstra wrote: > On Wed, Jan 22, 2003 at 02:49:03AM +0100, wim delvaux wrote: > > WHY OH WHY does rsync SEND and CREATE a file called RepositoryPath > > ALTHOUGH the rsync is called like > > > > rsync "--exclude=*.bup RepositoryPath" ... > > > > can ANYBODY

Re: exclude hell !!!!!

2003-01-21 Thread Dave Dykstra
On Wed, Jan 22, 2003 at 02:49:03AM +0100, wim delvaux wrote: > WHY OH WHY does rsync SEND and CREATE a file called RepositoryPath ALTHOUGH > the rsync is called like > > rsync "--exclude=*.bup RepositoryPath" ... > > can ANYBODY explain. It doesn't happen for me. Is your "rsync" command actual

exclude hell !!!!!

2003-01-21 Thread wim delvaux
WHY OH WHY does rsync SEND and CREATE a file called RepositoryPath ALTHOUGH the rsync is called like rsync "--exclude=*.bup RepositoryPath" ... can ANYBODY explain. ALSO when you specify an exclude list on the server in the rsyncd.conf file and you call rsync with the --delete option WHY DO TH

Re: is there a way to make rsync include/exclude options case insensitive?

2003-01-21 Thread Wayne Davison
On Tue, Jan 21, 2003 at 08:12:31PM +, Faheem Mitha wrote: > What I mean is that --exclude > "*.pdf" would exclude "*.PdF" and "*.pdF" as well. You currently have to do this: *.[Pp][Dd][Ff] The fnmatch() function that rsync currently uses for its pattern matching only has a case-folding o

Re: [patch] Two problems in testsuite (POSIX, perms)

2003-01-21 Thread Wayne Davison
On Tue, Jan 21, 2003 at 03:14:18PM -0500, Brian Poole wrote: > Looks mostly good to me, except the chown part went into the download > test when it should have been the upload test. Whoops! Thanks for pointing that out -- I've fixed it. ..wayne.. -- To unsubscribe or change options: http://list

is there a way to make rsync include/exclude options case insensitive?

2003-01-21 Thread Faheem Mitha
Dear People, A friend asks * For the rsync include/exclude options is there a way to make it case insensitive? What I mean is that --exclude "*.pdf" would exclude "*.PdF" and "*.pdF" as well. I am looking for something like the -i swi

Re: [patch] Two problems in testsuite (POSIX, perms)

2003-01-21 Thread Brian Poole
Quoting Wayne Davison ([EMAIL PROTECTED]) from 21 January 2003: > Here's the patch I ended up committing. Note that I had to change the > names of the UID/GID vars (since they can be read-only vars in certain > shells) and that I ensured that the chown would happen if any user has > the permission

Re: [patch] Two problems in testsuite (POSIX, perms)

2003-01-21 Thread Wayne Davison
Here's the patch I ended up committing. Note that I had to change the names of the UID/GID vars (since they can be read-only vars in certain shells) and that I ensured that the chown would happen if any user has the permissions to run the chown command (not just if that user is named "root"). ..w

Re: [patch] Two problems in testsuite (POSIX, perms)

2003-01-21 Thread Wayne Davison
On Tue, Jan 21, 2003 at 11:11:29AM -0500, Brian Poole wrote: > Occurrences of \" inside double quoted `..` command substitutions. > In POSIX mode, the \" is interpreted when the command is interpreted; > in non-POSIX mode, the backslash is stripped before the command sub- > stitution is interpreted

Differential Back-ups

2003-01-21 Thread Alvaro Gomes Sobral Barcellos
Hi. There are a backup softwae called vbackup (down by name colision) that makes: Full backup: create new date directory with a full copy of all files and directories Next backups: create a new date directory with for each file/directory: a hard link fo

[Feature request] Re: Please test rsync-2.5.6pre2

2003-01-21 Thread Sviatoslav Sviridov
On Mon, 20 Jan 2003 22:19:42 -0600 Dave Dykstra <[EMAIL PROTECTED]> wrote: > The second rsync-2.5.6 pre-release version is now available at: > > http://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre2.tar.gz > ftp://rsync.samba.org/pub/rsync/preview/rsync-2.5.6pre2.tar.gz > rsync://r

[patch] Two problems in testsuite (POSIX, perms)

2003-01-21 Thread Brian Poole
Hello, Noticed a couple of problems with the rsync testsuite. I have included a possible patch for each problem (attached & inlined.) The first problem is that on OpenBSD when make test is run and tests are skipped you see messages like this: cat: "/tmp/rsync-2/rsync/testtmp.chown/whyskipped":

Re: Please test rsync-2.5.6pre2

2003-01-21 Thread Dave Dykstra
On Tue, Jan 21, 2003 at 11:37:12AM -, Max Bowsher wrote: > Dave Dykstra wrote: > > Changes since 2.5.5pre1: > > > > ENHANCEMENTS: > > > > * Set the default value of --modify-window to 2 on Cygwin. (Max > > Bowsher) > > No, not me. I only got involved to suggest an alternative to the dep

Re: Please test rsync-2.5.6pre2

2003-01-21 Thread Max Bowsher
Dave Dykstra wrote: > Changes since 2.5.5pre1: > > ENHANCEMENTS: > > * Set the default value of --modify-window to 2 on Cygwin. (Max > Bowsher) No, not me. I only got involved to suggest an alternative to the deprecated AC_CYGWIN autoconf macro. I am, in fact, undecided on whether the --mod