29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
Bei der Nutzung von Jottacloud und anderen Backends in allen rclone.config hinzufügen:
|
|
|
|
<code>[remotename]
|
|
...
|
|
encoding = ENCODINGWERTE
|
|
</code>
|
|
|
|
|
|
Hier die einzelnen Werte:
|
|
|
|
|
|
|
|
|
|
| Cloud | encoding |
|
|
|---|---|
|
|
| Jottacloud | `Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation` |
|
|
| Nextcloud | `Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation` |
|
|
| MagentaCloud | `Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation` |
|
|
| Bitrix24 | `Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation` |
|
|
| HiDrive | `Slash,Dot,Del,Ctl,InvalidUtf8,Hash,Exclamation` |
|
|
| pCloud | `Slash,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation,BackSlash` |
|
|
| AWS S3 | `Slash,InvalidUtf8,Dot,Hash,Question` |
|
|
| Scaleway | `Slash,InvalidUtf8,Dot,Hash,Question` |
|
|
| Google Cloud Storage | `Slash,Del,Ctl,InvalidUtf8,Dot,Hash,Question` |
|
|
| Google Drive | `InvalidUtf8` *(Standard, keine Anpassung nötig)* |
|
|
| SFTP (Linux) | `Slash,Del,Ctl,InvalidUtf8,Dot` *(Standard)* |
|
|
| SFTP (Windows) | `Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation` |
|
|
|