Hi Simone,

I meant to post this back when I played when 5.2.13 and I don't think I
did, anyway, this is in 7.0.5 as well. I'm not sure what, if anyhting,
you'd want to do about it.

BackupCatalog job in director config has
> RunBeforeJob = "/usr/libexec/bacula/make_catalog_backup.pl MyCatalog"

Basically, I have long-ish lists of clients and filesets so I have in my
director config
> @/etc/bacula/bacula-dir.files.conf
> @/etc/bacula/bacula-dir.hosts.conf
> @/etc/bacula/bacula-dir.jobs.conf

So when /usr/libexec/bacula/make_catalog_backup.pl script reads
bacula-dir.conf looking for "catalog=(.+)" it's not finding anything
because client definitions aren't in that file.

I simply replaced it with
> RunBeforeJob = "/usr/bin/pg_dump -c -U bacula -f /var/spool/bacula/bacula.sql 
> bacula"
which works for me but is not a general solution.

Maybe just add another step to quickstart documents? -- That perl script
doesn't really do anything more than that and the check that's failing
in my setup is non-functional in the first place (meant as a sanity
check perhaps?)

cheers,
-- 
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to