@@ -36,6 +36,7 @@ Features
3636 notification support (*optional *)
3737- Modular backup, archiving, upload and notification components
3838- Support for MongoDB Authentication and SSL database connections
39+ - Support for Read Preference Tags for selecting specific nodes for backup
3940- Rotation of backups by time or count
4041- Multi-threaded, single executable
4142- Auto-scales to number of available CPUs by default
@@ -80,7 +81,7 @@ To build an CentOS/RedHat RPM of the tool *(recommended)*:
8081::
8182
8283 $ cd /path/to/mongodb_consistent_backup
83- $ sudo yum install -y rpm-build
84+ $ yum install -y rpm-build
8485 $ make rpm
8586
8687To build and install from source *(to default '/usr/local/bin/mongodb-consistent-backup') *:
@@ -235,7 +236,9 @@ Roadmap
235236
236237- More testing: this project has many flows that probably need more in-depth testing. Please submit any bugs and/or bugfixes!
237238- "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) *
238240- Upload compatibility for ZBackup archive phase *(upload unsupported today) *
241+ - Support Upload with Backup Rotation *(rotated backups are not deleted on upload destination) *
239242- Support more notification methods *(Prometheus, PagerDuty, etc) *
240243- Python unit tests
241244
0 commit comments