]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/brestore/INSTALL
crypto_digest_update() should return false on failure (which should never occur,...
[bacula/bacula] / gui / brestore / INSTALL
index 9104a1e5d1067f184fbf84a18aede8cc57dc0f3a..fe7c45fdad1ed2f5ab61ccc683d3da2625ab55d9 100644 (file)
@@ -1,6 +1,6 @@
 ################ INSTALL NOTES FOR BRESTORE ####################
 
-# you can install the user interfact glade file on
+# you can install the user interface glade file in
 # /usr/share/brestore or /usr/local/share/brestore
 
 mkdir -p /usr/share/brestore
@@ -14,8 +14,8 @@ install -m 755 -o root -g root brestore.pl    /usr/bin
 
 install -m 644 -o root -g root Bconsole.pm /usr/share/perl5
 
-# copy bsr file directly to your director, use must use scp (or nfs stuff)
-# if you doesn't want to use this, you can dump the bsr file with "Gen BSR" button.
+# To copy the bsr file where the director can access it, we use scp (or nfs stuff)
+# if you don't want to use this, you can dump the bsr file with "Gen BSR" button.
 # so you must have an ssh-key exchange. (you can also hack brestore.pl to use 
 # something like '$err = `xterm -e scp $src $1 2>&1`'
 
@@ -39,9 +39,12 @@ apt-get install libdbd-pg-perl
 apt-get install libexpect-perl
 apt-get install libwww-perl
 
-The Red Hat way
+The Red Hat (RPM) way:
 perl, perl-DBI, perl-DBD-mysql, perl-DBD-Pg, perl-Expect, perl-libwww-perl
-perl-Gtk2-GladeXML
+perl-Gtk2-GladeXML perl-Gtk2
+
+The following will probably also be needed by rpms (at least on SuSE):
+perl-Cairo, perl-ExtUtils-Depends, perl-ExtUtils-PkgConfig, perl-Glib
 
 The generic Way, if those modules aren't packaged by your distro
 perl -MCPAN -e shell
@@ -91,10 +94,9 @@ $parameters = {
                 'username' => 'bacula',
                 'connection_string' => 'DBI:Pg:database=bacula;host=95.1.8.205',
                 'password' => 'xxxx',
-                'bsr_dest' => 'file://var/tmp',
+                'bsr_dest' => '',
                 'see_all_versions' => '',
                 'debug' => 1,
                 'use_ok_bkp_only' => '',
                 'default_restore_job' => 'Restore'
               };
-