]> git.ipfire.org Git - thirdparty/bacula.git/commit
regress: add DEDUP_CONFIG_FMT variable to select old or new config format
authorAlain Spineux <alain@baculasystems.com>
Tue, 24 Nov 2020 13:34:04 +0000 (14:34 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:59 +0000 (09:02 +0100)
commitef84e74fc1f89fa8a6358da0cf4e04c287e85b5b
tree855b0c2c56ea2d9eeda9ab47c95b03edde8687dd
parent823f83a6ea18a4afd6f2511795d052f70f223425
regress: add DEDUP_CONFIG_FMT variable to select old or new config format

- define DEDUP_CONFIG_FMT in your "config" file or better on the command
  line like REGRESS_DEBUG
- values can be 1 or 2
  - 1 the dedupengine is defined in the Storage resource
  - 2 the dedupengine is defined in a separate resource and the
    dedupengine directive is added to all devices
    (like the Device Type = Dedup)
regress/scripts/functions