Andrus Naulainen ha scritto lo scorso 23/03/2006 08:39:
> Hello
> 
> I have problem with defining a FileSet. Let's say I want to backup just
> one directory for every user in the machine. It's "c:/Documents and
> Settings/*/My Documents" where * indicates the user name. As I
> understand I have to use Options where Exclude expression is set to
> "yes" and exclude all other directories except "My Documents". I thought
> that RegexDir = "^c:/Documents and Settings/*/[^(My Documents)]" will
> do, but using Regex expression gave me an error  message that Regex is
> not available in the system.

I think that you can fix the first problem with this:

http://gnuwin32.sourceforge.net/packages/regex.htm

Furthermore, I believe that your regex expression is not very well
formed (but I can easily be wrong - I have ever fighted with regexes).


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to