From 3fb067be45deb943e1cfc62ce12d6cfa49b3af2a Mon Sep 17 00:00:00 2001 From: alf Date: Thu, 7 May 2026 07:29:31 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 59 ++----------------------------------------------------- 1 file changed, 2 insertions(+), 57 deletions(-) diff --git a/README.md b/README.md index 7c8fc19..9ae4d93 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Bei der Nutzung von Jottacloud und anderen Backends in allen rclone.config hinzufügen: + | Cloud | encoding | |---|---| | Jottacloud | `Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation` | @@ -13,60 +15,3 @@ | SFTP (Linux) | `Slash,Del,Ctl,InvalidUtf8,Dot` *(Standard)* | | SFTP (Windows) | `Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation` | - - - - - - - - - - - - - - - - - - - -Bei der Nutzung von Jottacloud und anderen Backends in allen rclone.config hinzufügen: - - -## Jottacloud ## - -[jotta] -... -encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation - - - - -## Nextcloud, MagentaCloud, Bitrix ## -[nextcloud] -type = webdav -... -encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation - - - -## Scaleway, AWS S3 ## - -type = s3 -... -encoding = Slash,InvalidUtf8,Dot,Hash,Question - - - -## HiDrive ## - -encoding = Slash,Dot,Del,Ctl,InvalidUtf8,Hash,Exclamation - - - -## pCloud ## -encoding = Slash,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation,BackSlash,InvalidUtf8 - -