Re: [Bacula-devel] Database version upgrade

2010-02-28 Thread Eric Bollengier
Hello Yuri, Yuri Timofeev wrote: > I have studied in detail "Restore Job". > > I mean it > restore ... file=?table_name > > Here Bacula makes a request: > SELECT JobId,FileIndex from table_name; > > Why? > An other question, "Why not ?", this feature was implemented long time ago with thi

Re: [Bacula-devel] Database version upgrade

2010-02-27 Thread Yuri Timofeev
I have studied in detail "Restore Job". I mean it restore ... file=?table_name Here Bacula makes a request: SELECT JobId,FileIndex from table_name; Why? Suffice it: SELECT FileId from table_name; PS. For example, I have (in Webacula) in 'table_name' is information about the files, _alread

Re: [Bacula-devel] Database version upgrade

2010-02-11 Thread Eric Bollengier
Hello, Le Jeudi 11 Février 2010 08:48:01, Yuri Timofeev a écrit : > Hi, > > I develop a web-interface for bacula. > I can tell you that I would like to see in Bacula. > You can accept this or not. > > First. > Any status or action Bacula should be recorded in the database. > (often Job state in

Re: [Bacula-devel] Database version upgrade

2010-02-10 Thread Yuri Timofeev
Hi, I develop a web-interface for bacula. I can tell you that I would like to see in Bacula. You can accept this or not. First. Any status or action Bacula should be recorded in the database. (often Job state in the database and message from the Director is different) Second. This applies to th

Re: [Bacula-devel] Database version upgrade

2010-01-29 Thread Eric Bollengier
Le vendredi 29 janvier 2010 15:20:59, Yuri Timofeev a écrit : > 2010/1/29 Eric Bollengier : > > Le vendredi 29 janvier 2010 11:41:26, Yuri Timofeev a écrit : > >> I looked bvfs API in bacula 5. > >> > >> But I do not know what it may be useful in webacula. > >> > >> For example, for web based inter

Re: [Bacula-devel] Database version upgrade

2010-01-29 Thread Yuri Timofeev
2010/1/29 Eric Bollengier : > Le vendredi 29 janvier 2010 11:41:26, Yuri Timofeev a écrit : >> I looked bvfs API in bacula 5. >> >> But I do not know what it may be useful in webacula. >> >> For example, for web based interface, how to organize the selection of >> file/directory by clicking >> and

Re: [Bacula-devel] Database version upgrade

2010-01-29 Thread Eric Bollengier
Le vendredi 29 janvier 2010 11:41:26, Yuri Timofeev a écrit : > I looked bvfs API in bacula 5. > > But I do not know what it may be useful in webacula. > > For example, for web based interface, how to organize the selection of > file/directory by clicking > and then unloaded to a file for process

Re: [Bacula-devel] Database version upgrade

2010-01-29 Thread Yuri Timofeev
I looked bvfs API in bacula 5. But I do not know what it may be useful in webacula. For example, for web based interface, how to organize the selection of file/directory by clicking and then unloaded to a file for processing by Director. With bvfs API that I can see the same hard problem as with

Re: [Bacula-devel] Database version upgrade

2010-01-18 Thread Eric Bollengier
Hi, Le lundi 18 janvier 2010 19:38:31, Yuri Timofeev a écrit : > 2010/1/18 Eric Bollengier : > > Le lundi 18 janvier 2010 16:20:05, Yuri Timofeev a écrit : > >> > >> I can see a more detailed description that will be stored in these > >> fields, tables? > > > > They are a bit self explaining :-) >

Re: [Bacula-devel] Database version upgrade

2010-01-18 Thread Yuri Timofeev
Hi 2010/1/18 Eric Bollengier : > Hi Yuri, > > Le lundi 18 janvier 2010 16:20:05, Yuri Timofeev a écrit : >> Hi >> >> Interesting. >> >> I can see a more detailed description that will be stored in these >> fields, tables? > > They are a bit self explaining :-) For someone who knows in advance;) >

Re: [Bacula-devel] Database version upgrade

2010-01-18 Thread Eric Bollengier
Hi Yuri, Le lundi 18 janvier 2010 16:20:05, Yuri Timofeev a écrit : > Hi > > Interesting. > > I can see a more detailed description that will be stored in these > fields, tables? They are a bit self explaining :-) > 2010/1/11 Eric Bollengier : > ... > > > Key points in this upgrade are : > >

Re: [Bacula-devel] Database version upgrade

2010-01-18 Thread Yuri Timofeev
Hi Interesting. I can see a more detailed description that will be stored in these fields, tables? 2010/1/11 Eric Bollengier : ... > Key points in this upgrade are : > >  * Fix SQLite and PostgreSQL indexes on File table >  * Add Comment field in Job table >  * Add Reviewed field in Job table >