bareos: master decfa5fa

Author Committer Branch Timestamp Parent
arogge Bareos Bot master 2023-06-28 16:33 master 18383f1a Pending
Changeset stored: re-read large blocks in tape backend

when the unix_tape_device encounters a block that is too large for the
buffer to handle, it will now re-read with incrementing buffer sizes
until it can provide the first part of the block.
This allows Bareos to reconfigure the block buffer size for tape devices
like it already does for file devices.
mod - core/src/stored/backends/unix_tape_device.cc Diff File
mod - core/src/stored/backends/unix_tape_device.h Diff File