Skip to content

Commit ceb86d0

Browse files
author
Sam Kleinman
committed
changes from PR
1 parent f417a64 commit ceb86d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorial/backup-sharded-cluster-with-filesystem-snapshots.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ up of the :term:`config database`, and then take backups of each
2929
shard in the cluster using a file-system snapshot tool. If you need an
3030
exact moment-in-time snapshot of the system, you will need to stop all
3131
application writes before taking the filesystem snapshots; otherwise
32-
the snapshot will only approximate a moment of in time.
32+
the snapshot will only approximate a moment in time.
3333

3434
For approximate point-in-time snapshots, you can improve the quality
3535
of the backup while minimizing impact on the cluster by taking the
@@ -47,7 +47,7 @@ shard.
4747
It is essential that you stop the balancer before creating
4848
backups. If the balancer remains active, your resulting backups
4949
could have duplicate data or miss some data, as :term:`chunks
50-
<chunk>` migrate while recording backups.
50+
<chunk>` may migrate while recording backups.
5151

5252
#. Lock one member of each replica set in each shard so that your
5353
backups reflect the state of your database at the nearest possible

0 commit comments

Comments
 (0)