]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update vtape documentation
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 24 Jun 2008 19:41:31 +0000 (19:41 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 24 Jun 2008 19:41:31 +0000 (19:41 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7227 91ce42f0-d328-0410-95d8-f526ca767f89

regress/README.vtape

index 4e6c88219e98d00712aadd8e1bf63f54211b71bb..2e208b454df3f0fd0519bc1e69bfd5a6a310c6bb 100644 (file)
@@ -17,25 +17,11 @@ For that the driver implements 5 operations :
 Setup the regress environment for tape tests
 --------------------------------------------
 
-Be sure to configure your config file with this :
-
-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.
+Be sure to add this to your config file :
 
-Then, the /tmp/ach_config can contain this to simulate 2 drives :
-maxdrive=2
-maxslot=10
+USE_VTAPE=yes
 
-And type "make setup"
+And type "make setup" (or "make sed" in a existing environment)
 
 That all !