From: Michal Rakowski Date: Mon, 24 May 2021 22:00:09 +0000 (+0200) Subject: regress: tweak store-mngr-invalid-dev-test X-Git-Tag: Release-11.3.2~528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d871db6ff73298b623c373611a45abe9aa64578;p=thirdparty%2Fbacula.git regress: tweak store-mngr-invalid-dev-test --- diff --git a/regress/tests/store-mngr-invalid-dev-test b/regress/tests/store-mngr-invalid-dev-test index d3581683d..ad8ec8f4c 100755 --- a/regress/tests/store-mngr-invalid-dev-test +++ b/regress/tests/store-mngr-invalid-dev-test @@ -14,13 +14,25 @@ scripts/copy-confs # Add simple job with store group cat <> $bin/bacula-dir.conf +Pool { + Name = StorePool + Pool Type = Backup + Recycle = yes # Bacula can automatically recycle Volumes + AutoPrune = yes # Prune expired volumes + Volume Retention = 365 days # one year + Maximum Volume Bytes = 50G # Limit Volume size to something reasonable + Maximum Volumes = 100 # Limit number of Volumes in Pool + Storage = File1, File2 + Storage Group Policy = Listed Order +} + Job { Name = "StoreGroupJob" Type = Backup - JobDefs = "DefaultJob" - Storage = File1, File2 - Storage Group Policy = Listed Order - Pool = Default + Messages = Standard + Client = VBox-fd + FileSet = "Full Set" + Pool = StorePool Maximum Concurrent Jobs = 10 } END_OF_DATA @@ -36,7 +48,7 @@ cat <${cwd}/tmp/bconcmds @output /dev/null messages @$out ${cwd}/tmp/log1.out -label volume=TestVolume002 storage=File2 pool=Default slot=1 drive=0 +label volume=TestVolume002 storage=File2 pool=StorePool slot=1 drive=0 run job=StoreGroupJob level=Full yes run job=StoreGroupJob level=Full yes run job=StoreGroupJob level=Full yes