]> git.sur5r.net Git - bacula/bacula/blob - regress/win32/tests/two-vol-test.cmd
Final changes
[bacula/bacula] / regress / win32 / tests / two-vol-test.cmd
1 REM
2 REM Run a simple backup of the Bacula build directory but 
3 REM   split the archive into two volumes
4 REM
5 SET TestName=two-vol-test
6 SET JobName=TwoVol
7
8 CALL scripts\functions set_debug 0
9 CALL scripts\functions copy_test_confs
10
11 ECHO %CD:\=/%/build >\tmp\file-list
12
13 CALL scripts\functions change_jobname NightlySave %JobName%
14 CALL scripts\functions start_test
15
16 sed -e "s;@JobName@;%JobName%;g" -e "s;@out@;%out%;g" -e "s;@topdir@;%CD:\=/%;g" tests\two-vol-test.bscr >tmp\bconcmds
17
18 CALL scripts\functions run_bacula
19 CALL scripts\functions check_for_zombie_jobs storage=File1
20 CALL scripts\functions stop_bacula
21
22 CALL scripts\functions check_two_logs
23 CALL scripts\functions check_restore_diff
24 CALL scripts\functions end_test