From da25305ba0279abfdaad71ad031d36c447500f2b Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Fri, 16 Aug 2024 12:05:43 +0200 Subject: [PATCH] docs: update backend config samples --- docs/content/alias.md | 9 ++++---- docs/content/azureblob.md | 13 ++++++----- docs/content/b2.md | 13 ++++++----- docs/content/box.md | 33 ++++++++++++++-------------- docs/content/combine.md | 10 ++++----- docs/content/drive.md | 34 +++++++++++++++-------------- docs/content/dropbox.md | 13 ++++++----- docs/content/fichier.md | 10 ++++----- docs/content/filefabric.md | 12 +++++----- docs/content/ftp.md | 12 +++++----- docs/content/googlecloudstorage.md | 20 ++++++++--------- docs/content/googlephotos.md | 10 ++++----- docs/content/hdfs.md | 12 +++++----- docs/content/hidrive.md | 10 ++++----- docs/content/http.md | 9 ++++---- docs/content/internetarchive.md | 12 +++++----- docs/content/jottacloud.md | 24 ++++++++++---------- docs/content/mailru.md | 14 ++++++------ docs/content/mega.md | 12 +++++----- docs/content/memory.md | 8 +++---- docs/content/onedrive.md | 14 ++++++------ docs/content/opendrive.md | 11 +++++----- docs/content/pcloud.md | 13 ++++++----- docs/content/premiumizeme.md | 10 ++++----- docs/content/protondrive.md | 12 +++++----- docs/content/qingstor.md | 19 ++++++++-------- docs/content/quatrix.md | 35 +++++++++++++++--------------- docs/content/s3.md | 28 ++++++++++++------------ docs/content/sftp.md | 17 ++++++++------- docs/content/sharefile.md | 12 +++++----- docs/content/storj.md | 26 +++++++++++----------- docs/content/sugarsync.md | 10 ++++----- docs/content/union.md | 10 ++++----- docs/content/webdav.md | 18 +++++++-------- docs/content/yandex.md | 13 ++++++----- docs/content/zoho.md | 12 +++++----- 36 files changed, 282 insertions(+), 268 deletions(-) diff --git a/docs/content/alias.md b/docs/content/alias.md index b0fbcc32a..eb0f9ec15 100644 --- a/docs/content/alias.md +++ b/docs/content/alias.md @@ -56,10 +56,11 @@ Remote or path to alias. Can be "myremote:path/to/dir", "myremote:bucket", "myremote:" or "/local/path". remote> /mnt/storage/backup Remote config --------------------- -[remote] -remote = /mnt/storage/backup --------------------- +Configuration complete. +Options: +- type: alias +- remote: /mnt/storage/backup +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/azureblob.md b/docs/content/azureblob.md index 58c3f1f05..be4f0e201 100644 --- a/docs/content/azureblob.md +++ b/docs/content/azureblob.md @@ -40,12 +40,13 @@ key> base64encodedkey== Endpoint for the service - leave blank normally. endpoint> Remote config --------------------- -[remote] -account = account_name -key = base64encodedkey== -endpoint = --------------------- +Configuration complete. +Options: +- type: azureblob +- account: account_name +- key: base64encodedkey== +- endpoint: +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/b2.md b/docs/content/b2.md index 28f31c240..6f73e0219 100644 --- a/docs/content/b2.md +++ b/docs/content/b2.md @@ -43,12 +43,13 @@ key> 0123456789abcdef0123456789abcdef0123456789 Endpoint for the service - leave blank normally. endpoint> Remote config --------------------- -[remote] -account = 123456789abc -key = 0123456789abcdef0123456789abcdef0123456789 -endpoint = --------------------- +Configuration complete. +Options: +- type: b2 +- account: 123456789abc +- key: 0123456789abcdef0123456789abcdef0123456789 +- endpoint: +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/box.md b/docs/content/box.md index 512ff59bd..2c70d4c4d 100644 --- a/docs/content/box.md +++ b/docs/content/box.md @@ -68,12 +68,13 @@ If your browser doesn't open automatically go to the following link: http://127. Log in and authorize rclone for access Waiting for code... Got code --------------------- -[remote] -client_id = -client_secret = -token = {"access_token":"XXX","token_type":"bearer","refresh_token":"XXX","expiry":"XXX"} --------------------- +Configuration complete. +Options: +- type: box +- client_id: +- client_secret: +- token: {"access_token":"XXX","token_type":"bearer","refresh_token":"XXX","expiry":"XXX"} +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote @@ -156,11 +157,11 @@ e/n/d/r/c/s/q> e Choose a number from below, or type in an existing value 1 > remote remote> remote --------------------- -[remote] -type = box -token = {"access_token":"XXX","token_type":"bearer","refresh_token":"XXX","expiry":"2017-07-08T23:40:08.059167677+01:00"} --------------------- +Configuration complete. +Options: +- type: box +- token: {"access_token":"XXX","token_type":"bearer","refresh_token":"XXX","expiry":"2017-07-08T23:40:08.059167677+01:00"} +Keep this "remote" remote? Edit remote Value "client_id" = "" Edit? (y/n)> @@ -188,11 +189,11 @@ If your browser doesn't open automatically go to the following link: http://127. Log in and authorize rclone for access Waiting for code... Got code --------------------- -[remote] -type = box -token = {"access_token":"YYY","token_type":"bearer","refresh_token":"YYY","expiry":"2017-07-23T12:22:29.259137901+01:00"} --------------------- +Configuration complete. +Options: +- type: box +- token: {"access_token":"YYY","token_type":"bearer","refresh_token":"YYY","expiry":"2017-07-23T12:22:29.259137901+01:00"} +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/combine.md b/docs/content/combine.md index 15d0154e4..d6f05ca79 100644 --- a/docs/content/combine.md +++ b/docs/content/combine.md @@ -84,11 +84,11 @@ Embedded spaces can be added using quotes "dir=remote:path with space" "dir2=remote2:path with space" Enter a fs.SpaceSepList value. upstreams> images=s3:imagesbucket files=drive:important/files --------------------- -[remote] -type = combine -upstreams = images=s3:imagesbucket files=drive:important/files --------------------- +Configuration complete. +Options: +- type: combine +- upstreams: images=s3:imagesbucket files=drive:important/files +Keep this "remote" remote? y) Yes this is OK (default) e) Edit this remote d) Delete this remote diff --git a/docs/content/drive.md b/docs/content/drive.md index a83bd71cb..73f6b61a3 100644 --- a/docs/content/drive.md +++ b/docs/content/drive.md @@ -77,15 +77,16 @@ Configure this as a Shared Drive (Team Drive)? y) Yes n) No y/n> n --------------------- -[remote] -client_id = -client_secret = -scope = drive -root_folder_id = -service_account_file = -token = {"access_token":"XXX","token_type":"Bearer","refresh_token":"XXX","expiry":"2014-03-16T13:57:58.955387075Z"} --------------------- +Configuration complete. +Options: +type: drive +- client_id: +- client_secret: +- scope: drive +- root_folder_id: +- service_account_file: +- token: {"access_token":"XXX","token_type":"Bearer","refresh_token":"XXX","expiry":"2014-03-16T13:57:58.955387075Z"} +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote @@ -317,13 +318,14 @@ Choose a number from below, or type in your own value 3 / Rclone Test 3 \ "zzzzzzzzzzzzzzzzzzzz" Enter a Shared Drive ID> 1 --------------------- -[remote] -client_id = -client_secret = -token = {"AccessToken":"xxxx.x.xxxxx_xxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","RefreshToken":"1/xxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxx","Expiry":"2014-03-16T13:57:58.955387075Z","Extra":null} -team_drive = xxxxxxxxxxxxxxxxxxxx --------------------- +Configuration complete. +Options: +- type: drive +- client_id: +- client_secret: +- token: {"AccessToken":"xxxx.x.xxxxx_xxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","RefreshToken":"1/xxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxx","Expiry":"2014-03-16T13:57:58.955387075Z","Extra":null} +- team_drive: xxxxxxxxxxxxxxxxxxxx +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/dropbox.md b/docs/content/dropbox.md index 5a06e8f21..17cda68b4 100644 --- a/docs/content/dropbox.md +++ b/docs/content/dropbox.md @@ -44,12 +44,13 @@ Remote config Please visit: https://www.dropbox.com/1/oauth2/authorize?client_id=XXXXXXXXXXXXXXX&response_type=code Enter the code: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX_XXXXXXXXXX --------------------- -[remote] -app_key = -app_secret = -token = XXXXXXXXXXXXXXXXXXXXXXXXXXXXX_XXXX_XXXXXXXXXXXXXXXXXXXXXXXXXXXXX --------------------- +Configuration complete. +Options: +- type: dropbox +- app_key: +- app_secret: +- token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXX_XXXX_XXXXXXXXXXXXXXXXXXXXXXXXXXXXX +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/fichier.md b/docs/content/fichier.md index f89844c93..b8f12e5e0 100644 --- a/docs/content/fichier.md +++ b/docs/content/fichier.md @@ -51,11 +51,11 @@ y) Yes n) No y/n> Remote config --------------------- -[remote] -type = fichier -api_key = example_key --------------------- +Configuration complete. +Options: +- type: fichier +- api_key: example_key +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/filefabric.md b/docs/content/filefabric.md index 50814052a..ce98cd731 100644 --- a/docs/content/filefabric.md +++ b/docs/content/filefabric.md @@ -75,12 +75,12 @@ y) Yes n) No (default) y/n> n Remote config --------------------- -[remote] -type = filefabric -url = https://yourfabric.smestorage.com/ -permanent_token = xxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxx --------------------- +Configuration complete. +Options: +- type: filefabric +- url: https://yourfabric.smestorage.com/ +- permanent_token: xxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxx +Keep this "remote" remote? y) Yes this is OK (default) e) Edit this remote d) Delete this remote diff --git a/docs/content/ftp.md b/docs/content/ftp.md index 9c076011f..68b3d54c2 100644 --- a/docs/content/ftp.md +++ b/docs/content/ftp.md @@ -72,12 +72,12 @@ Use FTP over TLS (Explicit) Enter a boolean value (true or false). Press Enter for the default ("false"). explicit_tls> Remote config --------------------- -[remote] -type = ftp -host = ftp.example.com -pass = *** ENCRYPTED *** --------------------- +Configuration complete. +Options: +- type: ftp +- host: ftp.example.com +- pass: *** ENCRYPTED *** +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/googlecloudstorage.md b/docs/content/googlecloudstorage.md index db1928be3..08f634e9e 100644 --- a/docs/content/googlecloudstorage.md +++ b/docs/content/googlecloudstorage.md @@ -128,16 +128,16 @@ If your browser doesn't open automatically go to the following link: http://127. Log in and authorize rclone for access Waiting for code... Got code --------------------- -[remote] -type = google cloud storage -client_id = -client_secret = -token = {"AccessToken":"xxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","RefreshToken":"x/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxx","Expiry":"2014-07-17T20:49:14.929208288+01:00","Extra":null} -project_number = 12345678 -object_acl = private -bucket_acl = private --------------------- +Configuration complete. +Options: +- type: google cloud storage +- client_id: +- client_secret: +- token: {"AccessToken":"xxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","RefreshToken":"x/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxx","Expiry":"2014-07-17T20:49:14.929208288+01:00","Extra":null} +- project_number: 12345678 +- object_acl: private +- bucket_acl: private +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/googlephotos.md b/docs/content/googlephotos.md index 7e536aa92..410a2787b 100644 --- a/docs/content/googlephotos.md +++ b/docs/content/googlephotos.md @@ -78,11 +78,11 @@ Got code *** are stored in full resolution at original quality. These uploads *** will count towards storage in your Google Account. --------------------- -[remote] -type = google photos -token = {"access_token":"XXX","token_type":"Bearer","refresh_token":"XXX","expiry":"2019-06-28T17:38:04.644930156+01:00"} --------------------- +Configuration complete. +Options: +- type: google photos +- token: {"access_token":"XXX","token_type":"Bearer","refresh_token":"XXX","expiry":"2019-06-28T17:38:04.644930156+01:00"} +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/hdfs.md b/docs/content/hdfs.md index c7022586e..b0f5453b4 100644 --- a/docs/content/hdfs.md +++ b/docs/content/hdfs.md @@ -53,12 +53,12 @@ y) Yes n) No (default) y/n> n Remote config --------------------- -[remote] -type = hdfs -namenode = namenode.hadoop:8020 -username = root --------------------- +Configuration complete. +Options: +- type: hdfs +- namenode: namenode.hadoop:8020 +- username: root +Keep this "remote" remote? y) Yes this is OK (default) e) Edit this remote d) Delete this remote diff --git a/docs/content/hidrive.md b/docs/content/hidrive.md index e19649310..38c161409 100644 --- a/docs/content/hidrive.md +++ b/docs/content/hidrive.md @@ -54,11 +54,11 @@ If your browser doesn't open automatically go to the following link: http://127. Log in and authorize rclone for access Waiting for code... Got code --------------------- -[remote] -type = hidrive -token = {"access_token":"xxxxxxxxxxxxxxxxxxxx","token_type":"Bearer","refresh_token":"xxxxxxxxxxxxxxxxxxxxxxx","expiry":"xxxxxxxxxxxxxxxxxxxxxxx"} --------------------- +Configuration complete. +Options: +- type: hidrive +- token: {"access_token":"xxxxxxxxxxxxxxxxxxxx","token_type":"Bearer","refresh_token":"xxxxxxxxxxxxxxxxxxxxxxx","expiry":"xxxxxxxxxxxxxxxxxxxxxxx"} +Keep this "remote" remote? y) Yes this is OK (default) e) Edit this remote d) Delete this remote diff --git a/docs/content/http.md b/docs/content/http.md index 27e048285..4266ddf7c 100644 --- a/docs/content/http.md +++ b/docs/content/http.md @@ -63,10 +63,11 @@ Choose a number from below, or type in your own value \ "https://example.com" url> https://beta.rclone.org Remote config --------------------- -[remote] -url = https://beta.rclone.org --------------------- +Configuration complete. +Options: +- type: http +- url: https://beta.rclone.org +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/internetarchive.md b/docs/content/internetarchive.md index 1117b696b..aacafb65b 100644 --- a/docs/content/internetarchive.md +++ b/docs/content/internetarchive.md @@ -148,12 +148,12 @@ Edit advanced config? y) Yes n) No (default) y/n> n --------------------- -[remote] -type = internetarchive -access_key_id = XXXX -secret_access_key = XXXX --------------------- +Configuration complete. +Options: +- type: internetarchive +- access_key_id: XXXX +- secret_access_key: XXXX +Keep this "remote" remote? y) Yes this is OK (default) e) Edit this remote d) Delete this remote diff --git a/docs/content/jottacloud.md b/docs/content/jottacloud.md index 3a2ac05dc..f2e368e1e 100644 --- a/docs/content/jottacloud.md +++ b/docs/content/jottacloud.md @@ -175,18 +175,18 @@ Press Enter for the default (Archive). 2 > Shared 3 > Sync config_mountpoint> 1 --------------------- -[remote] -type = jottacloud -configVersion = 1 -client_id = jottacli -client_secret = -tokenURL = https://id.jottacloud.com/auth/realms/jottacloud/protocol/openid-connect/token -token = {........} -username = 2940e57271a93d987d6f8a21 -device = Jotta -mountpoint = Archive --------------------- +Configuration complete. +Options: +- type: jottacloud +- configVersion: 1 +- client_id: jottacli +- client_secret: +- tokenURL: https://id.jottacloud.com/auth/realms/jottacloud/protocol/openid-connect/token +- token: {........} +- username: 2940e57271a93d987d6f8a21 +- device: Jotta +- mountpoint: Archive +Keep this "remote" remote? y) Yes this is OK (default) e) Edit this remote d) Delete this remote diff --git a/docs/content/mailru.md b/docs/content/mailru.md index fe6e4bb93..2ecbf152f 100644 --- a/docs/content/mailru.md +++ b/docs/content/mailru.md @@ -90,13 +90,13 @@ y) Yes n) No y/n> n Remote config --------------------- -[remote] -type = mailru -user = username@mail.ru -pass = *** ENCRYPTED *** -speedup_enable = true --------------------- +Configuration complete. +Options: +- type: mailru +- user: username@mail.ru +- pass: *** ENCRYPTED *** +- speedup_enable: true +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/mega.md b/docs/content/mega.md index d62d527fc..2886c05f1 100644 --- a/docs/content/mega.md +++ b/docs/content/mega.md @@ -53,12 +53,12 @@ password: Confirm the password: password: Remote config --------------------- -[remote] -type = mega -user = you@example.com -pass = *** ENCRYPTED *** --------------------- +Configuration complete. +Options: +- type: mega +- user: you@example.com +- pass: *** ENCRYPTED *** +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/memory.md b/docs/content/memory.md index d8637771b..c6f872d27 100644 --- a/docs/content/memory.md +++ b/docs/content/memory.md @@ -37,10 +37,10 @@ Storage> memory Remote config --------------------- -[remote] -type = memory --------------------- +Configuration complete. +Options: +- type: memory +Keep this "remote" remote? y) Yes this is OK (default) e) Edit this remote d) Delete this remote diff --git a/docs/content/onedrive.md b/docs/content/onedrive.md index 1caefc4a8..26242ba10 100644 --- a/docs/content/onedrive.md +++ b/docs/content/onedrive.md @@ -84,13 +84,13 @@ Is that okay? y) Yes n) No y/n> y --------------------- -[remote] -type = onedrive -token = {"access_token":"youraccesstoken","token_type":"Bearer","refresh_token":"yourrefreshtoken","expiry":"2018-08-26T22:39:52.486512262+08:00"} -drive_id = b!Eqwertyuiopasdfghjklzxcvbnm-7mnbvcxzlkjhgfdsapoiuytrewqk -drive_type = business --------------------- +Configuration complete. +Options: +- type: onedrive +- token: {"access_token":"youraccesstoken","token_type":"Bearer","refresh_token":"yourrefreshtoken","expiry":"2018-08-26T22:39:52.486512262+08:00"} +- drive_id: b!Eqwertyuiopasdfghjklzxcvbnm-7mnbvcxzlkjhgfdsapoiuytrewqk +- drive_type: business +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/opendrive.md b/docs/content/opendrive.md index 4205dc498..6908cfdf1 100644 --- a/docs/content/opendrive.md +++ b/docs/content/opendrive.md @@ -41,11 +41,12 @@ Enter the password: password: Confirm the password: password: --------------------- -[remote] -username = -password = *** ENCRYPTED *** --------------------- +Configuration complete. +Options: +- type: opendrive +- username: +- password: *** ENCRYPTED *** +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/pcloud.md b/docs/content/pcloud.md index be032c491..10b17dbdf 100644 --- a/docs/content/pcloud.md +++ b/docs/content/pcloud.md @@ -51,12 +51,13 @@ If your browser doesn't open automatically go to the following link: http://127. Log in and authorize rclone for access Waiting for code... Got code --------------------- -[remote] -client_id = -client_secret = -token = {"access_token":"XXX","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"} --------------------- +Configuration complete. +Options: +- type: pcloud +- client_id: +- client_secret: +- token: {"access_token":"XXX","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"} +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/premiumizeme.md b/docs/content/premiumizeme.md index ebda9a13a..6ec591d2f 100644 --- a/docs/content/premiumizeme.md +++ b/docs/content/premiumizeme.md @@ -50,11 +50,11 @@ If your browser doesn't open automatically go to the following link: http://127. Log in and authorize rclone for access Waiting for code... Got code --------------------- -[remote] -type = premiumizeme -token = {"access_token":"XXX","token_type":"Bearer","refresh_token":"XXX","expiry":"2029-08-07T18:44:15.548915378+01:00"} --------------------- +Configuration complete. +Options: +- type: premiumizeme +- token: {"access_token":"XXX","token_type":"Bearer","refresh_token":"XXX","expiry":"2029-08-07T18:44:15.548915378+01:00"} +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/protondrive.md b/docs/content/protondrive.md index d9f59738d..2b24a0b54 100644 --- a/docs/content/protondrive.md +++ b/docs/content/protondrive.md @@ -65,12 +65,12 @@ Option 2fa. Enter a value. Press Enter to leave empty. 2fa> 123456 Remote config --------------------- -[remote] -type = protondrive -user = you@protonmail.com -pass = *** ENCRYPTED *** --------------------- +Configuration complete. +Options: +- type: protondrive +- user: you@protonmail.com +- pass: *** ENCRYPTED *** +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/qingstor.md b/docs/content/qingstor.md index 47d9aa668..6fdebf006 100644 --- a/docs/content/qingstor.md +++ b/docs/content/qingstor.md @@ -60,15 +60,16 @@ Number of connection retry. Leave blank will use the default value "3". connection_retries> Remote config --------------------- -[remote] -env_auth = false -access_key_id = access_key -secret_access_key = secret_key -endpoint = -zone = pek3a -connection_retries = --------------------- +Configuration complete. +Options: +- type: qingstor +- env_auth: false +- access_key_id: access_key +- secret_access_key: secret_key +- endpoint: +- zone: pek3a +- connection_retries: +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/quatrix.md b/docs/content/quatrix.md index d580e0dfb..4bb4dea6c 100644 --- a/docs/content/quatrix.md +++ b/docs/content/quatrix.md @@ -44,11 +44,12 @@ api_key> your_api_key Host name of Quatrix account. host> example.quatrix.it --------------------- -[remote] -api_key = your_api_key -host = example.quatrix.it --------------------- +Configuration complete. +Options: +- type: quatrix +- api_key: your_api_key +- host: example.quatrix.it +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote @@ -94,12 +95,12 @@ e/n/d/r/c/s/q> e Choose a number from below, or type in an existing value 1 > remote remote> remote --------------------- -[remote] -type = quatrix -host = some_host.quatrix.it -api_key = your_api_key --------------------- +Configuration complete. +Options: +- type: quatrix +- host: some_host.quatrix.it +- api_key: your_api_key +Keep this "remote" remote? Edit remote Option api_key. API key for accessing Quatrix account @@ -109,12 +110,12 @@ Option host. Host name of Quatrix account Enter a string value. Press Enter for the default (some_host.quatrix.it). --------------------- -[remote] -type = quatrix -host = some_host.quatrix.it -api_key = your_api_key --------------------- +Configuration complete. +Options: +- type: quatrix +- host: some_host.quatrix.it +- api_key: your_api_key +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/s3.md b/docs/content/s3.md index 6f9aef1b9..c7a6b946b 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -252,20 +252,20 @@ Choose a number from below, or type in your own value \ "GLACIER_IR" storage_class> 1 Remote config --------------------- -[remote] -type = s3 -provider = AWS -env_auth = false -access_key_id = XXX -secret_access_key = YYY -region = us-east-1 -endpoint = -location_constraint = -acl = private -server_side_encryption = -storage_class = --------------------- +Configuration complete. +Options: +- type: s3 +- provider: AWS +- env_auth: false +- access_key_id: XXX +- secret_access_key: YYY +- region: us-east-1 +- endpoint: +- location_constraint: +- acl: private +- server_side_encryption: +- storage_class: +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/sftp.md b/docs/content/sftp.md index 4e905ee9b..88d2eb76e 100644 --- a/docs/content/sftp.md +++ b/docs/content/sftp.md @@ -74,14 +74,15 @@ y/g/n> n Path to unencrypted PEM-encoded private key file, leave blank to use ssh-agent. key_file> Remote config --------------------- -[remote] -host = example.com -user = sftpuser -port = -pass = -key_file = --------------------- +Configuration complete. +Options: +- type: sftp +- host: example.com +- user: sftpuser +- port: +- pass: +- key_file: +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/sharefile.md b/docs/content/sharefile.md index 6a66af439..ee201f55e 100644 --- a/docs/content/sharefile.md +++ b/docs/content/sharefile.md @@ -68,12 +68,12 @@ If your browser doesn't open automatically go to the following link: http://127. Log in and authorize rclone for access Waiting for code... Got code --------------------- -[remote] -type = sharefile -endpoint = https://XXX.sharefile.com -token = {"access_token":"XXX","token_type":"bearer","refresh_token":"XXX","expiry":"2019-09-30T19:41:45.878561877+01:00"} --------------------- +Configuration complete. +Options: +- type: sharefile +- endpoint: https://XXX.sharefile.com +- token: {"access_token":"XXX","token_type":"bearer","refresh_token":"XXX","expiry":"2019-09-30T19:41:45.878561877+01:00"} +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/storj.md b/docs/content/storj.md index 667acba49..3406ab100 100644 --- a/docs/content/storj.md +++ b/docs/content/storj.md @@ -150,11 +150,11 @@ Access Grant. Enter a string value. Press Enter for the default (""). access_grant> your-access-grant-received-by-someone-else Remote config --------------------- -[remote] -type = storj -access_grant = your-access-grant-received-by-someone-else --------------------- +Configuration complete. +Options: +- type: storj +- access_grant: your-access-grant-received-by-someone-else +Keep this "remote" remote? y) Yes this is OK (default) e) Edit this remote d) Delete this remote @@ -205,14 +205,14 @@ Encryption Passphrase. To access existing objects enter passphrase used for uplo Enter a string value. Press Enter for the default (""). passphrase> your-human-readable-encryption-passphrase Remote config --------------------- -[remote] -type = storj -satellite_address = 12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us1.storj.io:7777 -api_key = your-api-key-for-your-storj-project -passphrase = your-human-readable-encryption-passphrase -access_grant = the-access-grant-generated-from-the-api-key-and-passphrase --------------------- +Configuration complete. +Options: +- type: storj +- satellite_address: 12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us1.storj.io:7777 +- api_key: your-api-key-for-your-storj-project +- passphrase: your-human-readable-encryption-passphrase +- access_grant: the-access-grant-generated-from-the-api-key-and-passphrase +Keep this "remote" remote? y) Yes this is OK (default) e) Edit this remote d) Delete this remote diff --git a/docs/content/sugarsync.md b/docs/content/sugarsync.md index c3eaf2047..dc789db28 100644 --- a/docs/content/sugarsync.md +++ b/docs/content/sugarsync.md @@ -62,11 +62,11 @@ Remote config Username (email address)> nick@craig-wood.com Your Sugarsync password is only required during setup and will not be stored. password: --------------------- -[remote] -type = sugarsync -refresh_token = https://api.sugarsync.com/app-authorization/XXXXXXXXXXXXXXXXXX --------------------- +Configuration complete. +Options: +- type: sugarsync +- refresh_token: https://api.sugarsync.com/app-authorization/XXXXXXXXXXXXXXXXXX +Keep this "remote" remote? y) Yes this is OK (default) e) Edit this remote d) Delete this remote diff --git a/docs/content/union.md b/docs/content/union.md index 4d56022f3..f1fe536ab 100644 --- a/docs/content/union.md +++ b/docs/content/union.md @@ -68,11 +68,11 @@ Cache time of usage and free space (in seconds). This option is only useful when Enter a signed integer. Press Enter for the default ("120"). cache_time> Remote config --------------------- -[remote] -type = union -upstreams = remote1:dir1 remote2:dir2 remote3:dir3 --------------------- +Configuration complete. +Options: +- type: union +- upstreams: remote1:dir1 remote2:dir2 remote3:dir3 +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/webdav.md b/docs/content/webdav.md index c42fcd57b..548b3b9d4 100644 --- a/docs/content/webdav.md +++ b/docs/content/webdav.md @@ -72,15 +72,15 @@ password: Bearer token instead of user/pass (e.g. a Macaroon) bearer_token> Remote config --------------------- -[remote] -type = webdav -url = https://example.com/remote.php/webdav/ -vendor = nextcloud -user = user -pass = *** ENCRYPTED *** -bearer_token = --------------------- +Configuration complete. +Options: +- type: webdav +- url: https://example.com/remote.php/webdav/ +- vendor: nextcloud +- user: user +- pass: *** ENCRYPTED *** +- bearer_token: +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/yandex.md b/docs/content/yandex.md index 8d0ab27bc..45039f0d7 100644 --- a/docs/content/yandex.md +++ b/docs/content/yandex.md @@ -45,12 +45,13 @@ If your browser doesn't open automatically go to the following link: http://127. Log in and authorize rclone for access Waiting for code... Got code --------------------- -[remote] -client_id = -client_secret = -token = {"access_token":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","token_type":"OAuth","expiry":"2016-12-29T12:27:11.362788025Z"} --------------------- +Configuration complete. +Options: +- type: yandex +- client_id: +- client_secret: +- token: {"access_token":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","token_type":"OAuth","expiry":"2016-12-29T12:27:11.362788025Z"} +Keep this "remote" remote? y) Yes this is OK e) Edit this remote d) Delete this remote diff --git a/docs/content/zoho.md b/docs/content/zoho.md index 9fd5377b5..8c06f0174 100644 --- a/docs/content/zoho.md +++ b/docs/content/zoho.md @@ -64,12 +64,12 @@ Choose a number from below, or type in your own value 1 / General \ "4u2869d2aa6fca04f4f2f896b6539243b85b1" Enter a Workspace ID> 1 --------------------- -[remote] -type = zoho -token = {"access_token":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","token_type":"Zoho-oauthtoken","refresh_token":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","expiry":"2020-10-12T00:54:52.370275223+02:00"} -root_folder_id = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx --------------------- +Configuration complete. +Options: +- type: zoho +- token: {"access_token":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","token_type":"Zoho-oauthtoken","refresh_token":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","expiry":"2020-10-12T00:54:52.370275223+02:00"} +- root_folder_id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +Keep this "remote" remote? y) Yes this is OK (default) e) Edit this remote d) Delete this remote