Skip to content
This repository was archived by the owner on Aug 20, 2019. It is now read-only.

Commit 64915bb

Browse files
committed
trivial: fix typos for mongodump/backup text
1 parent 1a62228 commit 64915bb

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

source/core/backups.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Use Cases
8282
:program:`mongodump` and :program:`mongorestore` are simple and
8383
efficient for backing up small MongoDB deployments, for partial backup
8484
and restores based on a query, syncing from production to staging or
85-
development environment, or changing the storage engine of a standalone.
85+
development environments, or changing the storage engine of a standalone.
8686

8787
However, these tools can be problematic for capturing backups of larger
8888
systems, sharded clusters, or replica sets. For alternatives, see
@@ -97,6 +97,13 @@ Data Exclusion
9797
backup data and does not include index data. :program:`mongorestore` or
9898
:program:`mongod` must then rebuild the indexes after restoring data.
9999

100+
Data Compression Handling
101+
~~~~~~~~~~~~~~~~~~~~~~~~~
102+
103+
When run against a :program:`mongod` instance that uses the
104+
:doc:`WiredTiger </core/wiredtiger>` storage engine,
105+
:program:`mongodump` outputs uncompressed data.
106+
100107
Performance
101108
~~~~~~~~~~~
102109

source/reference/program/mongodump.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ either :program:`mongod` or :program:`mongos` instances.
2424
:program:`mongodump` can be a part of a :ref:`backup strategy
2525
<backup-with-mongodump>` with :program:`mongorestore` for partial
2626
backups based on a query, syncing from production to staging or
27-
development environment, or changing the storage engine of a
27+
development environments, or changing the storage engine of a
2828
standalone. However, the use of :program:`mongodump` and
2929
:program:`mongorestore` as a backup strategy can be problematic for
3030
sharded clusters and replica sets.
@@ -75,7 +75,7 @@ Data Compression Handling
7575

7676
When run against a :program:`mongod` instance that uses the
7777
:doc:`WiredTiger </core/wiredtiger>` storage engine,
78-
:program:`mongodump` outputs uncompress data.
78+
:program:`mongodump` outputs uncompressed data.
7979

8080
Working Set
8181
~~~~~~~~~~~

0 commit comments

Comments
 (0)