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
@@ -36,6 +36,7 @@ Features
36
36
notification support (*optional*)
37
37
- Modular backup, archiving, upload and notification components
38
38
- Support for MongoDB Authentication and SSL database connections
39
+
- Rotation of backups by time or count
39
40
- Multi-threaded, single executable
40
41
- Auto-scales to number of available CPUs by default
41
42
@@ -154,7 +155,7 @@ The backups are `mongorestore <https://docs.mongodb.com/manual/reference/program
154
155
Run as Docker Container
155
156
~~~~~~~~~~~~~~~~~~~~~~~
156
157
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.
158
159
159
160
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.
160
161
@@ -235,11 +236,7 @@ Roadmap
235
236
- More testing: this project has many flows that probably need more in-depth testing. Please submit any bugs and/or bugfixes!
236
237
- "Distributed Mode" for running backup on remote hosts *(vs. only on one host)*
237
238
- Upload compatibility for ZBackup archive phase *(upload unsupported today)*
238
-
- Backup retention/rotation *(eg: delete old backups)*
239
239
- 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
0 commit comments