Skip to content

Instantly share code, notes, and snippets.

View lucanello's full-sized avatar
🎯
Focusing

Luca lucanello

🎯
Focusing
View GitHub Profile
@lucanello
lucanello / rclone_backup.py
Last active March 13, 2024 21:12
Python Rclone Script with Telegram and InfluxDB Reporting
# Python Rclone Script with Telegram and InfluxDB Reporting
# - This Script backups your data to any rclone location (see rclone.org)
# - You can execute scripts, commands and database dumps before running a single rclone command
# - It sends automatic error reports and summaries
# - It saves all statistics and operations to an Influx database
# - The data can be used for visualizations in e.g. Grafana
# - You can automate it by using cron
# Created by: Luca Koroll - https://github.com/lucanello
# Last update: 2021-07-04
@lucanello
lucanello / build_dev.sh
Last active January 29, 2021 00:04
savify Dockerfile
#!/bin/sh
docker build -t savify:dev -f dev.Dockerfile .