This Python script provides a convenient and fun way to back up your database data using a Telegram bot. Instead of relying on traditional backup methods, this script leverages the simplicity and accessibility of Telegram to deliver your database backups directly to you.
Telegram Integration: Receive your database backups seamlessly through Telegram, making it easy to stay informed about the status of your backups.Scheduled Backups: Set up scheduled backups to ensure regular updates of your database data without manual intervention.
Compact Archive Format: The script exports database data into a compact and efficient CSV file, ensuring efficient storage and easy retrieval.
This script currently supports the following database systems:
- SQLite: A lightweight, file-based database system. Perfect for small to medium-sized applications.
- MYSQL/MYSQL-SERVER: MySQL is a relational database management system (RDBMS) that uses Structured Query Language (SQL) to store, manage, and retrieve data
- Comming more soon.....
** Before Getting Start User Should have python3 installed in Your system
-
Install Python Will Follwing comannds
sudo apt install python sudo apt install python3-pip