I've enabled VSS in bacula-dir.conf inside a FileSet definition like so:

FileSet {
  Name = "Windows_FileSystems"
  Enable VSS = yes
  Include {
    Options {
      signature = MD5
      IgnoreCase = yes
      WildFile = "c:/winnt/system32/perflib_perfdata_*.dat"
      WildFile = "c:/temp/*.*"
      Exclude = yes
    }
    File = "c:/"
  }
  Exclude {
    File = "c:/winnt/security/edb.log"
  }
}

Yet, in status emails I see this:

 VSS:                    no

Does this mean VSS is in fact not enabled?

Thank you
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to