Skip to content

Commit 669c7db

Browse files
authored
Merge pull request #28 from timvaillancourt/replset_doc_update
Doc update for ReplicaSetHandler changes
2 parents 4957330 + 1b2fe08 commit 669c7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Creates cluster-consistent point-in-time backups of MongoDB via wrapping 'mongod
77
### Features
88

99
- Works on a single replset (2+ members) or a sharded cluster
10-
- Auto-discovers healthy cluster/replset members (*checks replication lag, etc*)
10+
- Auto-discovers healthy members for backup by considering replication lag, replication 'priority' and by preferring 'hidden' members.
1111
- Creates cluster-consistent backups across many separate shards
1212
- Archives and compresses backups (*inline compression with mongodump 3.2+*)
1313
- Transparent restore process (*just add --oplogReplay flag to your mongorestore command*)

0 commit comments

Comments
 (0)