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.

Any tips, how to solve missing regex problem or maybe I even don't need it and there are another way to solve my FileSet problem?


Version of my bacula director - Version: 1.36.2 (28 February 2005)

   Include{
      Options{
         RegexDir = "^c:/Documents and Settings/*/[^(My Documents)]"
         Exclude = yes
       }
      File = "c:/Documents and Settings/"
   }

23-Mar 09:26 varund-dir: Start Backup JobId 1811, Job=andrusJ.2006-03-23_09.26.42 23-Mar 09:26 andrus-fd: andrusJ.2006-03-23_09.26.42 Fatal error: REGEX ^.?*$ compile error. ERR=REGEX not available on this system. 23-Mar 09:26 varund-dir: andrusJ.2006-03-23_09.26.42 Fatal error: Socket error from Filed on Include command: ERR=No data available 23-Mar 09:26 varund-dir: andrusJ.2006-03-23_09.26.42 Error: Bacula 1.36.2 (28Feb05): 23-Mar-2006 09:26:45


Andrus


-------------------------------------------------------
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