README.md aktualisiert

This commit is contained in:
alf
2026-05-07 07:20:37 +00:00
parent b98d56a3bd
commit 5dd4a64b68

View File

@ -1,5 +1,6 @@
Bei der Nutzung von Jottacloud und anderen Backends in allen rclone.config hinzufügen: Bei der Nutzung von Jottacloud und anderen Backends in allen rclone.config hinzufügen:
## Jottacloud ## ## Jottacloud ##
<code> <code>
[jotta] [jotta]
@ -7,7 +8,8 @@ Bei der Nutzung von Jottacloud und anderen Backends in allen rclone.config hinzu
encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation
</code> </code>
## Nextcloud ##
## Nextcloud, MagentaCloud, Bitrix ##
<code> <code>
[nextcloud] [nextcloud]
type = webdav type = webdav
@ -15,9 +17,17 @@ type = webdav
encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation
</code> </code>
## Scaleway, AWS S3 ## ## Scaleway, AWS S3 ##
<code> <code>
type = s3 type = s3
... ...
encoding = Slash,InvalidUtf8,Dot,Hash,Question encoding = Slash,InvalidUtf8,Dot,Hash,Question
</code> </code>
## HiDrive ##
<code>
encoding = Slash,Dot,Del,Ctl,InvalidUtf8,Hash,Exclamation
</code>