@@ -132,19 +132,17 @@ Backup Method Features
132
132
- Lower
133
133
- Medium
134
134
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.
148
146
149
147
.. note:: **When Do You Use a Particular Backup Method?**
150
148
0 commit comments