README.md aktualisiert

This commit is contained in:
alf
2026-05-07 07:16:08 +00:00
parent 7807b65e39
commit b98d56a3bd

View File

@ -1,9 +1,23 @@
Bei der Nutzung von Jottacloud in allen rclone.config hinzufügen:
Bei der Nutzung von Jottacloud und anderen Backends in allen rclone.config hinzufügen:
## Jottacloud ##
<code>
[jotta]
type = jottacloud
username = deine@email.de
...
encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation
</code>
## Nextcloud ##
<code>
[nextcloud]
type = webdav
...
encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation
</code>
## Scaleway, AWS S3 ##
<code>
type = s3
...
encoding = Slash,InvalidUtf8,Dot,Hash,Question
</code>