Skip to content

Commit 18fc94b

Browse files
Doc updates, config file #7
1 parent f95e5d0 commit 18fc94b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ Prebuilt release binaries and packages are available on our `GitHub Releases Pag
5555
Build/Install
5656
~~~~~~~~~~~~~
5757

58-
To build on CentOS/RedHat, you will need the following packages (see
59-
command):
58+
To build on CentOS/RedHat, you will need the following packages installed:
6059

6160
::
6261

@@ -69,17 +68,15 @@ To build an CentOS/RedHat RPM of the tool *(recommended)*:
6968
$ cd /path/to/mongodb_consistent_backup
7069
$ make rpm
7170

72-
To install from source to default '*/usr/local/bin/mongodb-consistent-backup*\ ':
71+
To build and install from source *(to default '/usr/local/bin/mongodb-consistent-backup')*:
7372

7473
::
7574

7675
$ cd /path/to/mongodb_consistent_backup
7776
$ make
7877
$ make install
7978

80-
Use the PREFIX= variable to change the installation path (*default:
81-
/usr/local*), ie: ``make PREFIX=/usr install`` to install to:
82-
'*/usr/bin/mongodb-consistent-backup*\ '.
79+
Use the PREFIX= variable to change the installation path (*default: /usr/local*), ie: ``make PREFIX=/usr install`` to install to: '*/usr/bin/mongodb-consistent-backup*'.
8380

8481
MongoDB Authorization
8582
~~~~~~~~~~~~~~~~~~~~~
@@ -125,8 +122,6 @@ The tool supports a YAML-based config file for settings. The config file is load
125122
$ mongodb-consistent-backup --config /etc/mongodb-consistent-backup.yml
126123
...
127124

128-
Restore a Backup
129-
130125
An example *(with comments)* of the YAML-based config file is here: `conf/mongodb-consistent-backup.example.conf <conf/mongodb-consistent-backup.example.conf>`__.
131126

132127
A description of all available config settings can also be listed by passing the '--help' flag to the tool.

0 commit comments

Comments
 (0)