At 16:33 20/07/2005, you wrote:

Hello everyone...again. I finally got bacula 1.37.30 compiled and running, and I've successfully run a test backup of the server. After adding "Enable VSS = yes" to a fileset resource, bacula-dir will no longer start and I receive the error above. I was under the impression that 1.37.30 had full VSS support if used with a vss-enabled fd, is this incorrect? Should I be using a special flag when running ./configure? Here's some output and my fileset resource.

Thanks,
Thomas

FileSet {
 Name = "default-winxp"
 Include {
  Options {
   signature = MD5
   compression = GZIP
   Enable VSS = yes
   Exclude = yes
   IgnoreCase = yes
   WildDir = "[A-Z]:/Documents and Settings/*/Cookies"
   WildDir = "[A-Z]:/Documents and Settings/*/Recent"
   WildDir = "[A-Z]:/Documents and Settings/*/Local Settings/History"
   WildDir = "[A-Z]:/Documents and Settings/*/Local Settings/Temp"
WildDir = "[A-Z]:/Documents and Settings/*/Local Settings/Temporary Internet Files"
   WildDir = "[A-Z]:/WINNT/Temp"
   WildDir = "[A-Z]:/temp"
   WildFile = "*.tmp"
   WildDir = "[A-Z]:/tmp"
   WildDir = "[A-Z]:/var/tmp"
   WildDir = "[A-Z]:/RECYCLER"
   WildFile = "[A-Z]:/pagefile.sys"
   WildFile = "[A-Z]:/hiberfil.sys"
  }
  File = "C:/"
 }
}

Enable VSS sjould be in FileSet, not in include / options
there is my working fileset (with vss) :

FileSet {
  Name = "fileset-fred"
  Enable VSS = yes
  Include {
    Options { signature = MD5 }
    File = "c:/Documents and Settings"
    File = "d:/projects"
  }
}

Regards,
F.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to