A Telegram bot built using PyTDBot to backup and restore MongoDB databases.
- 🔐 Backup MongoDB databases via
/mongo <URI>
- 💾 Supports
.gz
(default) and.json
formats - 📥 Import backups by replying to a file with
/mongo {import} <URI>
- 🐳 Docker-ready with pre-installed MongoDB tools
- ⚡ Fully asynchronous and lightweight
/mongo <mongodb_uri>
— Create a.gz
backup/mongo {json} <mongodb_uri>
— Create a.json
backup/mongo {import} <mongodb_uri>
— Restore by replying to a.gz
or.json
backup