1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

docs: fix markdown lint issues in backend docs

This commit is contained in:
albertony
2025-08-25 00:00:48 +02:00
parent 2e02d49578
commit 091ccb649c
71 changed files with 2663 additions and 1646 deletions

View File

@@ -14,11 +14,13 @@ Paths may be as deep as required, e.g. `remote:directory/subdirectory`.
Here is an example of how to make a remote called `remote`. First run:
rclone config
```sh
rclone config
```
This will guide you through an interactive setup process:
```
```text
n) New remote
d) Delete remote
q) Quit config
@@ -55,15 +57,21 @@ y/e/d> y
List directories in top level of your OpenDrive
rclone lsd remote:
```sh
rclone lsd remote:
```
List all the files in your OpenDrive
rclone ls remote:
```sh
rclone ls remote:
```
To copy a local directory to an OpenDrive directory called backup
rclone copy /home/source remote:backup
```sh
rclone copy /home/source remote:backup
```
### Modification times and hashes
@@ -99,7 +107,6 @@ These only get replaced if they are the first or last character in the name:
| VT | 0x0B | ␋ |
| CR | 0x0D | ␍ |
Invalid UTF-8 bytes will also be [replaced](/overview/#invalid-utf8),
as they can't be used in JSON strings.