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