From 932e3dca8e7b962cae45a577b89844e1484c1197 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 23 Jun 2006 09:06:48 +0000 Subject: [PATCH] Remove AcceptAnyVolume 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 | 1 - regress/scripts/new-test-bacula-dir.conf.in | 1 - regress/scripts/test-bacula-dir.conf.in | 1 - regress/scripts/testa-bacula-dir.conf.in | 2 -- regress/scripts/win32-bacula-dir-tape.conf.in | 1 - regress/tests/auto-label-test | 2 +- 6 files changed, 1 insertion(+), 7 deletions(-) diff --git a/regress/scripts/bacula-dir-win32-tape.conf.in b/regress/scripts/bacula-dir-win32-tape.conf.in index 919edc4869..2ea42a8392 100644 --- a/regress/scripts/bacula-dir-win32-tape.conf.in +++ b/regress/scripts/bacula-dir-win32-tape.conf.in @@ -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 } diff --git a/regress/scripts/new-test-bacula-dir.conf.in b/regress/scripts/new-test-bacula-dir.conf.in index a91b7c4390..11863cf5c8 100644 --- a/regress/scripts/new-test-bacula-dir.conf.in +++ b/regress/scripts/new-test-bacula-dir.conf.in @@ -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}" } diff --git a/regress/scripts/test-bacula-dir.conf.in b/regress/scripts/test-bacula-dir.conf.in index 4283c9fff3..b1793a636f 100644 --- a/regress/scripts/test-bacula-dir.conf.in +++ b/regress/scripts/test-bacula-dir.conf.in @@ -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 } diff --git a/regress/scripts/testa-bacula-dir.conf.in b/regress/scripts/testa-bacula-dir.conf.in index 1e75eec944..ce433854f6 100644 --- a/regress/scripts/testa-bacula-dir.conf.in +++ b/regress/scripts/testa-bacula-dir.conf.in @@ -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 diff --git a/regress/scripts/win32-bacula-dir-tape.conf.in b/regress/scripts/win32-bacula-dir-tape.conf.in index 5c2af4f967..bc3162b0c8 100644 --- a/regress/scripts/win32-bacula-dir-tape.conf.in +++ b/regress/scripts/win32-bacula-dir-tape.conf.in @@ -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 } diff --git a/regress/tests/auto-label-test b/regress/tests/auto-label-test index b8a74b0bca..3af2a946e5 100755 --- a/regress/tests/auto-label-test +++ b/regress/tests/auto-label-test @@ -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 -- 2.39.5