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
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
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
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
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
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
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
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
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 :-)
>
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;)
>
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 :
> >
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
>
12 matches
Mail list logo