Skip to content

Commit bc54ce7

Browse files
authored
Merge pull request #228 from timvaillancourt/1.2.0-README-fixes-v0
1.2.0 Release README fixes
2 parents 7008466 + 381076e commit bc54ce7

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
@@ -37,6 +37,7 @@ Features
3737
- Modular backup, archiving, upload and notification components
3838
- Rotation of backups by time or count
3939
- Support for MongoDB Authentication and SSL database connections
40+
- Rotation of backups by time or count
4041
- Multi-threaded, single executable
4142
- Auto-scales to number of available CPUs by default
4243

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

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

160161
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.
161162

@@ -236,11 +237,7 @@ Roadmap
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)*
238239
- Upload compatibility for ZBackup archive phase *(upload unsupported today)*
239-
- Backup retention/rotation *(eg: delete old backups)*
240240
- Support more notification methods *(Prometheus, PagerDuty, etc)*
241-
- Support more upload methods *(Rsync, etc)*
242-
- Support SSL MongoDB connections
243-
- Documentation for running under Docker with persistent volumes
244241
- Python unit tests
245242

246243
Submitting Code

0 commit comments

Comments
 (0)