X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fscripts%2Fcopy-2disk-confs;h=87790955f0c9939589334ee7bab34c3d698b6f04;hb=7a31fe9348a77c27f05cabcd5d74ea775d474789;hp=40f18605c3d242c929db0517418409278f730be6;hpb=98846e57bb91a20341eb78a0f8bab8fc801a432b;p=bacula%2Fbacula diff --git a/regress/scripts/copy-2disk-confs b/regress/scripts/copy-2disk-confs index 40f18605c3..87790955f0 100755 --- a/regress/scripts/copy-2disk-confs +++ b/regress/scripts/copy-2disk-confs @@ -1,4 +1,7 @@ #!/bin/sh +# +# Setup for using the Virtual Disk Changer (simulates tape changer) +# /bin/cp -f scripts/bacula-dir-tape.conf bin/bacula-dir.conf /bin/cp -f scripts/bacula-sd-2disk.conf bin/bacula-sd.conf /bin/cp -f scripts/test-bacula-fd.conf bin/bacula-fd.conf @@ -7,4 +10,3 @@ outf="tmp/sed_tmp" echo "s%# Autochanger = yes% Autochanger = yes%g" >${outf} cp bin/bacula-dir.conf tmp/1 sed -f ${outf} tmp/1 >bin/bacula-dir.conf -