[Box Backup] Boxwin next version

Nick Knight boxbackup at fluffy.co.uk
Mon Feb 28 13:39:02 GMT 2005


Yes you did - in Ben's last email he did say he probably got the
expression wrong - it should be treated as a full regular expression -
that looks like how it is implemented.

Nick

-----Original Message-----
From: boxbackup-admin at fluffy.co.uk [mailto:boxbackup-admin at fluffy.co.uk]
On Behalf Of Gary
Sent: 28 February 2005 12:10
To: boxbackup at fluffy.co.uk
Subject: Re: [Box Backup] Boxwin next version

Nick,

> http://boxbugs.omniis.com/boxwin0.09e.exe is now available.

Special thanks for this one from me - it was my only main problem with
the system under Win32. I will give it a thorough spin.

> The question I have is to do with the example config file, in it the
> exclude file example is "*.(mp3|MP3)$" with my build the compile of
> the expression fails, as my understanding is this should be
> .*\.(mp3|MP3)$ - or am I missing something?

If I understood the question correctly, we should treat this
configuration parameter either as an extension "list", or a native
regular expression. If we go the later route, the expression:

*.(mp3|MP3)$

would be, indeed, incorrect. The correct version would be:

.*\.(mp3|MP3)$

or, technically:

.+\.(m|M)(p|P)3$

Did I get the problem at hand right?


Gary


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around=20
http://mail.yahoo.com=20
_______________________________________________
boxbackup mailing list
boxbackup at fluffy.co.uk
http://lists.warhead.org.uk/mailman/listinfo/boxbackup





More information about the Boxbackup mailing list