Skip to content

Commit 381076e

Browse files
README fixes
1 parent ea5626a commit 381076e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- Rotation of backups by time or count
3940
- Multi-threaded, single executable
4041
- Auto-scales to number of available CPUs by default
4142

@@ -154,7 +155,7 @@ The backups are `mongorestore <https://docs.mongodb.com/manual/reference/program
154155
Run as Docker Container
155156
~~~~~~~~~~~~~~~~~~~~~~~
156157

157-
To persist logs, configs and backup data 3 directories should be mapped to be inside the Docker containter.
158+
To persist logs, configs and backup data 3 directories should be mapped to be inside the Docker container.
158159

159160
The 'docker run' command -v/--volume flags in the examples below map container paths to paths on your Docker host. The example below assumes there is a path on the Docker host named *'/data/mongobackup'* with *'data'*, *'conf'* and *'logs'* subdirectories mapped to inside the container. Replace any instance of *'/data/mongobackup'* below to a different path if necessary.
160161

@@ -235,11 +236,7 @@ Roadmap
235236
- More testing: this project has many flows that probably need more in-depth testing. Please submit any bugs and/or bugfixes!
236237
- "Distributed Mode" for running backup on remote hosts *(vs. only on one host)*
237238
- Upload compatibility for ZBackup archive phase *(upload unsupported today)*
238-
- Backup retention/rotation *(eg: delete old backups)*
239239
- Support more notification methods *(Prometheus, PagerDuty, etc)*
240-
- Support more upload methods *(Rsync, etc)*
241-
- Support SSL MongoDB connections
242-
- Documentation for running under Docker with persistent volumes
243240
- Python unit tests
244241

245242
Submitting Code

0 commit comments

Comments
 (0)