]> git.sur5r.net Git - bacula/bacula/commitdiff
Commit win32 regression patch from Michael Short
authorKern Sibbald <kern@sibbald.com>
Tue, 16 Oct 2007 19:47:09 +0000 (19:47 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 16 Oct 2007 19:47:09 +0000 (19:47 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5755 91ce42f0-d328-0410-95d8-f526ca767f89

58 files changed:
regress/scripts/bacula-dir-migration.conf.in
regress/tests/migration-time-test
regress/tests/weird-files-test
regress/win32/all-non-root-tests.cmd
regress/win32/scripts/bacula-dir-migration.conf.in
regress/win32/scripts/bacula-dir-tape.conf.in
regress/win32/scripts/bacula-dir-win32-tape.conf.in
regress/win32/scripts/copy-2disk-confs.cmd
regress/win32/scripts/copy-2disk-drive-confs.cmd
regress/win32/scripts/copy-2drive-confs.cmd
regress/win32/scripts/copy-2tape-confs.cmd
regress/win32/scripts/disk-changer.cmd
regress/win32/scripts/do_sed.cmd
regress/win32/scripts/functions.cmd
regress/win32/scripts/install_bacula.cmd
regress/win32/scripts/new-test-bacula-dir.conf.in
regress/win32/scripts/test-bacula-dir.conf.in
regress/win32/scripts/testa-bacula-dir.conf.in
regress/win32/scripts/win32-bacula-dir-tape.conf.in
regress/win32/tests/2drive-incremental-2disk.cmd
regress/win32/tests/auto-label-test.cmd
regress/win32/tests/backup-bacula-test.bscr
regress/win32/tests/bextract-test.cmd
regress/win32/tests/bscan-test.cmd
regress/win32/tests/bsr-opt-test.cmd
regress/win32/tests/compressed-test.cmd
regress/win32/tests/concurrent-jobs-test.cmd
regress/win32/tests/differential-test.cmd
regress/win32/tests/four-concurrent-jobs-test.cmd
regress/win32/tests/four-jobs-test.2.bscr
regress/win32/tests/four-jobs-test.3.bscr
regress/win32/tests/four-jobs-test.4.bscr
regress/win32/tests/four-jobs-test.cmd
regress/win32/tests/incremental-2disk.cmd
regress/win32/tests/incremental-2tape.cmd
regress/win32/tests/incremental-test.cmd
regress/win32/tests/migration-job-test.cmd
regress/win32/tests/migration-jobspan-test.cmd
regress/win32/tests/migration-occupancy-test.cmd
regress/win32/tests/migration-time-test.cmd
regress/win32/tests/migration-volume-test.cmd
regress/win32/tests/query-test.cmd
regress/win32/tests/recycle-test.cmd
regress/win32/tests/restore-by-file-test.cmd
regress/win32/tests/restore-disk-seek-test.cmd
regress/win32/tests/restore2-by-file-test.cmd
regress/win32/tests/runscript-test
regress/win32/tests/scratch-pool-test.cmd
regress/win32/tests/six-vol-test.cmd
regress/win32/tests/span-vol-test.cmd
regress/win32/tests/sparse-compressed-test.cmd
regress/win32/tests/sparse-test.cmd
regress/win32/tests/two-jobs-test.cmd
regress/win32/tests/two-pool-test.cmd
regress/win32/tests/two-vol-test.cmd
regress/win32/tests/two-volume-tape.cmd
regress/win32/tests/two-volume-test.cmd
regress/win32/tests/verify-vol-test.cmd

index 36fcfbff33383f8661cea83f55b05a2bafee54b7..9202de981f29b1746901882ee40f781e2d30187b 100644 (file)
@@ -216,7 +216,7 @@ Pool {
   Storage = File
   Migration High Bytes = 40M
   Migration Low Bytes = 20M
-  Migration Time = 60
+  Migration Time = 1
 }
 
 Pool {
index 99de021cf2bf733c63ee4bfd1566281ab1eb0172..96e968bb021d01920cf2240667add65ca7fc652c 100755 (executable)
@@ -39,20 +39,18 @@ run job=$JobName level=Full yes
 run job=$JobName level=Full yes
 wait
 update volume=FileVolume001 VolStatus=Used
-sql
-update Job SET RealEndTime='2004-01-01 12:01:01' WHERE JobId IN (2,3);
-
 llist jobid=2,3
 list jobs
 list volumes
+@#setdebug level=20 dir
 @# should migrate only jobid=2 and 3
 run job=migrate-time yes
 wait
 messages
 wait
-purge volume=FileVolume001
 list jobs
 list volumes
+purge volume=FileVolume001
 @# 
 @# now do a restore
 @#
index 1c1c34d29454960063032e95ecdfa72fa66c8494..dbd88e00af9ae883e75215b3195ce2055680aae1 100755 (executable)
@@ -74,6 +74,5 @@ cd ${cwd}
 check_two_logs
 #diff ${cwd}/tmp/original ${cwd}/tmp/restored 2>&1 >/dev/null
 diff ${cwd}/tmp/original ${cwd}/tmp/restored                
 dstat=$?
 end_test
index faeb4699ae545ef45d41e211e81b22bab3717575..522c247518746aa0dbe623b2f579972703533db2 100644 (file)
@@ -40,6 +40,8 @@ REM The following are Virtual Disk Autochanger tests
 CALL tests\two-pool-test
 CALL tests\two-volume-test
 CALL tests\incremental-2disk
+CALL tests\2drive-3pool-test.cmd
+CALL tests\2drive-concurrent-test.cmd
 CALL tests\2drive-incremental-2disk
 CALL tests\scratch-pool-test
 ECHO.
index 312feb52054f9baa2472c32dd1a41c7e1453b6b5..a5325e815a0b87ef8f5459bc02f5125dfeffb1c0 100644 (file)
@@ -25,7 +25,7 @@ Director {                            # define myself
 
 #
 # Define the main nightly save backup job
-#   By default, this job will back up to disk in /tmp
+#   By default, this job will back up to disk in @tmpdir@
 Job {
   Name = "NightlySave"
   Type = Backup
@@ -110,7 +110,7 @@ Job {
   Storage = File
   Messages = Standard
   Pool = Default
-  Where = /tmp/bacula-restores
+  Where = @tmpdir@/bacula-restores
 }
 
 
@@ -118,7 +118,7 @@ Job {
 FileSet {
   Name = "Full Set"
   Include { Options { signature=MD5 }
-    File =  </tmp/file-list
+    File =  <@tmpdir@/file-list
   }
 }
 
index 153fd61d3542fb10b5a5a2d84376050730f987cd..8edce82ea9e42f64d0076bb1d77560995dcfe6d5 100644 (file)
@@ -25,7 +25,7 @@ Director {                            # define myself
 
 #
 # Define the main nightly save backup job
-#   By default, this job will back up to disk in /tmp
+#   By default, this job will back up to disk in @tmpdir@
 Job {
   Name = "NightlySave"
   Type = Backup
@@ -96,7 +96,7 @@ Job {
   Storage = DDS-4
   Messages = Standard
   Pool = Default
-  Where = /tmp/bacula-restores
+  Where = @tmpdir@/bacula-restores
 }
 
 
@@ -104,7 +104,7 @@ Job {
 FileSet {
   Name = "Full Set"
   Include { Options { signature=MD5 }
-    File =  </tmp/file-list
+    File =  <@tmpdir@/file-list
   }
 }
 
@@ -115,7 +115,7 @@ FileSet {
        signature=MD5
        verify=pins1
     }
-    File =  </tmp/file-list
+    File =  <@tmpdir@/file-list
   }
 }
 
index 19bbd18546123c5c4e086cde1d0a5be601d09649..5685da0bee672a91b3b923d3fba356685e573fa5 100644 (file)
@@ -25,7 +25,7 @@ Director {                            # define myself
 
 #
 # Define the main nightly save backup job
-#   By default, this job will back up to disk in /tmp
+#   By default, this job will back up to disk in @tmpdir@
 Job {
   Name = "NightlySave"
   Type = Backup
@@ -49,7 +49,7 @@ Job {
   Storage = DDS-4
   Messages = Standard
   Pool = Default
-  Where = /tmp/bacula-restores
+  Where = @tmpdir@/bacula-restores
 }
 
 
index e759a414135917f398213ce1ec9d44a65c7586e6..4a67c06a2a210b8008eb45ba5065d79d38f86976 100644 (file)
@@ -6,4 +6,4 @@ COPY scripts\bacula-sd-2disk.conf bin\bacula-sd.conf
 COPY scripts\test-bacula-fd.conf bin\bacula-fd.conf
 COPY scripts\test-console.conf bin\bconsole.conf
 COPY bin\bacula-dir.conf tmp\1
-bin\sed -e "s;# Autochanger = yes;  Autochanger = yes;g" tmp\1 >bin\bacula-dir.conf
+sed -e "s;# Autochanger = yes;  Autochanger = yes;g" tmp\1 >bin\bacula-dir.conf
index 173eec2df0c9c1dbb50507a5bfd05f38d674d708..1599cd5090212b84ced3e3a47393e583fd8e3b3d 100644 (file)
@@ -3,4 +3,4 @@ COPY scripts\bacula-sd-2disk-drive.conf bin\bacula-sd.conf
 COPY scripts\test-bacula-fd.conf bin\bacula-fd.conf
 COPY scripts\test-console.conf bin\bconsole.conf
 COPY bin\bacula-dir.conf tmp\1
-bin\sed -e "s;# Autochanger = yes;  Autochanger = yes;g" tmp\1 >bin\bacula-dir.conf
+sed -e "s;# Autochanger = yes;  Autochanger = yes;g" tmp\1 >bin\bacula-dir.conf
index d20bf19ca985216281c7eae5d55d1b353190361e..3c6ff2f815676df4c8573785e8487d41bfa14239 100644 (file)
@@ -4,7 +4,7 @@ COPY scripts\test-bacula-fd.conf bin\bacula-fd.conf
 COPY scripts\test-console.conf bin\bconsole.conf
 
 COPY bin\bacula-dir.conf tmp\1
-bin\sed -e "s;# Autochanger = yes;  Autochanger = yes;g" >bin\bacula-dir.conf
+sed -e "s;# Autochanger = yes;  Autochanger = yes;g" >bin\bacula-dir.conf
 
 REM get proper SD tape definitions
 COPY scripts\win32_tape_options bin\tape_options
index 3e5af7aa12c37fa7e985525bddfc76a7bb9f284d..2e9024e1116912f4e184ff7008f21a8b091f667c 100644 (file)
@@ -4,7 +4,7 @@ COPY scripts\test-bacula-fd.conf bin\bacula-fd.conf
 COPY scripts\test-console.conf bin\bconsole.conf
 
 COPY bin\bacula-dir.conf tmp\1
-bin\sed -e "s;# Autochanger = yes;  Autochanger = yes;g" tmp\1 >bin\bacula-dir.conf
+sed -e "s;# Autochanger = yes;  Autochanger = yes;g" tmp\1 >bin\bacula-dir.conf
 
 REM get proper SD tape definitions
 COPY scripts\win32_tape_options bin\tape_options
index 3efb1933ce3ff24b86500fb4f191c361954b0bc0..efb2d3043385e8cb478e846423cbd46e1cf12f36 100644 (file)
@@ -55,7 +55,7 @@ REM  C:\Temp\bacula\slot3, ...) this script will create a C:\Temp\bacula\loadedn
 REM  file to keep track of what Slot is loaded. You should not change this file.
 REM
 
-SET dbgfile=%CD%\disk-changer.log
+SET dbgfile=disk-changer.log
 
 REM to turn on logging, uncomment the following line
 IF NOT EXIST %dbgfile% COPY nul %dbgfile% >nul
index a533a303f8797f3ceaedba3ba65f255fe28572af..ba359401dcf0b46898084938007ec4eec9681e72 100644 (file)
@@ -41,33 +41,33 @@ ECHO SET AUTOCHANGER_PATH=%5 >>config_out.cmd
 ECHO SET TAPE_DRIVE1=%6 >>config_out.cmd
 
 REM process .in files with sed script
-sed -f %out% %CD%\scripts\test-bacula-dir.conf.in >%CD%\scripts\test-bacula-dir.conf
-sed -f %out% %CD%\scripts\new-test-bacula-dir.conf.in >%CD%\scripts\new-test-bacula-dir.conf
-sed -f %out% %CD%\scripts\testa-bacula-dir.conf.in >%CD%\scripts\testa-bacula-dir.conf
-sed -f %out% %CD%\scripts\test-bacula-fd.conf.in >%CD%\scripts\test-bacula-fd.conf
-sed -f %out% %CD%\scripts\test-bacula-sd.conf.in >%CD%\scripts\test-bacula-sd.conf
-sed -f %out% %CD%\scripts\test-console.conf.in >%CD%\scripts\test-console.conf
-sed -f %out% %CD%\scripts\crypto-bacula-fd.conf.in >%CD%\scripts\crypto-bacula-fd.conf
-sed -f %out% %CD%\scripts\bacula-dir-tape.conf.in >%CD%\scripts\bacula-dir-tape.conf
-sed -f %out% %CD%\scripts\bacula-dir-migration.conf.in >%CD%\scripts\bacula-dir-migration.conf
-sed -f %out% %CD%\scripts\win32-bacula-dir-tape.conf.in >%CD%\scripts\win32-bacula-dir-tape.conf
-sed -f %out% %CD%\scripts\bacula-sd-tape.conf.in >%CD%\scripts\bacula-sd-tape.conf
-sed -f %out% %CD%\scripts\bacula-sd-2tape.conf.in >%CD%\scripts\bacula-sd-2tape.conf
-sed -f %out% %CD%\scripts\bacula-sd-migration.conf.in >%CD%\scripts\bacula-sd-migration.conf
-sed -f %out% %CD%\scripts\bacula-sd-2disk.conf.in >%CD%\scripts\bacula-sd-2disk.conf
-sed -f %out% %CD%\scripts\bacula-sd-2drive.conf.in >%CD%\scripts\bacula-sd-2drive.conf
-sed -f %out% %CD%\scripts\bacula-sd-2disk-drive.conf.in >%CD%\scripts\bacula-sd-2disk-drive.conf
-sed -f %out% %CD%\scripts\cleanup-tape.cmd.in >%CD%\scripts\cleanup-tape.cmd
-sed -f %out% %CD%\scripts\cleanup-2tape.cmd.in >%CD%\scripts\cleanup-2tape.cmd
-sed -f %out% %CD%\scripts\cleanup-2drive.cmd.in >%CD%\scripts\cleanup-2drive.cmd
-sed -f %out% %CD%\scripts\prepare-two-tapes.cmd.in >%CD%\scripts\prepare-two-tapes.cmd
-sed -f %out% %CD%\scripts\bacula-dir.conf.testrunscript.in >%CD%\scripts\bacula-dir.conf.testrunscript
+sed -f %out% scripts\test-bacula-dir.conf.in >scripts\test-bacula-dir.conf
+sed -f %out% scripts\new-test-bacula-dir.conf.in >scripts\new-test-bacula-dir.conf
+sed -f %out% scripts\testa-bacula-dir.conf.in >scripts\testa-bacula-dir.conf
+sed -f %out% scripts\test-bacula-fd.conf.in >scripts\test-bacula-fd.conf
+sed -f %out% scripts\test-bacula-sd.conf.in >scripts\test-bacula-sd.conf
+sed -f %out% scripts\test-console.conf.in >scripts\test-console.conf
+sed -f %out% scripts\crypto-bacula-fd.conf.in >scripts\crypto-bacula-fd.conf
+sed -f %out% scripts\bacula-dir-tape.conf.in >scripts\bacula-dir-tape.conf
+sed -f %out% scripts\bacula-dir-migration.conf.in >scripts\bacula-dir-migration.conf
+sed -f %out% scripts\win32-bacula-dir-tape.conf.in >scripts\win32-bacula-dir-tape.conf
+sed -f %out% scripts\bacula-sd-tape.conf.in >scripts\bacula-sd-tape.conf
+sed -f %out% scripts\bacula-sd-2tape.conf.in >scripts\bacula-sd-2tape.conf
+sed -f %out% scripts\bacula-sd-migration.conf.in >scripts\bacula-sd-migration.conf
+sed -f %out% scripts\bacula-sd-2disk.conf.in >scripts\bacula-sd-2disk.conf
+sed -f %out% scripts\bacula-sd-2drive.conf.in >scripts\bacula-sd-2drive.conf
+sed -f %out% scripts\bacula-sd-2disk-drive.conf.in >scripts\bacula-sd-2disk-drive.conf
+sed -f %out% scripts\cleanup-tape.cmd.in >scripts\cleanup-tape.cmd
+sed -f %out% scripts\cleanup-2tape.cmd.in >scripts\cleanup-2tape.cmd
+sed -f %out% scripts\cleanup-2drive.cmd.in >scripts\cleanup-2drive.cmd
+sed -f %out% scripts\prepare-two-tapes.cmd.in >scripts\prepare-two-tapes.cmd
+sed -f %out% scripts\bacula-dir.conf.testrunscript.in >scripts\bacula-dir.conf.testrunscript
 
-COPY %CD%\bin\bacula-sd.conf tmp\bacula-sd.tmp >nul
-sed -e "s;C:\\Temp;%CD:\=/%/tmp;g" tmp\bacula-sd.tmp >%CD%\bin\bacula-sd.conf
+COPY bin\bacula-sd.conf tmp\bacula-sd.tmp >nul
+sed -e "s;C:\\Temp;%CD:\=/%/tmp;g" tmp\bacula-sd.tmp >bin\bacula-sd.conf
 
 REM get proper SD tape definitions
-COPY %CD%\scripts\win32_tape_options %CD%\bin\tape_options >nul
+COPY scripts\win32_tape_options bin\tape_options >nul
 
 DEL %out%
 DEL tmp\*.tmp
index 1a03141c147507c95f3b69501166da58c8790be3..0396fe1925bea782682e0acb8d971abe470eb0a7 100644 (file)
@@ -52,7 +52,7 @@ GOTO %routine%
 
 :run_bscan
    IF %debug% EQU 1 (
-      bin\bscan %1 %2 %3 %4 %5 %6 %7 %8 %9 | tools\tee tmp\log.out
+      bin\bscan %1 %2 %3 %4 %5 %6 %7 %8 %9 | tee tmp\log.out
    ) ELSE (
       bin\bscan %1 %2 %3 %4 %5 %6 %7 %8 %9 >nul 2>&1
    )
@@ -76,24 +76,24 @@ GOTO %routine%
    )
    IF EXIST bin\1 DEL /f bin\1
    REN bin\bacula-dir.conf 1
-   bin\sed -e "s;%oldname%;%newname%;g" bin\1 >bin\bacula-dir.conf
+   sed -e "s;%oldname%;%newname%;g" bin\1 >bin\bacula-dir.conf
 REM  ECHO Job %oldname% changed to %newname%
    GOTO :EOF
 
 :check_two_logs
-   tools\grep "^  Termination: *Backup OK" tmp\log1.out >nul 2>&1
+   grep "^  Termination: *Backup OK" tmp\log1.out >nul 2>&1
    SET bstat=%ERRORLEVEL%
-   tools\grep "^  Termination: *Restore OK" tmp\log2.out >nul 2>&1
+   grep "^  Termination: *Restore OK" tmp\log2.out >nul 2>&1
    SET rstat=%ERRORLEVEL%
    GOTO :EOF
 
 :check_restore_diff
-   tools\diff -r build tmp\bacula-restores\%CD::=%\build >nul 2>&1
+   diff -r build tmp\bacula-restores\%CD::=%\build >nul 2>&1
    SET dstat=%ERRORLEVEL%
    GOTO :EOF
 
 :check_restore_tmp_build_diff
-   tools\diff -r tmp\build tmp\bacula-restores\%CD::=%\tmp\build >nul 2>&1
+   diff -r tmp\build tmp\bacula-restores\%CD::=%\tmp\build >nul 2>&1
    SET dstat=%ERRORLEVEL%
    GOTO :EOF
 
index a799e3d25d3c5d36dc4f03d76cd86cf9bf3d62bd..e2e9ecd428f1a09dd4a4128539bd4ab012eb768c 100644 (file)
@@ -22,7 +22,7 @@ COPY build\src\win32\installer\%1\*.manifest bin >nul
 COPY build\src\win32\%1\*.pdb bin >nul
 COPY build\src\win32\installer\%1\query.sql bin >nul
 
-COPY bin\cats_sqlite3.dll bin\bacula_cats3.dll >nul
+COPY bin\cats_sqlite3.dll bin\bacula_cats.dll >nul
 
 FOR /f %%i IN ( 'cmd /c openssl.exe rand -base64 33 2^>nul' ) DO SET CLIENT_PASSWORD=%%i
 FOR /f %%i IN ( 'cmd /c openssl.exe rand -base64 33 2^>nul' ) DO SET STORAGE_PASSWORD=%%i
@@ -64,13 +64,13 @@ ECHO s;@tape_drive1@;%7;g >>install.sed
 FOR %%i in ( %CATS% ) DO (
    SET NAME=%%i
    SET TARGET=bin\!NAME:sqlite3=bacula!
-   tools\sed -f install.sed build\src\win32\installer\%1\!NAME! > !TARGET!
+   sed -f install.sed build\src\win32\installer\%1\!NAME! > !TARGET!
 )
 
-FOR %%i in ( %CONFS% ) DO tools\sed -f install.sed build\src\win32\installer\%%i > bin\%%~ni
+FOR %%i in ( %CONFS% ) DO sed -f install.sed build\src\win32\installer\%%i > bin\%%~ni
 
-tools\sed -f install.sed build\src\win32\installer\%1\make_sqlite3_tables.sql > bin\make_sqlite3_tables.sql
-tools\sed -f install.sed build\src\win32\installer\%1\mtx-changer.cmd > bin\mtx-changer.cmd
+sed -f install.sed build\src\win32\installer\%1\make_sqlite3_tables.sql > bin\make_sqlite3_tables.sql
+sed -f install.sed build\src\win32\installer\%1\mtx-changer.cmd > bin\mtx-changer.cmd
 
 CALL scripts\bacula uninstall
 CALL scripts\bacula install %CD%\bin
index 7302f0c73d6a03b60fd5389d85b3e15451ba347b..8d24b9145d1faf28e86b4137e41eccaeabad9a5b 100644 (file)
@@ -26,7 +26,7 @@ Director {                            # define myself
 
 #
 # Define the main nightly save backup job
-#   By default, this job will back up to disk in /tmp
+#   By default, this job will back up to disk in @tmpdir@
 Job {
   Name = "NightlySave"
   Type = Backup
@@ -140,7 +140,7 @@ Job {
   Storage = File
   Messages = Standard
   Pool = Default
-  Where = /tmp/bacula-restores
+  Where = @tmpdir@/bacula-restores
 }
 
 
@@ -148,7 +148,7 @@ Job {
 FileSet {
   Name = "Full Set"
   Include {  Options { signature=MD5 }
-     File =  </tmp/file-list
+     File =  <@tmpdir@/file-list
   }
 }
 
@@ -158,7 +158,7 @@ FileSet {
     Options {
       signature=MD5 sparse=yes
     }
-    File = </tmp/file-list
+    File = <@tmpdir@/file-list
   }
 }
 
@@ -168,7 +168,7 @@ FileSet {
     Options {
       signature=MD5 compression=GZIP 
     }
-    File = </tmp/file-list
+    File = <@tmpdir@/file-list
   }
 }
 
@@ -179,7 +179,7 @@ FileSet {
       signature=MD5 compression=GZIP
       sparse=yes
     }
-    File = </tmp/file-list
+    File = <@tmpdir@/file-list
   }
 }
 
index 93008cca8290ba115dc32adc490cf2b8cc34309b..b07b3fa377c8ec15709a2438976e3777c228b64a 100644 (file)
@@ -26,7 +26,7 @@ Director {                            # define myself
 
 #
 # Define the main nightly save backup job
-#   By default, this job will back up to disk in /tmp
+#   By default, this job will back up to disk in @tmpdir@
 Job {
   Name = "NightlySave"
   Type = Backup
@@ -127,7 +127,7 @@ Job {
   Storage = File
   Messages = Standard
   Pool = Default
-  Where = /tmp/bacula-restores
+  Where = @tmpdir@/bacula-restores
 }
 
 
@@ -135,14 +135,14 @@ Job {
 FileSet {
   Name = "Full Set"
   Include  { Options { signature=MD5 }
-    File = </tmp/file-list
+    File = <@tmpdir@/file-list
   }
 }
 
 FileSet {
   Name = "SparseSet"
   Include { Options { signature=MD5; sparse=yes }
-    File=</tmp/file-list
+    File=<@tmpdir@/file-list
   }
 }
 
@@ -150,7 +150,7 @@ FileSet {
   Name = "CompressedSet"
   Include {
     Options { signature=MD5; compression=GZIP }
-    File =</tmp/file-list
+    File =<@tmpdir@/file-list
   }
 }
 
@@ -160,7 +160,7 @@ FileSet {
     Options {
       signature=MD5; compression=GZIP
     }
-    File= </tmp/file-list
+    File= <@tmpdir@/file-list
   }
 }
 
index 1cbd9a3fec32467d4457fc8a2651a023e0217ac4..763b95fe7564877fddfe79832cb4d556314fc2db 100644 (file)
@@ -54,7 +54,7 @@ Job {
   Storage = File
   Messages = Standard
   Pool = Default
-  Where = /tmp/bacula-restores
+  Where = @tmpdir@/bacula-restores
 }
 
 
@@ -62,7 +62,7 @@ Job {
 FileSet {
   Name = "Full Set"
   Include { Options { signature=SHA1 }
-    File =</tmp/file-list
+    File =<@tmpdir@/file-list
   }
 }
 
index 206e000199ad7c4d9139f6fd7b35ff09e2d11d1a..e23729a3163b22e41b00e97cd6af04c521411a43 100644 (file)
@@ -25,7 +25,7 @@ Director {                            # define myself
 
 #
 # Define the main nightly save backup job
-#   By default, this job will back up to disk in /tmp
+#   By default, this job will back up to disk in @tmpdir@
 Job {
   Name = "NightlySave"
   Type = Backup
@@ -49,7 +49,7 @@ Job {
   Storage = DDS-4
   Messages = Standard
   Pool = Default
-  Where = /tmp/bacula-restores
+  Where = @tmpdir@/bacula-restores
 }
 
 
index c8c33a8be4f4715c81071c78c24a175dc1e725d9..bb5e0fae98fd1a1c8518946e07f9fd8ccb1d7e5e 100644 (file)
@@ -17,7 +17,7 @@ CALL scripts\prepare-two-disks
 CALL scripts\functions change_jobname localhost-fd %JobName%
 CALL scripts\functions start_test
 
-ECHO %CD:\=/%/tmp/build >\tmp\file-list
+ECHO %CD:\=/%/tmp/build >tmp\file-list
 IF NOT EXIST tmp\build MKDIR tmp\build
 COPY build\src\dird\*.c tmp\build >nul 2>&1
 
index 218ded6d07889ee6522119a58364009fb4f0a1fa..232b2c8995d1ae84b0f0c98a62085da33dffbb1f 100644 (file)
@@ -8,7 +8,7 @@ SET JobName=AutoLabel
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 COPY bin\bacula-dir.conf tmp\1
 sed -e "s;# Label Format;  Label Format;" tmp\1 >bin\bacula-dir.conf
index c6c22e9daebef6f6164bae2f3a4d8422df85476f..ec4edaee8c24ca39fbd15440ea3918e69336b1a4 100644 (file)
@@ -2,6 +2,7 @@
 messages
 @@out@ tmp/log1.out
 label volume=TestVolume001
+1
 @#setdebug level=100 storage=File
 run job=@JobName@ yes
 status storage=File
index c119764c5e302ade9f80fac44db947842bfbf20e..ddabbdeeaa244a9c9a6fea1523e096cad447f0df 100644 (file)
@@ -9,7 +9,7 @@ SET JobName=bextract
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions change_jobname NightlySave %JobName%
 CALL scripts\functions start_test
@@ -20,7 +20,7 @@ CALL scripts\functions run_bacula
 CALL scripts\functions check_for_zombie_jobs storage=File1
 CALL scripts\functions stop_bacula
 
-MKDIR %CD%\tmp\bacula-restores
+MKDIR tmp\bacula-restores
 bin\bextract -b working/restore.bsr -c bin/bacula-sd.conf %CD:\=/%/tmp %CD:\=/%/tmp/bacula-restores 2>&1 >nul
 SET rstat=%ERRORLEVEL%
 grep "^  Termination: *Backup OK" tmp\log1.out 2>&1 >nul
index 5b71db8c1a1227e7cfb912935413028b77524b3c..0a9f38e73e1fa9aba861cddc3ac31843dba7bb49 100644 (file)
@@ -11,7 +11,7 @@ SET JobName=bscan
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions change_jobname NightlySave %JobName%
 CALL scripts\functions start_test
@@ -25,7 +25,7 @@ CALL scripts\functions stop_bacula
 ECHO volume=TestVolume001^|TestVolume002 >tmp\bscan.bsr
 
 IF %debug% EQU 1 (
-   bin\bscan -w working -m -s -v -b tmp/bscan.bsr -c bin/bacula-sd.conf %CD:\=/%/tmp | tools\tee tmp\log.out
+   bin\bscan -w working -m -s -v -b tmp/bscan.bsr -c bin/bacula-sd.conf %CD:\=/%/tmp | tee tmp\log.out
 ) ELSE (
    bin\bscan -w working -m -s -v -b tmp/bscan.bsr -c bin/bacula-sd.conf %CD:\=/%/tmp >nul 2>&1
 )
index 9f816ab084e2e30051cbc43438c2e189136779d9..22b38bbba212d3d2a5f8e8fa0efcf81d1ba86c1f 100644 (file)
@@ -11,7 +11,7 @@ SET JobName=bsr-opt
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions change_jobname NightlySave %JobName%
 CALL scripts\functions start_test
index 2097c6124f2f983e70bba8666d7a91b85ab4cbd7..490783824deb05fa7f563c00d79d126ab9a6180c 100644 (file)
@@ -8,7 +8,7 @@ SET JobName=compressed
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions change_jobname CompressedTest %JobName%
 CALL scripts\functions start_test
index 9c36b48c7e0b49f6ef4423ba7fc77880fab47bd4..05e7625844326025776e4e343d8b3114bc05221e 100644 (file)
@@ -8,15 +8,15 @@ SET JobName=concurrent-jobs
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/tmp/largefile >\tmp\file-list
+ECHO %CD:\=/%/tmp/largefile >tmp\file-list
 ECHO Creating a 50MB file with bacula-dir data ...
-tools\dd if=bin/bacula-dir.exe of=%CD:\=/%/tmp/1 bs=1024 count=512 >nul 2>&1
-COPY /b %CD%\tmp\1+%CD%\tmp\1+%CD%\tmp\1+%CD%\tmp\1 %CD%\tmp\2 >nul 2>&1
-DEL %CD%\tmp\1
-COPY /b %CD%\tmp\2+%CD%\tmp\2+%CD%\tmp\2+%CD%\tmp\2+%CD%\tmp\2 %CD%\tmp\3 >nul 2>&1
-DEL %CD%\tmp\2
-COPY /b %CD%\tmp\3+%CD%\tmp\3+%CD%\tmp\3+%CD%\tmp\3+%CD%\tmp\3 %CD%\tmp\largefile >nul 2>&1
-DEL %CD%\tmp\3
+dd if=bin/bacula-dir.exe of=%CD:\=/%/tmp/1 bs=1024 count=512 >nul 2>&1
+COPY /b tmp\1+tmp\1+tmp\1+tmp\1 tmp\2 >nul 2>&1
+DEL tmp\1
+COPY /b tmp\2+tmp\2+tmp\2+tmp\2+tmp\2 tmp\3 >nul 2>&1
+DEL tmp\2
+COPY /b tmp\3+tmp\3+tmp\3+tmp\3+tmp\3 tmp\largefile >nul 2>&1
+DEL tmp\3
 
 ECHO largefile created
 
index 6ffdff055ce0e0c5f6b0884b1978f8a31e7887d5..9707a33ac7fa61785f52734cc294d446c8cf5978 100644 (file)
@@ -8,7 +8,7 @@ SET JobName=differential
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/tmp/build >\tmp\file-list
+ECHO %CD:\=/%/tmp/build >tmp\file-list
 MKDIR tmp\build
 COPY build\src\dird\*.c tmp\build >nul 2>&1
 
index 0530baa8f07f8f9ab152db224867c5a00af46a64..36e3efe1a1a19e224e997294f50b4cb5e5ff2f6c 100644 (file)
@@ -7,7 +7,7 @@ SET JobName=Four-concurrent-jobs
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions change_jobname NightlySave %JobName%
 CALL scripts\functions start_test
index 02fdc497863c1c79252f86716c4d7807067f12c0..9d5113e591356e9d71b7aaf63eee233a240c04c2 100644 (file)
@@ -1,8 +1,7 @@
 @output nul
 messages
 @@out@  tmp/log1.out
-run job=@JobName@
-yes
+run job=@JobName@ yes
 wait
 messages
 quit
index 6da93295f1907dc7843f1a19f7ec7844ae5d5251..79c1d7a0d4e4c1ed9d698fb8f6238d7e06ffcead 100644 (file)
@@ -1,7 +1,6 @@
 @output nul
 messages
 @output tmp/log1.out
-label storage=File volume=TestVolume001
 run job=@JobName@ yes
 wait
 messages
index 6da93295f1907dc7843f1a19f7ec7844ae5d5251..79c1d7a0d4e4c1ed9d698fb8f6238d7e06ffcead 100644 (file)
@@ -1,7 +1,6 @@
 @output nul
 messages
 @output tmp/log1.out
-label storage=File volume=TestVolume001
 run job=@JobName@ yes
 wait
 messages
index 72b00e0210967f52ba6d6717f2435e163797629e..6301d74d165b0370a5581389a2147c6dfd8ae540 100644 (file)
@@ -9,7 +9,7 @@ SET JobName=SpanVol
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >${cwd}/tmp/file-list
+ECHO %CD:\=/%/build >tmp/file-list
 
 CALL scripts\functions change_jobname CompressedTest %JobName%
 CALL scripts\functions start_test
@@ -22,8 +22,8 @@ CALL scripts\functions check_for_zombie_jobs storage=File
 ECHO Backup 1 done
 
 REM make some files for the incremental to pick up
-tools\touch %CD:\=/%/build/src/dird/*.c
-tools\touch %CD:\=/%/build/src/lib/*.c
+touch %CD:\=/%/build/src/dird/*.c
+touch %CD:\=/%/build/src/lib/*.c
    
 REM
 REM run a second job
@@ -35,8 +35,8 @@ CALL scripts\functions check_for_zombie_jobs storage=File
 
 ECHO Backup 2 done
 
-tools\touch %CD:\=/%/build/src/dird/*.c
-tools\touch %CD:\=/%/build/src/lib/*.c
+touch %CD:\=/%/build/src/dird/*.c
+touch %CD:\=/%/build/src/lib/*.c
 
 REM
 REM run a third job
@@ -49,7 +49,7 @@ CALL scripts\functions check_for_zombie_jobs storage=File
 ECHO Backup 3 done
 
 REM make some files for the incremental to pick up
-tools\touch %CD:\=/%/build/src/lib/*.c
+touch %CD:\=/%/build/src/lib/*.c
 
 REM
 REM run a fourth job
index a51fc8ad0578dda125353b29a34e3f8f5cc7cc16..e7d874d3edd0c6ab2e6a0a106d27874ac5fac5fe 100644 (file)
@@ -20,7 +20,7 @@ CALL bin\grant_bacula_privileges >nul 2>&1
 CALL scripts\copy-2disk-confs >nul 2>&1
 CALL scripts\prepare-two-disks
 
-ECHO %CD:\=/%/tmp/build >\tmp\file-list
+ECHO %CD:\=/%/tmp/build >tmp\file-list
 IF NOT EXIST tmp\build MKDIR tmp\build
 
 COPY build\src\dird\*.c tmp\build >nul 2>&1
index 2a646a0eddd8fd8e45142b16e9ccc18b669aa47d..8aff92fc09b5cff61bc8371fd315dc6dd080fc58 100644 (file)
@@ -21,7 +21,7 @@ CALL grant_bacula_privileges >nul 2>&1
 
 CALL scripts\copy-2tape-confs
 CALL scripts\cleanup-2tape
-ECHO %CD:\=/%/tmp/build >\tmp\file-list
+ECHO %CD:\=/%/tmp/build >tmp\file-list
 IF NOT EXIST tmp\build MKDIR tmp\build
 COPY build\src\dird\*.c tmp\build
 ECHO %CD:\=/%/tmp/build/ficheriro1.txt>tmp\restore-list
index baf5bd372938eb7ea959ad79a45486ba0bc8b412..0567d238dd94d0f9849608e77c87c9e4dd582b9c 100644 (file)
@@ -8,7 +8,7 @@ SET JobName=Incremental
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/tmp/build>${cwd}/tmp/file-list
+ECHO %CD:\=/%/tmp/build>tmp/file-list
 
 MKDIR tmp\build
 COPY build\src\dird\*.c tmp\build >nul 2>&1
index d851fdeea69cf5c66bfb7f7c88767d8c0f640ac7..cc51dbafc290f694ee9c9d84140aee830141f2ad 100644 (file)
@@ -14,7 +14,7 @@ CALL config_out
 CALL scripts\cleanup
 CALL scripts\copy-migration-confs
 CALL scripts\prepare-two-disks
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions change_jobname NightlySave %JobName%
 CALL scripts\functions start_test
index e21a19aaf2d401a66ebcd96d509c0ef3de8a6f86..23a40436f54f8c1be6809f6dbbce1a69efc92129 100644 (file)
@@ -17,10 +17,10 @@ CALL scripts\cleanup
 CALL scripts\copy-migration-confs
 CALL scripts\prepare-two-disks
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 COPY bin\bacula-sd.conf tmp\1
-sed "s;# Maximum File Size;  Maximum File Size;" %CD%\tmp\1 >%CD%\bin\bacula-sd.conf
+sed "s;# Maximum File Size;  Maximum File Size;" tmp\1 >bin\bacula-sd.conf
 
 CALL scripts\functions change_jobname NightlySave %JobName%
 CALL scripts\functions start_test
index d68dac563de9329cd82c9852d989535ef9353ce9..4f8603d8d7e8b66539aec3eba8bcc3459f82a979 100644 (file)
@@ -14,7 +14,7 @@ CALL config_out
 CALL scripts\cleanup
 CALL scripts\copy-migration-confs
 CALL scripts\prepare-two-disks
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions change_jobname NightlySave %JobName%
 CALL scripts\functions start_test
index 473ebe6b5e09d10690cf21aa40dd9da1b51db8a1..c8ea183bea05c5727d4968729830319025c2202c 100644 (file)
@@ -15,7 +15,7 @@ CALL scripts\cleanup
 CALL scripts\copy-migration-confs
 CALL scripts\prepare-two-disks
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions change_jobname NightlySave %JobName%
 CALL scripts\functions start_test
index 86505d46a68e6420e5f02c5b5d37cdbdb19344a4..6ca53c722baba8e8d840e0522553724029c93d7f 100644 (file)
@@ -15,7 +15,7 @@ CALL scripts\cleanup
 CALL scripts\copy-migration-confs
 CALL scripts\prepare-two-disks
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 REM COPY bin\bacula-sd.conf tmp\1
 REM sed "s;# Maximum File Size;  Maximum File Size;" tmp\1 >bin\bacula-sd.conf
index d919bbea878bfac77bde42eef6c4553b15b651d2..ec1412439369bb71e0db69e5b48c51bce94b0e5b 100644 (file)
@@ -9,7 +9,7 @@ SET JobName=query
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/tmp/build >\tmp\file-list
+ECHO %CD:\=/%/tmp/build >tmp\file-list
 MKDIR tmp\build
 COPY build\src\dird\*.c tmp\build >nul 2>&1
 ECHO %CD:\=/%/tmp/build/ficheriro1.txt>tmp\restore-list
index b006fe482f9cefce654cdd0b6cfefba4fefb1724..70b481b15bc7799b3cfd6535e79f3c94caf52024 100644 (file)
@@ -10,7 +10,7 @@ SET JobName=Recycle
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions change_jobname NightlySave %JobName%
 CALL scripts\functions start_test
index 669196648a2ba93ff1a46317fa91874b39892217..5bc52e81bfe6794aaf651f5714f8c3772219937a 100644 (file)
@@ -9,7 +9,7 @@ SET JobName=restorebyfile
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/tmp/build >\tmp\file-list
+ECHO %CD:\=/%/tmp/build >tmp\file-list
 MKDIR tmp\build
 COPY build\src\dird\*.c tmp\build >nul 2>&1
 DIR /b tmp\build >tmp\1
index 6fdfdbd60f9e2660d279d4165eebab73df6e9205..bfbe94b70c2725ac489678f9ac55ab6a177109e7 100644 (file)
@@ -11,7 +11,7 @@ SET JobName=restore-disk-seek
 CALL scripts\functions set_debug 1
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/tmp/build >\tmp\file-list
+ECHO %CD:\=/%/tmp/build >tmp\file-list
 
 IF EXIST tmp\build RD /s /q  tmp\build
 MKDIR tmp\build
index cba7ea35b17069d7a847a1eae7c2653bf302abf2..284d1a60413573135e901f2f23f5348f1ee1642c 100644 (file)
@@ -9,8 +9,8 @@ SET JobName=restore2byfile
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >\tmp\file-list
-sed -e "s;^;%CD:\=/%;" scripts/flist >tmp\restore2-list
+ECHO %CD:\=/%/build >tmp\file-list
+sed -e "s;^;%CD:\=/%;" scripts\flist >tmp\restore2-list
 
 CALL scripts\functions change_jobname CompressedTest %JobName%
 CALL scripts\functions start_test
index ef3c8b8d109bc2c648bf393574aca38775e4dae1..7da23df4850146857da249b5525099e04ddd31e4 100644 (file)
@@ -20,6 +20,7 @@ cat <<END_OF_DATA >${cwd}/tmp/bconcmds
 @output /dev/null
 messages
 label volume=TestVolume001
+1
 @#setdebug level=100 storage=File
 @output ${cwd}/tmp/log.RUN2.out
 run job=RUN_FD_WARNING yes
index d8e88f400cb4a75abada4ccab673335c73f9f032..fabc302ed2d33d59cca0b300e1e4523a015cc93a 100644 (file)
@@ -25,7 +25,7 @@ CALL scripts\cleanup
 CALL scripts\copy-2disk-confs >nul 2>&1
 CALL scripts\prepare-two-disks
  
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 COPY bin\bacula-sd.conf tmp\1 >nul 2>&1
 sed -e "s;# Maximum File Size;  Maximum File Size;g" tmp\1 >bin\bacula-sd.conf
index ab3ca0559ba09276a4dfd9dfbc2cb63d8fcb06c5..8cd87ab81a7b772a4389e60b71f69e1c9e082961 100644 (file)
@@ -9,17 +9,17 @@ CALL scripts\functions set_debug 0
 
 CALL scripts\cleanup
 CALL scripts\copy-testa-confs >nul 2>&1
-ECHO %CD:\=/%/tmp/largefile >\tmp\file-list
+ECHO %CD:\=/%/tmp/largefile >tmp\file-list
 
 ECHO Creating a 60MB file with bacula-dir data ...
-tools\dd if=bin/bacula-dir.exe of=%CD:\=/%/tmp/1 bs=1024 count=500 >nul 2>&1
-COPY /b %CD%\tmp\1+%CD%\tmp\1+%CD%\tmp\1+%CD%\tmp\1+%CD%\tmp\1 %CD%\tmp\2 >nul 2>&1
-DEL %CD%\tmp\1
-COPY /b %CD%\tmp\2+%CD%\tmp\2 %CD%\tmp\3 >nul 2>&1
-DEL %CD%\tmp\2
-COPY /b %CD%\tmp\3+%CD%\tmp\3+%CD%\tmp\3+%CD%\tmp\3+%CD%\tmp\3+%CD%\tmp\3 %CD%\tmp\4 >nul 2>&1
-COPY /b %CD%\tmp\3+%CD%\tmp\3+%CD%\tmp\3+%CD%\tmp\3+%CD%\tmp\3+%CD%\tmp\4 %CD%\tmp\largefile >nul 2>&1
-DEL %CD%\tmp\3 %CD%\tmp\4
+dd if=bin/bacula-dir.exe of=%CD:\=/%/tmp/1 bs=1024 count=500 >nul 2>&1
+COPY /b tmp\1+tmp\1+tmp\1+tmp\1+tmp\1 tmp\2 >nul 2>&1
+DEL tmp\1
+COPY /b tmp\2+tmp\2 tmp\3 >nul 2>&1
+DEL tmp\2
+COPY /b tmp\3+tmp\3+tmp\3+tmp\3+tmp\3+tmp\3 tmp\4 >nul 2>&1
+COPY /b tmp\3+tmp\3+tmp\3+tmp\3+tmp\3+tmp\4 tmp\largefile >nul 2>&1
+DEL tmp\3 tmp\4
 
 CALL scripts\functions change_jobname MultiVol %JobName%
 CALL scripts\functions start_test
index 52cbaffb77662f4450b5430241018ec35cd80e0e..95c06edfa0658a943f49c67251b8e627f081e073 100644 (file)
@@ -10,7 +10,7 @@ SET JobName=SpanVol
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions change_jobname NightlySave %JobName%
 CALL scripts\functions start_test
index e8b701dcf14c201c04427fe2343a998147c73fa1..ddc005d2bb78a0be03b9e2d7a256641d6d24b447 100644 (file)
@@ -8,7 +8,7 @@ SET JobName=Sparse-conpressed
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions start_test
 
index a8ba5d1680003c6ab715e23b47b7c7f9bab7851f..cf14f8cccc1f6c262577b7573f9e3a39764e5ec5 100644 (file)
@@ -8,7 +8,7 @@ SET JobName=SparseTest
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions start_test
 
index 3964e90d163c207db085f9a9000948a9defd9538..1b0e972e35e3b8dbf0d9c10b2c99e97466d4b528 100644 (file)
@@ -8,7 +8,7 @@ SET JobName=Two-Jobs
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions change_jobname CompressedTest %JobName%
 CALL scripts\functions start_test
@@ -19,7 +19,7 @@ CALL scripts\functions run_bacula
 CALL scripts\functions check_for_zombie_jobs storage=File 
 
 ECHO Backup 1 done
-tools\touch build\src\dird\*.c
+touch build\src\dird\*.c
 
 REM
 REM run a second job
index 2bf00285460fca31405c53033e90a996eec26d72..7aa9edb9b8742e595b818f3b09941c09f1d1cc50 100644 (file)
@@ -21,7 +21,7 @@ CALL scripts\prepare-two-disks
  
 REM Make a relatively large backup set 5 x source code directory
 REM  Reduced to 1 for portable
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions start_test
 
index ce59794572bc6153ca3045ebd62e18c6110d3b5d..dcdb10a265ff9d7e663a7035f66c0936b7eed0ae 100644 (file)
@@ -8,7 +8,7 @@ SET JobName=TwoVol
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions change_jobname NightlySave %JobName%
 CALL scripts\functions start_test
index 62e80ecaa909edfc519ef37549f61deb0e0a9da3..2a16cd08dbd25d561c4e04273510d911bd0fb254 100644 (file)
@@ -18,7 +18,7 @@ CALL scripts\cleanup
 CALL scripts\copy-2tape-confs
 CALL scripts\prepare-two-tapes
  
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 COPY bin\bacula-sd.conf tmp\1
 sed -e "s%# Maximum File Size%  Maximum File Size%g" >bin\bacula-sd.conf
index 9bfe9c88daa03397e649707024e1650249378367..4151cce97e69656b2698bd35914e4c9841c3d762 100644 (file)
@@ -15,7 +15,7 @@ CALL scripts\cleanup
 CALL scripts\copy-2disk-confs >nul 2>&1
 CALL scripts\prepare-two-disks
  
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 COPY bin\bacula-sd.conf tmp\1
 sed -e "s;# Maximum File Size;  Maximum File Size;g" tmp\1 >bin\bacula-sd.conf
index 377fb3428f9ec65b7870648d4a83bab314fd675c..a0c844c07abd4869f00c968a0f2359086599c4d1 100644 (file)
@@ -8,7 +8,7 @@ SET JobName=VerifyVol
 CALL scripts\functions set_debug 0
 CALL scripts\functions copy_test_confs
 
-ECHO %CD:\=/%/build >\tmp\file-list
+ECHO %CD:\=/%/build >tmp\file-list
 
 CALL scripts\functions change_jobname NightlySave %JobName%
 CALL scripts\functions start_test