]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak INSTALL and README
authorKern Sibbald <kern@sibbald.com>
Sat, 10 Mar 2007 13:12:25 +0000 (13:12 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 10 Mar 2007 13:12:25 +0000 (13:12 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4336 91ce42f0-d328-0410-95d8-f526ca767f89

gui/brestore/INSTALL
gui/brestore/README

index 00eb94dece3b8c06122cb31476a9ae71433f996b..93f8e900e4126e886a19e1538a07d00ed6f14c37 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`'
 
@@ -97,4 +97,3 @@ $parameters = {
                 'use_ok_bkp_only' => '',
                 'default_restore_job' => 'Restore'
               };
-
index 94a3314c32a4f0a9e3bd2b2535d54335a76df7bc..fabb1366bed6733ad785630c5d607def6bf2c5a4 100644 (file)
@@ -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.
-