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:
|
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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user