diff --git a/rcloning.sh b/rcloning.sh index 526ac30..aefc7be 100644 --- a/rcloning.sh +++ b/rcloning.sh @@ -6,6 +6,13 @@ # Voraussetzungen: rclone installiert # 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 --- QUELLE="$1" ZIEL="$2"