# file or directory names in the Include directive of the
# FileSet resource.
#
-# For Bacula release 2.3.20
#
#
SpoolData = yes
}
+#
+# Define the main nightly save backup job
+# By default, this job will back up to disk in @tmpdir@
+Job {
+ Name = "SystemstateJob"
+ Type = Backup
+ Client = @win32_client@
+ FileSet = "SystemState Set"
+ Storage = File
+ Messages = Standard
+ Pool = Default
+ Write Bootstrap = "@working_dir@/NightlySave.bsr"
+ Maximum Concurrent Jobs = 4
+}
+
Job {
Name = "AccurateJob"
Type = Backup
File = "@win32_file@"
}
}
+# List of files to be backed up
+FileSet {
+ Name = "SystemState Set"
+ Enable VSS = yes
+ Include {
+ Options {
+ signature=MD5; portable=no
+# compression=GZIP
+ }
+ File = "@win32_file@"
+ Plugin = "systemstate:/@SYSTEMSTATE/"
+ }
+}
#