README.md aktualisiert
This commit is contained in:
12
README.md
12
README.md
@ -1,5 +1,6 @@
|
||||
Bei der Nutzung von Jottacloud und anderen Backends in allen rclone.config hinzufügen:
|
||||
|
||||
|
||||
## Jottacloud ##
|
||||
<code>
|
||||
[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
|
||||
</code>
|
||||
|
||||
## Nextcloud ##
|
||||
|
||||
## Nextcloud, MagentaCloud, Bitrix ##
|
||||
<code>
|
||||
[nextcloud]
|
||||
type = webdav
|
||||
@ -15,9 +17,17 @@ 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>
|
||||
|
||||
|
||||
## HiDrive ##
|
||||
<code>
|
||||
encoding = Slash,Dot,Del,Ctl,InvalidUtf8,Hash,Exclamation
|
||||
</code>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user