bareos: master 519b1944

Author Committer Branch Timestamp Parent
pstorz mvwieringen master 2015-08-19 18:59 master ae83bb7a Pending
Changeset Make the create_file messages of type M_INFO

If a file was not created during restore because of
the overwrite settings, this was never visible in the
restore job log because the messages were of type
M_SKIPPED, which is filtered by default because it
creates an enormous amount of output during normal
backup operation.

Now we changed the messag tpye M_INFO which means that
this info will be visible in the restore log.

If you set the overwrite to always you won't be bothered
by these info messages and we pretend you know what you
are doing.
mod - src/findlib/create_file.c Diff File
mod - src/lib/message.h Diff File
mod - src/plugins/filed/cephfs-fd.c Diff File
mod - src/plugins/filed/gfapi-fd.c Diff File
mod - src/plugins/filed/rados-fd.c Diff File