Carica cose su archivi vari
Find a file
2024-11-26 00:48:13 +01:00
carichello.py reformat 2024-11-26 00:48:13 +01:00
config.json add support for sending emails after completion 2024-11-26 00:33:56 +01:00
README.md more details on how to configure 2024-10-28 16:38:36 +01:00

carichello

Manda le cose fin dove rclone supporta.

Dependencies

apt install xsel zenity python3-requests rclone

Howto

rclone

You need to configure rclone appropriately for your backend. You can both use rclone config, or just type in ~/.config/rclone/rclone.conf.

archive.org

XXX: we'll see it when it comes back

arkiwi.org

[arkiwiDav]
type = webdav
url = https://upload.arkiwi.org/
vendor = other
user = myusername

add pass = set to the value of rclone obscure YOURPASSWORD

carichello

Put your config in ~/.config/carichello/config.json.

Example:

{
    "remote": "arkiwiDav",
    "prefix": "Radio_Onda_Rossa"
}