From ec90099df9cb07d2e2458a1a5a8214b038d4343f Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 10 Mar 2007 13:12:25 +0000 Subject: [PATCH] Tweak INSTALL and README git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4336 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/brestore/INSTALL | 7 +++---- gui/brestore/README | 5 ++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/gui/brestore/INSTALL b/gui/brestore/INSTALL index 00eb94dece..93f8e900e4 100644 --- a/gui/brestore/INSTALL +++ b/gui/brestore/INSTALL @@ -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`' @@ -97,4 +97,3 @@ $parameters = { 'use_ok_bkp_only' => '', 'default_restore_job' => 'Restore' }; - diff --git a/gui/brestore/README b/gui/brestore/README index 94a3314c32..fabb1366be 100644 --- a/gui/brestore/README +++ b/gui/brestore/README @@ -8,7 +8,7 @@ It has the following features : * Direct SQL access to the database for good performance - * Fast Time Navigation (switch almost instantaneously between the different + * Fast Time Navigation (switches almost instantaneously between the different versions of a directory, by changing the date from a list) * Possibility to choose a selected file, then browse all its available @@ -20,7 +20,7 @@ It has the following features : * Works with either PostgreSQL or MySQL We have a working (if a bit unpolished) version ready, and think it is time for -us to publish it and have user and Kern feedback. +us to publish it and have user and Kern's feedback. What's missing : @@ -38,4 +38,3 @@ For the moment, we want to concentrate on having a restoration interface. We don't care about seeing the restoration progress, or anything else. brestore is also available within Bweb. - -- 2.39.5