]> git.sur5r.net Git - bacula/bacula/commitdiff
Update win32 testing
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 7 Dec 2009 13:39:57 +0000 (14:39 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 7 Dec 2009 13:39:57 +0000 (14:39 +0100)
regress/scripts/win32-bacula-dir.conf.in
regress/tests/win32-fd-test [changed mode: 0644->0755]

index 54bcca711b928c9a5ebc5ff769f29fae0d946447..2e8c78cf1e178d9f81e1a9e2e99d01d316b6d4e0 100644 (file)
@@ -36,6 +36,42 @@ Job {
   SpoolData = yes
 }
 
+Job {
+  Name = "AccurateJob"
+  Type = Backup
+  Client = @win32_client@
+  FileSet = "Full Set"
+  Storage = File
+  Messages = Standard
+  Pool = Default
+  Accurate = yes
+  Write Bootstrap = "@working_dir@/NightlySave.bsr"
+  Maximum Concurrent Jobs = 4
+  SpoolData = yes
+}
+
+Job {
+  Name = "RunScript"
+  Type = Backup
+  Client = @win32_client@
+  FileSet = "Full Set"
+  Storage = File
+  Messages = Standard
+  Pool = Default
+  Write Bootstrap = "@working_dir@/NightlySave.bsr"
+  Maximum Concurrent Jobs = 4
+  SpoolData = yes
+
+  RunScript {
+   Command = "c:\\tmp\\weird_runscript\\test.bat"       # ok  | ok  | ok
+   Command = "c:/tmp/weird_runscript/test.bat"          # ok  | ok  | ok
+   Command = "c:/tmp/weird_runscript/testé.bat"         # ok  | ok  | ok
+   Command = "c:\\tmp\\weird_runscript\\testé.bat"      # ok  | ok  | ok
+   Command = "\"c:\\tmp\\weird_runscript\\test space.bat\"" # ok  | ok  | ok
+   RunsWhen = AfterVSS
+   FailJobOnError = no
+ }    
+}
 
 # Standard Restore template, to be changed by Console program
 Job {
old mode 100644 (file)
new mode 100755 (executable)