From 0d2a62a927558e2a6e38db011093936d249c7d12 Mon Sep 17 00:00:00 2001 From: Ole Frost <82263101+olefrost@users.noreply.github.com> Date: Fri, 21 Oct 2022 11:45:24 +0200 Subject: [PATCH] docs: Describe connection strings in alias backend --- docs/content/alias.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/alias.md b/docs/content/alias.md index aa041f6f4..eeb746475 100644 --- a/docs/content/alias.md +++ b/docs/content/alias.md @@ -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.