]> git.sur5r.net Git - bacula/bacula/commitdiff
regress: Add SystemstateJob
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 10 May 2010 16:03:00 +0000 (18:03 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:48 +0000 (16:53 +0200)
regress/scripts/win32-bacula-dir.conf.in

index 2e8c78cf1e178d9f81e1a9e2e99d01d316b6d4e0..6e342a8965cf6d3e3887477a82a41f6985e5e234 100644 (file)
@@ -5,7 +5,6 @@
 #   file or directory names in the Include directive of the
 #   FileSet resource.
 #
-#  For Bacula release 2.3.20  
 #
 #
 
@@ -36,6 +35,21 @@ Job {
   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
@@ -98,6 +112,19 @@ FileSet {
      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/"
+  }
+}
 
 
 #