rcloning.sh aktualisiert

This commit is contained in:
alf
2026-05-07 06:49:37 +00:00
parent cd447a486d
commit f076ace4ef

View File

@ -6,6 +6,13 @@
# Voraussetzungen: rclone installiert # Voraussetzungen: rclone installiert
# und GIT_PFAD wurde in .bashrc gesetzt. # und GIT_PFAD wurde in .bashrc gesetzt.
# Wichtig! Bei jottacloud dies in die rclone.config hinzufügen:
# [jotta]
# type = jottacloud
# username = deine@email.de
# ...
# encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation
# --- Einstellungen --- # --- Einstellungen ---
QUELLE="$1" QUELLE="$1"
ZIEL="$2" ZIEL="$2"