Files
rclone_encoding/README.md
2026-05-07 07:29:31 +00:00

18 lines
1.1 KiB
Markdown

Bei der Nutzung von Jottacloud und anderen Backends in allen rclone.config hinzufügen:
| 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` |