Alldrives

Windows-Plugin für Bacula zum Sichern aller Laufwerke
(nur in Enterprise-version verfügbar.)

Beispiel:

Alle Laufwerke (außer c:\temp\) werden per VSS gesichert.
Die Daten werden mit LZO komprimiert und auf Band übertragen.
Außer die schon komprimierten Zip*,GZ*,… -Dateien. Die sind ja schon komprimiert.

Fileset {
  Name = "Full Set Windows"
  EnableVss = yes
  Exclude {
   File = "C:/tmp"
  }
  Include {
    Plugin = "alldrives"
   Options {
    Compression = Lzo
    Signature = Md5
    WildFile = "*.gz"
    WildFile = "*.gzip"
    WildFile = "*.zip"
    WildFile = "*.7z"
    WildFile = "*.msi"
    WildFile = "*.rar"
    WildFile = "*.cab"
    WildFile = "*.iso"
    WildFile = "*.png"
    WildFile = "*.jpg"
    WildFile = "*.mp4"
   }
   #File = "C:/"
  }
}