]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/README.vtape
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / README.vtape
index 4e6c88219e98d00712aadd8e1bf63f54211b71bb..9d1e52978658c669649c937ad1eca26964273e11 100644 (file)
@@ -1,6 +1,12 @@
 HOWTO SETUP A FAKE TAPE ENVIRONMENT
 -----------------------------------
 
+#
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+
+
 Introduction:
 -------------
 
@@ -17,25 +23,11 @@ For that the driver implements 5 operations :
 Setup the regress environment for tape tests
 --------------------------------------------
 
-Be sure to configure your config file with this :
+Be sure to add this to your config file :
 
-TAPE_DRIVE="/tmp/drive0"
-TAPE_DRIVE1="/tmp/drive1"
-DRIVE1=0
-DRIVE2=1
-SLOT1=1
-SLOT2=2
-AUTOCHANGER="/tmp/ach_config"
 USE_VTAPE=yes
-AUTOCHANGER_SCRIPT=disk-changer
-
-You can remplace /tmp/ by what you want.
 
-Then, the /tmp/ach_config can contain this to simulate 2 drives :
-maxdrive=2
-maxslot=10
-
-And type "make setup"
+And type "make setup" (or "make sed" in a existing environment)
 
 That all !
 
@@ -49,4 +41,3 @@ dummy autochanger.
 
 
 
-