Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ido-pluto/webui-mongodb-s3-backup
- Owner: ido-pluto
- License: mit
- Created: 2024-11-30T21:47:34.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-10T18:36:57.000Z (27 days ago)
- Last Synced: 2024-12-10T19:43:34.120Z (27 days ago)
- Topics: astro-utils, astro-utils-web-forms, astrojs, backup, backup-manager, mongodb, mongodb-backup, mongodb-backup-manager, mongodb-backup-s3, mongodb-nodejs, web-forms
- Language: Astro
- Homepage:
- Size: 541 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)