I have read the documentation on how bacula looks at what to include
vs exclude by the first match. I am trying to get two folders backed
up only and exclude all else. It will backup the My Documents folder,
but will not backup the local settings>etc I will attach the code
snippit, if someone would be so kind as to point out what my error may
be. TIA

FileSet {
 Name = Backup
Include {
   File = "C:/Documents and Settings"

   Options {
 IgnoreCase = yes
 Compression = GZIP1
WildDir = "C:/Documents and Settings/*/My Documents"
WildDir = "C:/Documents and Settings/*/Local Settings/Application
Data/Microsoft"
Wild = "C:/Documents and Settings/*/My Documents/*"
Wild = "C:/Documents and Settings/*/Local Settings/Application Data/Microsift/*"
   }
Options {
Exclude = yes
WildDir = "C:/Documents and Settings/*/*"
}
}
}

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to