Bacula-users

[Bacula-users] Bweb and brestore

2009-02-10 12:27:08
Subject: [Bacula-users] Bweb and brestore
From: Martin Spinassi <martins.listz AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 10 Feb 2009 15:29:21 -0200
Hi list!

I've been testing bacula for a while, before make it our main backup
software. It's amazing and very flexible, but there is something I can't
resolve, and didn't find out much information.

After some work, I could install bweb, and looks promising, but couldn't
resolve how to make brestore work.


The server is a Debian lenny, using bacula from .deb repositories.

Here is what I see.

When I run /usr/bin/brestore.pl, I get this output:

Gtk-WARNING **: cannot open display:  at /usr/bin/brestore.pl line 3327.

Which is OK, as the box doesn't have any graphical interface, but it let
me know that there is no perl dependencies.

But when I want to go through web, all I get is a text file (From: Job
-> restore):
****
Content-Type: text/brestore; charset=ISO-8859-1


You have to assign this mime type with /usr/bin/brestore.pl
****

The same result is from console:

# perl /usr/lib/cgi-bin/bweb/bweb.pl action=restore
Content-Type: text/brestore; charset=ISO-8859-1

Content-Type: text/brestore; charset=ISO-8859-1


You have to assign this mime type with /usr/bin/brestore.pl


Using apache2, added the next line
to /etc/apache2/mods-enabled/mime.conf

AddType text/brestore .pl

Tried too:

AddType text/brestore /usr/bin/brestore.pl

Without results...


Any idea what I'm doing wrong? Some link to a bweb/brestore manual?


Cheers


Martín



------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Bweb and brestore, Martin Spinassi <=