bareos: master 713323ba

Author Committer Branch Timestamp Parent
arogge arogge master 2024-04-29 18:31 master 14ae3066 Pending
Changeset dplcompat: allow driver-specific configuration

with this change the program that will be used to access the storage can
declare what options it supports (via the "options" subcommand).
If one of those options is in Device Options, it will be added to the
program's environment.
If there are options in Device Options that neither dplcompat nor the
program accept, this is treated as a configuration error.
mod - core/src/stored/backends/crud_storage.cc Diff File
mod - core/src/stored/backends/crud_storage.h Diff File
mod - core/src/stored/backends/dplcompat_device.cc Diff File
mod - systemtests/tests/dplcompat/etc/bareos/bareos-sd.d/device/dplcompat.conf.in Diff File
mod - systemtests/tests/dplcompat/etc/bareos/localfile-wrapper.sh Diff File