Skip to content

This tool sends your desired linux folders/files to any telegram chat you want.

License

Notifications You must be signed in to change notification settings

EryX0/Linux-to-telegram-backup

Repository files navigation

Linux to Telegram backup

Send your Linux directories/files from multiple servers to any telegram chat

You can deploy this project on your personal computer/server or any CI/CD platform you wish.

Instructions for self-host

  1. Clone the repository or download the source code.
git clone https://github.com/EryX0/Linux-to-Telegram-backup.git
  1. open the cloned repo, (ex. on linux):
cd Linux-to-Telegram-backup
  1. install the requirements
pip install -r requirements.txt
  1. run the setup.py application (just one time to generate the config file) and fill out the needed info
python3 setup.py
  1. run the main application
python3 main.py

or set a cronjob to run it periodically (only the main.py), tutorial for setting cronjob here.

docker image is also available Here, guide for docker deployment is soon to be added.

About

This tool sends your desired linux folders/files to any telegram chat you want.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published