bareos2015: bareos-14.2 0e957f7c

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-14.2 2014-10-30 23:22 bareos-14.2 300c234a Pending
Changeset Refactor restore object handling.

- Send also FT_PLUGIN_CONFIG restore objects as part of the
  send_restore_objects() function.
- Send override plugin options before sending any restore objects.
- send_restore_objects() function got two extra arguments that allow you
  to pass a JobId and a boolean if it needs to send the global restore
  objects or the ones specific to the given JobId.
- On an incremental and differential backup we lookup the previous Job on
  which we are based and lookup the restore objects created by that Job
  and send those to the file daemon so they can be used as information
  on what config the previous backup either used or generated as
  information for a next backup.
mod - src/dird/backup.c Diff File
mod - src/dird/fd_cmds.c Diff File
mod - src/dird/job.c Diff File
mod - src/dird/protos.h Diff File
mod - src/dird/restore.c Diff File