aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-07-15 15:20:09 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-07-15 15:20:09 +0300
commit0ff98bbc90778852c889ebabdf952420bb29e287 (patch)
treea60738667d91d0faff4f68d1175221435d72e4b6 /README
parent8c225eeb2cb48c3d32d1ac0fa7e9e60353c69d4f (diff)
downloadbeam-0ff98bbc90778852c889ebabdf952420bb29e287.tar.gz
beam-0ff98bbc90778852c889ebabdf952420bb29e287.tar.bz2
Update the docs.
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index 24e1b90..c407c0a 100644
--- a/README
+++ b/README
@@ -40,10 +40,10 @@ The usual way:
# [become root]
make install
-The configure script provides lot of options to tailor the
+The configure script provides a lot of options to tailor the
installation to your needs.
-Most important options are:
+The most important options are:
--prefix=DIR
Use DIR as the installation prefix. Installation prefix is
@@ -65,7 +65,7 @@ Most important options are:
--with-s3
Install modules for handling file systems backed by the Amazon
- Simple Storage Service (Amazon S3).
+ Simple Storage Service (S3).
For the list of available generic options, consult the file INSTALL.
@@ -78,7 +78,7 @@ are available:
beam backup - runs a backup
beam restore - restores from a backup
beam list - lists what is included in a backup
- beam s3 - manages the s3-backed file system
+ beam s3 - manages a s3-backed file system
beam help COMMAND - displays a short help for COMMAND
Configuration settings are read from the file beam.conf, located in the
@@ -88,10 +88,10 @@ The package uses modular structure which makes it extremely flexible.
The low-level commands are located in the LIBEXECDIR. For example,
running "beam backup" indirectly invokes LIBEXECDIR/beam-backup utility.
-Particular backup items are handled by modules, located in the
-directory PREFIX/lib/beam. Each module is a shell program providing
-primitives for a paricular task. For example, the mysql.sh module
-handles backups of MySQL databases.
+Backup methods are provided by modules, located in the directory
+PREFIX/lib/beam. Each module is a shell program providing primitives
+for a particular task. For example, the mysql.sh module handles
+backups of MySQL databases.
* Documentation

Return to:

Send suggestions and report system problems to the System administrator.