From e3aa5e55b6da52dcf28e42ac8b00432f93627401 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 10 May 2010 18:03:00 +0200 Subject: [PATCH] regress: Add SystemstateJob --- regress/scripts/win32-bacula-dir.conf.in | 29 +++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/regress/scripts/win32-bacula-dir.conf.in b/regress/scripts/win32-bacula-dir.conf.in index 2e8c78cf1e..6e342a8965 100644 --- a/regress/scripts/win32-bacula-dir.conf.in +++ b/regress/scripts/win32-bacula-dir.conf.in @@ -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/" + } +} # -- 2.39.5