You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,7 @@ Prebuilt release binaries and packages are available on our `GitHub Releases Pag
55
55
Build/Install
56
56
~~~~~~~~~~~~~
57
57
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:
60
59
61
60
::
62
61
@@ -69,17 +68,15 @@ To build an CentOS/RedHat RPM of the tool *(recommended)*:
69
68
$ cd /path/to/mongodb_consistent_backup
70
69
$ make rpm
71
70
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')*:
73
72
74
73
::
75
74
76
75
$ cd /path/to/mongodb_consistent_backup
77
76
$ make
78
77
$ make install
79
78
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*'.
83
80
84
81
MongoDB Authorization
85
82
~~~~~~~~~~~~~~~~~~~~~
@@ -125,8 +122,6 @@ The tool supports a YAML-based config file for settings. The config file is load
An example *(with comments)* of the YAML-based config file is here: `conf/mongodb-consistent-backup.example.conf <conf/mongodb-consistent-backup.example.conf>`__.
131
126
132
127
A description of all available config settings can also be listed by passing the '--help' flag to the tool.
0 commit comments