Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ido-pluto/webui-mongodb-s3-backup

One docker container to manager you mongodb backup & restore with simple webUI
https://github.com/ido-pluto/webui-mongodb-s3-backup

astro-utils astro-utils-web-forms astrojs backup backup-manager mongodb mongodb-backup mongodb-backup-manager mongodb-backup-s3 mongodb-nodejs web-forms

Last synced: 25 days ago
JSON representation

One docker container to manager you mongodb backup & restore with simple webUI

Awesome Lists containing this project

README

        

# Simple MONGO DB Backup Manager

> One docker image that contains `mongodb` (version 8) and webUI to manage your backups.

## Features
- Backup/Restore/Download your mongo db
- Schedule your backups
- S3 support

## Installation
```bash
sudo docker build -t mongo-backup-manager .

sudo docker run -d -p 4321:4321 -p 27017:27017 -v mongodb-data:/data/db -v backup-settings:/app/storage
mongo-backup-manager
```

## Screenshots
![Backups](./docs/backups.png)

![Settings](./docs/settings.png)