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 35bfccc commit e49f290Copy full SHA for e49f290
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 prefering 'hidden' nodes.
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*)
VERSION
@@ -1 +1 @@
1
-0.2.0
+0.2.1
0 commit comments