From: Eric Bollengier Date: Mon, 10 May 2010 16:03:00 +0000 (+0200) Subject: regress: Add SystemstateJob X-Git-Tag: Release-7.0.0~1819 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e3aa5e55b6da52dcf28e42ac8b00432f93627401;p=bacula%2Fbacula regress: Add SystemstateJob --- 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/" + } +} #