Skip to content

Commit f50a95d

Browse files
Typo fixes
1 parent 46c0142 commit f50a95d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Requirements:
3737

3838
- Backup consistency depends on consistent server time across all
3939
hosts. Server time **must be synchronized on all nodes** using ntpd
40-
and a consistent time source or virtualization guest agents that
41-
can sync time
40+
and a consistent time source or virtualization guest agent that
41+
syncs time
4242
- Must have 'mongodump' installed and specified if not at default:
4343
*/usr/bin/mongodump*. Even if you do not run MongoDB 3.2+, it is
4444
strongly recommended to use MongoDB 3.2+ binaries due to inline
@@ -103,6 +103,7 @@ Run a Backup
103103
**Using a Config File**
104104

105105
::
106+
106107
$ mongodb-consistent-backup --config /etc/mongodb-consistent-backup.yml
107108
...
108109

@@ -123,11 +124,13 @@ Run as Docker Container (Experimental)
123124
*Note: you need to use persistent volumes to store backups long-term on disk when using Docker. Data in Docker containers is destroyed when the container is deleted.*
124125

125126
**Via Docker Hub**
127+
126128
::
127129

128130
$ docker run -i timvaillancourt/mongodb_consistent_backup <mongodb_consistent_backup-flags>
129131

130132
**Build and Run Docker Image**
133+
131134
::
132135

133136
$ cd /path/to/mongodb_consistent_backup

0 commit comments

Comments
 (0)