]> git.sur5r.net Git - bacula/bacula/blob - regress/scripts/prepare-two-tapes.in
- Take Dan's fix to the fix_postgresql_tables (thanks Dan)
[bacula/bacula] / regress / scripts / prepare-two-tapes.in
1 #!/bin/sh
2 #
3 # Create two blank tapes
4 #
5 @changer_path@ -f @autochanger@ unload
6 @changer_path@ -f @autochanger@ load 1
7 mt -f @tape_drive@ rewind
8 mt -f @tape_drive@ weof
9 @changer_path@ -f @autochanger@ unload
10 @changer_path@ -f @autochanger@ load 2
11 mt -f @tape_drive@ rewind
12 mt -f @tape_drive@ weof
13 @changer_path@ -f @autochanger@ unload