This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
### UPDATED FOR SEASON PACK FROM USENET SUPPORT IN | |
### CROSS SEED v6 ONLY!! v5 IS NOT SUPPORTED FOR USENET | |
### SEASON PACKS AND WILL ALWAYS FAIL TO FIND MATCHES | |
### TO ENABLE THIS FEATURE YOU _MUST_ SWITCH TO THE | |
### ON IMPORT COMPLETE EVENT TYPE IN YOUR SONARR SETTINGS | |
### SEE FURTHER DOWN FOR CONFIGURATION SECTION, LEAVE THE HYPHEN (-) | |
### IN FRONT OF THE CONFIGURATION OPTIONS AS SEEN IN THE EXAMPLES |