README.md aktualisiert
This commit is contained in:
20
README.md
20
README.md
@ -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>
|
<code>
|
||||||
[jotta]
|
[jotta]
|
||||||
type = jottacloud
|
|
||||||
username = deine@email.de
|
|
||||||
...
|
...
|
||||||
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 ##
|
||||||
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user