Skip to content

Commit 49d9471

Browse files
authored
(DOCSP-48599) Wording fix. (#789)
1 parent 8876baf commit 49d9471

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

source/core/backup-preparations.txt

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,17 @@ Backup Method Features
132132
- Lower
133133
- Medium
134134

135-
***** To perform an incremental backup to a
136-
:term:`File System Store`, the {+mdbagent+}
137-
slices each :manual:`storage engine </core/storage-engines/>`
138-
file in the path specified for backup into block(s) of
139-
data and transfers only changed block(s) to |onprem|.
140-
|onprem| creates a new :manual:`snapshot </reference/glossary/#std-term-snapshot>` from received
141-
block(s) and copies the remaining unchanged block(s)
142-
from the previous full backup snapshot. Each incremental
143-
backup snapshot stored to a file system saves
144-
network I/O. Each such backup snapshot contains a full
145-
copy of all required files from a backed up MongoDB
146-
deployment and does not :term:`de-duplicate <deduplication>`
147-
records.
135+
***** To perform an incremental backup to a :term:`File System Store`,
136+
the {+mdbagent+} slices each :manual:`storage engine
137+
</core/storage-engines/>` file in the path specified for backup into
138+
block(s) of data and transfers only changed block(s) to |onprem|.
139+
|onprem| creates a new :manual:`snapshot
140+
</reference/glossary/#std-term-snapshot>` from received block(s) and
141+
copies the remaining unchanged block(s) from the previous backup
142+
snapshot. Each incremental backup snapshot stored to a file system
143+
saves network I/O. Each such backup snapshot contains a full copy of
144+
all required files from a backed up MongoDB deployment and does not
145+
:term:`de-duplicate <deduplication>` records.
148146

149147
.. note:: **When Do You Use a Particular Backup Method?**
150148

0 commit comments

Comments
 (0)