mirror of
https://github.com/rclone/rclone.git
synced 2024-11-21 16:03:29 +01:00
docs: update backend config samples
This commit is contained in:
parent
e439121ab2
commit
da25305ba0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user