stefanprodan/mgob
MGOB is a MongoDB backup automation tool built with Go.
Supported tags:
latest
stable releaseedge
master branch latest successful build0.9
compatible with MongoDB 3.40.10
compatible with MongoDB 3.61.0
compatible with MongoDB 4.01.1
compatible with MongoDB 4.2Features
Install
docker run -dp 8090:8090 --name mgob \
-v "/mogb/config:/config" \
-v "/mogb/storage:/storage" \
-v "/mgob/tmp:/tmp" \
-v "/mgob/data:/data" \
stefanprodan/mgob \
-LogLevel=info
Configure
The configuration instructions can be found at github.com/stefanprodan/mgob.
License
MGOB is licensed under the MIT License.
docker pull stefanprodan/mgob