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.
2 parents 07e5492 + 669c7db commit 2704a8cCopy full SHA for 2704a8c
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 cluster/replset members (*checks replication lag, etc*)
+- Auto-discovers healthy members for backup by considering replication lag, replication 'priority' and by preferring '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