bareos: master 739c923d

Author Committer Branch Timestamp Parent
Marco van Wieringen Marco van Wieringen master 2015-01-13 11:36 master 694f1364 Pending
Affected Issues  0000374: NDMP SMTAPE restores fail with "SMTAPE: Error: Read Socket received EOF."
Changeset Ignore tape labels in NDMP code.

When we encounter some sort of tape label in the backup stream
(e.g. FileIndex < 0) then we should just skip that data and not
use the default handling which leads to an EOF. When we now encounter a
unknown data stream we also print an error including the number of the
unwanted datastream.
mod - src/stored/ndmp_tape.c Diff File