Re: include-exclude patterns

2002-12-10 Thread Paul Faure
This is why regular expression matching is 1000 times more powerful. I submitted a patch a few months ago. marco ([EMAIL PROTECTED]) wrote: > Le Mon, 9 Dec 2002 21:22:48 -0800 > jw schultz <[EMAIL PROTECTED]> ?crivait : > > I found this on the FAQ-O-Matic from the rsync webite > > http://rsync.s

Re: 2.5.6 release

2002-11-18 Thread Paul Faure
Any chance of getting the regexp include/exclude code in the next version? jw schultz ([EMAIL PROTECTED]) wrote: > On Tue, Nov 05, 2002 at 09:53:31AM -0800, Martin Pool wrote: > > On 5 Nov 2002, jw schultz <[EMAIL PROTECTED]> wrote: > > > This might be a good time for tagging 2.5.6 perhaps. A fa

Regular Expression support

2002-11-11 Thread Paul Faure
I have added regular expression support using a POSIX implementation. The patch (against 2.5.5) is attached. The implementation is simple and follows the same mechanism that is implemented for normal searches. I added these command line arguments: --rexclude=PATTERN exclude files matching

Re: Speed problem

2002-11-11 Thread Paul Faure
On Mon, 11 Nov 2002, jw schultz wrote: > On Mon, Nov 11, 2002 at 04:30:05PM +0100, [EMAIL PROTECTED] wrote: > > Mermgfurt ! > > > > I have some problem with syncing two machines which are connected > > over a Gigabit-connection. I'm trying to use rsync with ssh because of > > the authorisation mec