[Box Backup] Boxwin next version
Imran
boxbackup@fluffy.co.uk
Mon, 28 Feb 2005 05:20:30 -0500
On Mon, 28 Feb 2005 09:36:52 +0000, Ben Summers wrote
> On 28 Feb 2005, at 09:28, Nick Knight wrote:
> > Report bugs to http://boxbugs.omniis.com/
> Thanks for all your hard work with the Win32 port!
Yep, thank you Ben Summers, Nick Knight & Chris Wilson. :)
> > 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?
>
> Yes, that's probably wrong. :-)
Actually its probably failing on the asterisk. Remove that and it will
compile. But the correct way is the ".*\.(mp3|MP3)$". you can leave out the
".*" part actually. Might be just a tad bit quicker.
Imran