We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49f290 commit d42f61bCopy full SHA for d42f61b
README.md
@@ -7,7 +7,7 @@ Creates cluster-consistent point-in-time backups of MongoDB via wrapping 'mongod
7
### Features
8
9
- Works on a single replset (2+ members) or a sharded cluster
10
-- Auto-discovers healthy members for backup by considering replication lag, replication 'priority' and by prefering 'hidden' nodes.
+- Auto-discovers healthy members for backup by considering replication lag, replication 'priority' and by prefering 'hidden' members.
11
- Creates cluster-consistent backups across many separate shards
12
- Archives and compresses backups (*inline compression with mongodump 3.2+*)
13
- Transparent restore process (*just add --oplogReplay flag to your mongorestore command*)
0 commit comments