@@ -36,7 +36,7 @@ Options
36
36
37
37
.. option:: --version
38
38
39
- Returns the version of the :program:`mongodump` utility.
39
+ Returns the version of the :program:`mongodump` utility and exits .
40
40
41
41
.. option:: --host <hostname><:port>
42
42
@@ -50,9 +50,9 @@ Options
50
50
51
51
To connect to a replica set, use the :option:`--host <mongodump --host>`
52
52
argument with a setname, followed by a slash and a comma
53
- separated list of host and port names . The :program:`mongodump`
53
+ separated list of host names and port numbers . The :program:`mongodump`
54
54
utility will, given the seed of at least one connected set member,
55
- connect to primary member of that set. this option would resemble:
55
+ connect to the primary member of that set. This option would resemble:
56
56
57
57
.. code-block:: javascript
58
58
@@ -98,7 +98,7 @@ Options
98
98
directly to local data files and copy the data without the
99
99
:program:`mongod`. To run with :option:`--dbpath`,
100
100
:program:`mongodump` needs to restrict access to the data
101
- directory: as a result, no :program:`mongod` can be access the same
101
+ directory: as a result, no :program:`mongod` can access the same
102
102
path while the process runs.
103
103
104
104
.. option:: --directoryperdb
@@ -124,7 +124,7 @@ Options
124
124
dump files. Use this option to backup or copy a smaller subset of
125
125
your data.
126
126
127
- .. option:: --collection <collection>, -c <c >
127
+ .. option:: --collection <collection>, -c <collection >
128
128
129
129
Use the :option:`--collection` option to specify a collection for
130
130
:program:`mongodump` to backup. If you do not specify a collection,
@@ -153,7 +153,7 @@ Options
153
153
154
154
Without :option:`--oplog`, if there are write operations during the
155
155
dump operation, the dump will not reflect a single moment in
156
- time. Changes made to the during the update process can
156
+ time. Changes made to the database during the update process can
157
157
affect the output of the backup.
158
158
159
159
:option:`--oplog` has no effect when running :program:`mongodump`
@@ -172,7 +172,7 @@ Options
172
172
173
173
Use this option to run a repair option in addition to dumping the
174
174
database. The repair option attempts to repair a database that may
175
- be an inconsistent state as a result of an improper shutdown or
175
+ be in an inconsistent state as a result of an improper shutdown or
176
176
:program:`mongod` crash.
177
177
178
178
.. option:: --forceTableScan
@@ -193,9 +193,9 @@ Behavior
193
193
--------
194
194
195
195
When running :program:`mongodump` against a :program:`mongos` instance
196
- where :term:`shard cluster` consists of :term:`replica sets <replica
196
+ where the :term:`shard cluster` consists of :term:`replica sets <replica
197
197
set>`, the :term:`read preference` of the operation will prefer reads
198
- to :term:`secondary` members of the set.
198
+ from :term:`secondary` members of the set.
199
199
200
200
Usage
201
201
-----
0 commit comments