Skip to content

Have Ever Think To backup Your Data Base With Telegram BOT ! Let's Do IT

License

Notifications You must be signed in to change notification settings

Subhodip1307/DataBase-Backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataBase-Backup

Overview

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.

Features

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.

Supported Database Systems

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.....

Getting Started

** Before Getting Start User Should have python3 installed in Your system