From f753d7cd42ee262530fe99543cc81b9e741a7223 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 10 Jul 2022 15:34:48 +0100 Subject: [PATCH] combine: fix docs showing `remote=` instead of `upstreams=` See: https://forum.rclone.org/t/v1-59-combine-qs/31814 --- backend/drive/drive.go | 2 +- docs/content/combine.md | 2 +- docs/content/drive.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/drive/drive.go b/backend/drive/drive.go index baf2be267..4b909d404 100644 --- a/backend/drive/drive.go +++ b/backend/drive/drive.go @@ -3299,7 +3299,7 @@ drives found and a combined drive. [AllDrives] type = combine - remote = "My Drive=My Drive:" "Test Drive=Test Drive:" + upstreams = "My Drive=My Drive:" "Test Drive=Test Drive:" Adding this to the rclone config file will cause those team drives to be accessible with the aliases shown. Any illegal charactes will be diff --git a/docs/content/combine.md b/docs/content/combine.md index c3b5ed322..f5d3c2da3 100644 --- a/docs/content/combine.md +++ b/docs/content/combine.md @@ -116,7 +116,7 @@ This would produce something like this: [AllDrives] type = combine - remote = "My Drive=My Drive:" "Test Drive=Test Drive:" + upstreams = "My Drive=My Drive:" "Test Drive=Test Drive:" If you then add that config to your config file (find it with `rclone config file`) then you can access all the shared drives in one place diff --git a/docs/content/drive.md b/docs/content/drive.md index a4fdf8ccb..7bb23ed59 100644 --- a/docs/content/drive.md +++ b/docs/content/drive.md @@ -1332,7 +1332,7 @@ drives found and a combined drive. [AllDrives] type = combine - remote = "My Drive=My Drive:" "Test Drive=Test Drive:" + upstreams = "My Drive=My Drive:" "Test Drive=Test Drive:" Adding this to the rclone config file will cause those team drives to be accessible with the aliases shown. Any illegal charactes will be