Re: [Bacula-users] Script to read bacula jobs info

2009-12-31 Thread John Drescher
> 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

Re: [Bacula-users] Script to read bacula jobs info

2009-12-31 Thread Marek Simon
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