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 processing by Director.

This part isn't included in bvfs. The director can already restore files with a 
given SQL table containing JobIds and FileIds.


> With bvfs API that I can see the same hard problem as without bvfs.

Selection/restoration calls are missing at this time,
If you have ideas to improve the API, they are welcome.

> Possible for other web-interfaces, which need only view
> files/directories, bvfs may be useful.

Roma wasn't built in one day. This is a first step, and it needs feedbacks to 
grow.

Bye

> 2010/1/18 Eric Bollengier <e...@eb.homelinux.org>:
> > Hi,
> >
> > Le lundi 18 janvier 2010 19:38:31, Yuri Timofeev a écrit :
> >> 2010/1/18 Eric Bollengier <e...@eb.homelinux.org>:
> >> > 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 :-)
> >>
> >> For someone who knows in advance;)
> >>
> >> >> 2010/1/11 Eric Bollengier <e...@eb.homelinux.org>:
> >> >> ...
> >> >>
> >> >> > Key points in this upgrade are :
> >> >> >
> >> >> >  * Fix SQLite and PostgreSQL indexes on File table
> >> >> >  * Add Comment field in Job table
> >> >
> >> > Comment about a job.
> >>
> >> In this field bacula will be something to write automatically or can
> >> be used as I want?
> >
> > This is not decided at this time. We will probably implement new commands
> > to set this attribute, and you will be able to use it as you want.
> >
> >> >> >  * Add Reviewed field in Job table
> >> >
> >> > See devel list few days ago on be able to acknowledge a job.
> >> > "A system to ACK failed jobs"
> >>
> >> In fact, the correct thing (especially for enterprise solutions, imho).
> >> Several people have asked me to do this in webacula.
> >>
> >> >> >  * Add index on BaseFiles
> >> >> >  * Integration of Bresto/Brestore tables (renamed as
> >> >> > PathVisibility, PathHierarchy)
> >> >> >  * Add HasCache field in Job table (replacement of
> >> >> > brestore_knownjobid)
> >> >
> >> > I don't have too much time to explain how brestore works to display
> >> > paths and files with simple sql queries. But it's well documented in
> >> > the code and we presented this algo with Marc Cousin few years ago on
> >> > this list. The new bvfs module implements those algorithms in Bacula
> >> > core. It should permit to write simple restore GUIs without playing
> >> > with complex SQL queries (see new features chapter in the 3.1.x
> >> > manual).
> >>
> >> Cool and great! I think this feature  make webacula much, much faster
> >> with Restore Job.
> >
> > Yes, it won't be necessary to compute the tree in memory each time. It
> > will be done one time in the database.
> >
> > Bye

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to