bareos: master 1a9e4cd2

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen master 2013-10-02 15:11 master feef1bbc Pending
Changeset Fix problem with copy/migrate jobs.

Now we select the right catalog and not always set a pool override of
the catalog we run into a crash in set_jcr_defaults as that now
derefences the job->client pointer which for copy/migrate jobs may not
have been set. This patch adds an extra catalog override method to
allow you to set a job specfic catalog setting. If none is set the
default (first) catalog is choosen for the copy/migration Job.
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/job.c Diff File