You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ Features
37
37
- Modular backup, archiving, upload and notification components
38
38
- Rotation of backups by time or count
39
39
- Support for MongoDB Authentication and SSL database connections
40
+
- Rotation of backups by time or count
40
41
- Multi-threaded, single executable
41
42
- Auto-scales to number of available CPUs by default
42
43
@@ -155,7 +156,7 @@ The backups are `mongorestore <https://docs.mongodb.com/manual/reference/program
155
156
Run as Docker Container
156
157
~~~~~~~~~~~~~~~~~~~~~~~
157
158
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.
159
160
160
161
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.
161
162
@@ -236,11 +237,7 @@ Roadmap
236
237
- More testing: this project has many flows that probably need more in-depth testing. Please submit any bugs and/or bugfixes!
237
238
- "Distributed Mode" for running backup on remote hosts *(vs. only on one host)*
238
239
- Upload compatibility for ZBackup archive phase *(upload unsupported today)*
239
-
- Backup retention/rotation *(eg: delete old backups)*
240
240
- 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
0 commit comments