Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 588 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 588 Bytes

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