bareos: master 91dc62ef

Author Committer Branch Timestamp Parent
Alaa Eddine Elamri arogge master 2022-12-12 13:48 master 8089c202 Pending
Changeset restore.cc: file count mismatch leads to job warning

A file count mismatch during restore only changed the result message,
but not the job term code.

Now the job term code is changed to warning, and now also this is issued
if the number of files restored are **different** to the number of files
expected.
Before, the warning was only issued if **less files than expected** were
restored.

Co-authored-by: Philipp Storz <philipp.storz@bareos.com>
mod - core/src/dird/restore.cc Diff File