bareos: master 5bd0cc4e

Author Committer Branch Timestamp Parent
arogge arogge master 2023-01-16 17:16 master b849274e Pending
Changeset stored: make Device::IsTape() virtual

Allow each backend to decide if it is a tape or not. Previously only a
backend named "tape" would be considered a tape.
With this change we can now add new backends that are also treated like
a tape.
mod - core/src/stored/backends/generic_tape_device.h Diff File
mod - core/src/stored/dev.h Diff File