Skip to content

🐬 A simple code that will backup your MySQL database on a schedule with mysqldump and send the files to Telegram as a file hosting.

Notifications You must be signed in to change notification settings

AFFANDRA-SOLUSI-TEKNOLOGI/MysqldumpOverTelegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysqldump Over Telegram

A simple code that will backup your MySQL database on a schedule with mysqldump and send the files to Telegram as a file hosting. Pssttt... You can also back up multiple databases at once.

Self Hosted

# clone this repository
git clone https://github.com/AFFANDRA-SOLUSI-TEKNOLOGI/MysqldumpOverTelegram
cd MysqldumpOverTelegram

# install needed dependencies
pnpm i

# copy .env.example to .env
cp .env.example .env

# now you can configure the settings in src/config.ts and .env

# build the project
pnpm build

# start the project
pnpm start

About

🐬 A simple code that will backup your MySQL database on a schedule with mysqldump and send the files to Telegram as a file hosting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published