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

https://github.com/ashokshau/mongodbbackupbot

A Telegram bot for MongoDB backups and imports using PyTDBot. Supports .gz and .json formats, with Docker integration for MongoDB tools.
https://github.com/ashokshau/mongodbbackupbot

backup db-backup mongo-backup mongodb-atlas mongodb-database pytdbot telegram telegram-bot tg tgbot

Last synced: 3 months ago
JSON representation

A Telegram bot for MongoDB backups and imports using PyTDBot. Supports .gz and .json formats, with Docker integration for MongoDB tools.

Awesome Lists containing this project

README

          

# MongoDB Backup Bot 📦

A Telegram bot built using [PyTDBot](https://github.com/pytdbot/client) to backup and restore MongoDB databases.




Stars




Forks



Last Commit



Repo Size



Python



License



Issues



PRs



CI Status

## Features

- 🔐 Backup MongoDB databases via `/mongo `
- 💾 Supports `.gz` (default) and `.json` formats
- 📥 Import backups by replying to a file with `/mongo {import} `
- 🐳 Docker-ready with pre-installed MongoDB tools
- ⚡ Fully asynchronous and lightweight

## Commands

- `/mongo ` — Create a `.gz` backup
- `/mongo {json} ` — Create a `.json` backup
- `/mongo {import} ` — Restore by replying to a `.gz` or `.json` backup