]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove AcceptAnyVolume
authorKern Sibbald <kern@sibbald.com>
Fri, 23 Jun 2006 09:06:48 +0000 (09:06 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 23 Jun 2006 09:06:48 +0000 (09:06 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3065 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/bacula-dir-win32-tape.conf.in
regress/scripts/new-test-bacula-dir.conf.in
regress/scripts/test-bacula-dir.conf.in
regress/scripts/testa-bacula-dir.conf.in
regress/scripts/win32-bacula-dir-tape.conf.in
regress/tests/auto-label-test

index 919edc48699f8799a1cc5332a7af4012c2b843a4..2ea42a8392097487bdc245dd6ee485bc340c59e2 100644 (file)
@@ -141,5 +141,4 @@ Pool {
   Recycle = yes                       # Bacula can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
   Volume Retention = 365d             # one year
-  Accept Any Volume = yes             # write on any volume in the pool
 }
index a91b7c43900d7bdd958eb090ff921412d0dd6624..11863cf5c866ffaee4a695bdc0da4f56814544a0 100644 (file)
@@ -307,6 +307,5 @@ Pool {
   Recycle = yes                       # Bacula can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
   Volume Retention = 365d             # one year
-  Accept Any Volume = yes             # write on any volume in the pool
 # Label Format = "TEST-${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}:${NumVols}"
 }
index 4283c9fff3fa4a3028e55d572f9df504b162ff8c..b1793a636f55e44ba13abcf6cb2c8625960dc2f0 100644 (file)
@@ -309,5 +309,4 @@ Pool {
   Recycle = yes                       # Bacula can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
   Volume Retention = 365d             # one year
-  Accept Any Volume = yes             # write on any volume in the pool
 }
index 1e75eec944064582dbc6c54c676f731323bf6245..ce433854f63edc6a64488dff3cb7da2cef4b81e5 100644 (file)
@@ -133,7 +133,6 @@ Pool {
   Recycle = yes                       # Bacula can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
   Volume Retention = 365d             # one year
-  Accept Any Volume = yes             # write on any volume in the pool
 }
 
 Pool {
@@ -142,7 +141,6 @@ Pool {
   Recycle = yes                       # Bacula can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
   Volume Retention = 365d             # one year
-  Accept Any Volume = yes             # write on any volume in the pool
   Maximum Volumes = 10
   MaximumVolumeBytes = 10M
   LabelFormat = Small
index 5c2af4f967f92aecf697c323bf43446f79773c15..bc3162b0c82b574f07c2d21f37363e694dd7598f 100644 (file)
@@ -156,5 +156,4 @@ Pool {
   Recycle = yes                       # Bacula can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
   Volume Retention = 365d             # one year
-  Accept Any Volume = yes             # write on any volume in the pool
 }
index b8a74b0bcaa6a7a5724a06734fd504afc82ae57f..3af2a946e5518596eaf408137469d407067f2efe 100755 (executable)
@@ -3,7 +3,7 @@
 #  Test if Bacula can automatically create a Volume label.
 #
 
-debug=0
+debug=1
 if test "$debug" -eq 1 ; then
   out="tee"
 else