bareos2015: bareos-14.2 f198f377

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-14.2 2013-10-02 17:11 bareos-14.2 f0e89655 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