mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 05:43:15 +00:00
docs: fix incorrectly escaped windows path separators
This commit is contained in:
committed by
Nick Craig-Wood
parent
236f247c59
commit
cffb6732a4
@@ -99,7 +99,7 @@ backward. Examples:
|
|||||||
```sh
|
```sh
|
||||||
rclone @ remote:path/to/files *
|
rclone @ remote:path/to/files *
|
||||||
rclone @ remote:path/to/files X:
|
rclone @ remote:path/to/files X:
|
||||||
rclone @ remote:path/to/files C:\\path\\parent\\mount
|
rclone @ remote:path/to/files C:\path\parent\mount
|
||||||
rclone @ remote:path/to/files X:
|
rclone @ remote:path/to/files X:
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ rclone lsd filelu:
|
|||||||
Copy a specific file to the FileLu root:
|
Copy a specific file to the FileLu root:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
rclone copy D:\\hello.txt filelu:
|
rclone copy D:\hello.txt filelu:
|
||||||
```
|
```
|
||||||
|
|
||||||
Copy files from a local directory to a FileLu directory:
|
Copy files from a local directory to a FileLu directory:
|
||||||
@@ -121,7 +121,7 @@ rclone copy filelu:/file-path/hello.txt D:/local-folder
|
|||||||
Move files from a local directory to a FileLu directory:
|
Move files from a local directory to a FileLu directory:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
rclone move D:\\local-folder filelu:/remote-path/
|
rclone move D:\local-folder filelu:/remote-path/
|
||||||
```
|
```
|
||||||
|
|
||||||
Sync files from a local directory to a FileLu directory:
|
Sync files from a local directory to a FileLu directory:
|
||||||
|
|||||||
Reference in New Issue
Block a user