@@ -35,8 +35,8 @@ Features
3535- `Nagios NSCA <https://sourceforge.net/p/nagios/nsca >`__ push
3636 notification support (*optional *)
3737- Modular backup, archiving, upload and notification components
38- - Rotation of backups by time or count
3938- Support for MongoDB Authentication and SSL database connections
39+ - Support for Read Preference Tags for selecting specific nodes for backup
4040- Rotation of backups by time or count
4141- Multi-threaded, single executable
4242- Auto-scales to number of available CPUs by default
@@ -81,7 +81,7 @@ To build an CentOS/RedHat RPM of the tool *(recommended)*:
8181::
8282
8383 $ cd /path/to/mongodb_consistent_backup
84- $ sudo yum install -y rpm-build
84+ $ yum install -y rpm-build
8585 $ make rpm
8686
8787To build and install from source *(to default '/usr/local/bin/mongodb-consistent-backup') *:
@@ -236,7 +236,9 @@ Roadmap
236236
237237- More testing: this project has many flows that probably need more in-depth testing. Please submit any bugs and/or bugfixes!
238238- "Distributed Mode" for running backup on remote hosts *(vs. only on one host) *
239+ - Binary backup methods *(createBackup/Hot Backup, LVM and EBS snapshots, etc) *
239240- Upload compatibility for ZBackup archive phase *(upload unsupported today) *
241+ - Support Upload with Backup Rotation *(rotated backups are not deleted on upload destination) *
240242- Support more notification methods *(Prometheus, PagerDuty, etc) *
241243- Python unit tests
242244
0 commit comments