bareos: master 4dc2c58d

Author Committer Branch Timestamp Parent
Sebastian Sura Bareos Bot master 2023-07-14 08:09 master 4f484427 Pending
Changeset bsr: fix bad decrementing

We should only decrement the expected file counter if a file we are
actually restoring is split over two volumes. That means we need to
keep track of which FileIndices we actually selected to be restored
instead of just assuming that we are restoring the whole volume.
mod - core/src/dird/bsr.cc Diff File
mod - core/src/dird/bsr.h Diff File
mod - core/src/tests/test_fileindex_list.cc Diff File