From f076ace4ef71501e8198215a6cb4e57e34796737 Mon Sep 17 00:00:00 2001 From: alf Date: Thu, 7 May 2026 06:49:37 +0000 Subject: [PATCH] rcloning.sh aktualisiert --- rcloning.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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"