forked from TrueCloudLab/rclone
docs: Describe connection strings in alias backend
This commit is contained in:
parent
b75c207208
commit
0d2a62a927
1 changed files with 5 additions and 0 deletions
|
@ -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
|
The empty path is not allowed as a remote. To alias the current directory
|
||||||
use `.` instead.
|
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
|
## Configuration
|
||||||
|
|
||||||
Here is an example of how to make an alias called `remote` for local folder.
|
Here is an example of how to make an alias called `remote` for local folder.
|
||||||
|
|
Loading…
Add table
Reference in a new issue