> There are thre possible ways:
> You could either dig these dat from database (the structure is simple),
> but some data are hard to assemble from database only.
> Or you can parse the config files, but there is posibility, that the
> config in files are changed since bacula was reloaded.
> Third
alexan...@nautae.eti.br napsal(a):
> Hi.
>
> I have to integrate Bacula with GLPI inventory system.
>
> So, I have to read jobs info like Name, FileSet, Pool, Level,
> Schedule, etc, from each job,
>
> and put it in a data structure to export to GLPI.
>
> So, I'm about to write a Perl script