mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 02:56:25 +08:00
docs: Describe connection strings in alias backend
This commit is contained in:
parent
b75c207208
commit
0d2a62a927
|
@ -23,6 +23,11 @@ Invoking `rclone mkdir backup:../desktop` is exactly the same as invoking
|
|||
The empty path is not allowed as a remote. To alias the current directory
|
||||
use `.` instead.
|
||||
|
||||
The target remote can also be a [connection string](/docs/#connection-strings).
|
||||
This can be used to modify the config of a remote for different uses, e.g.
|
||||
the alias `myDriveTrash` with the target remote `myDrive,trashed_only:`
|
||||
can be used to only show the trashed files in `myDrive`.
|
||||
|
||||
## Configuration
|
||||
|
||||
Here is an example of how to make an alias called `remote` for local folder.
|
||||
|
|
Loading…
Reference in New Issue
Block a user