David Pearce <david_pearce <at> wycliffe.org> writes:

> 
> Found this in the documentation:
> 
> The Volume Shadow Copy will only be done on Windows drives where the drive
(e.g. C:, D:, ...) is explicitly
> mentioned in a File directive.
> 
> I am doing VSS, so maybe it is what it is.
> 
> 


Any particular reason you don't use the basic windows fileset
in the default config e.g.

FileSet {
  Name = "Windows All Drives"
  Enable VSS = yes
  Include {
    Options {
      Signature = MD5
      Drive Type = fixed
      IgnoreCase = yes
      WildFile = "[A-Z]:/pagefile.sys"
      WildDir = "[A-Z]:/RECYCLER"
      WildDir = "[A-Z]:/$RECYCLE.BIN"
      WildDir = "[A-Z]:/System Volume Information"
      Exclude = yes
    }
    File = /
  }
}

That should do exactly what you need as the / gets autoexpanded
to the available local drive letters (e.g. no network shares etc.)
Its exactly there as that is what most people want.

-- 
Marco van Wieringen                   [email protected]
Bareos GmbH & Co. KG                  Phone: +49-221-63069389
http://www.bareos.com                     

Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens,
                 P. Storz, M. v. Wieringen

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to