Re: [Bacula-users] scripts for holding configuration in database

2012-07-30 Thread Domen Kožar
Good job! I plan to do something very similar for Almir (readthedocs.org/docs/almir/). Approach would be a little different; parsing current configuration files, generating AST from which html forms are rendered and configuration is then written back to .cong files. I'm still searching for a compa

Re: [Bacula-users] scripts for holding configuration in database

2012-07-30 Thread Silver Salonen
On 30.07.2012 16:03, Domen Kožar wrote: Good job! I plan to do something very similar for Almir (readthedocs.org/docs/almir/ ). Approach would be a little different; parsing current configuration files, generating AST from which html forms are rendered and

Re: [Bacula-users] scripts for holding configuration in database

2012-07-30 Thread Silver Salonen
On 28.05.2011 15:35, Silver Salonen wrote: Hello Bacula users :) For a long time I've been thinking about and trying to create a web-based tool for configuring Bacula. For keeping things simple and flexible, I'd thought on keeping all the configuration in a database. So I've created a database

Re: [Bacula-users] scripts for holding configuration in database

2011-05-30 Thread Silver Salonen
On Monday 30 May 2011 22:32:14 Yuri Timofeev wrote: > 2011/5/28 Silver Salonen > > > I have named the Ruby classes beginning with 'BaculaConf' and they are: > > ... - BaculaConfFileParser - backend for parsing configuration from files > > (eg. for importing configuration into MySQL) > > > > > I

Re: [Bacula-users] scripts for holding configuration in database

2011-05-30 Thread Yuri Timofeev
2011/5/28 Silver Salonen > I have named the Ruby classes beginning with 'BaculaConf' and they are: > ... - BaculaConfFileParser - backend for parsing configuration from files > (eg. for importing configuration into MySQL) > I already wrote here in 2010: During development the prototype of the

Re: [Bacula-users] scripts for holding configuration in database

2011-05-29 Thread Silver Salonen
> On 05/28/2011 02:35 PM, Silver Salonen wrote: >> Hello Bacula users :) >> >> For a long time I've been thinking about and trying to create a >> web-based tool for configuring Bacula. For keeping things simple and >> flexible, I'd thought on keeping all the configuration in a database. So >> I've

Re: [Bacula-users] scripts for holding configuration in database

2011-05-29 Thread Silver Salonen
> I think that a main problem will be a use of Ruby as a programin language. > Current web based bacula console (i.e. bweb and webacula) use diffrent > programing languages. So in the future it will be very difficult to > integrate a bacula database config scripts into one of the indicated web > co

Re: [Bacula-users] scripts for holding configuration in database

2011-05-29 Thread Radosław Korzeniewski
Hello, 2011/5/29 Bruno Friedmann > > All the comments and questions are very welcome :) > > I don't want to stop you, but firstly this kind of tools already exist see > > http://www.bacula-konferenz.de/historie/2010/dassmodus-bacula-konfiguration-gui/at_download/file > > Well, dassmodus doesn't

Re: [Bacula-users] scripts for holding configuration in database

2011-05-29 Thread Bruno Friedmann
On 05/28/2011 02:35 PM, Silver Salonen wrote: > Hello Bacula users :) > > For a long time I've been thinking about and trying to create a web-based > tool for configuring Bacula. For keeping things simple and flexible, I'd > thought on keeping all the configuration in a database. So I've created