mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +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".
|
Can be "myremote:path/to/dir", "myremote:bucket", "myremote:" or "/local/path".
|
||||||
remote> /mnt/storage/backup
|
remote> /mnt/storage/backup
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
remote = /mnt/storage/backup
|
- type: alias
|
||||||
--------------------
|
- remote: /mnt/storage/backup
|
||||||
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -40,12 +40,13 @@ key> base64encodedkey==
|
|||||||
Endpoint for the service - leave blank normally.
|
Endpoint for the service - leave blank normally.
|
||||||
endpoint>
|
endpoint>
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
account = account_name
|
- type: azureblob
|
||||||
key = base64encodedkey==
|
- account: account_name
|
||||||
endpoint =
|
- key: base64encodedkey==
|
||||||
--------------------
|
- endpoint:
|
||||||
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -43,12 +43,13 @@ key> 0123456789abcdef0123456789abcdef0123456789
|
|||||||
Endpoint for the service - leave blank normally.
|
Endpoint for the service - leave blank normally.
|
||||||
endpoint>
|
endpoint>
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
account = 123456789abc
|
- type: b2
|
||||||
key = 0123456789abcdef0123456789abcdef0123456789
|
- account: 123456789abc
|
||||||
endpoint =
|
- key: 0123456789abcdef0123456789abcdef0123456789
|
||||||
--------------------
|
- endpoint:
|
||||||
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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
|
Log in and authorize rclone for access
|
||||||
Waiting for code...
|
Waiting for code...
|
||||||
Got code
|
Got code
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
client_id =
|
- type: box
|
||||||
client_secret =
|
- client_id:
|
||||||
token = {"access_token":"XXX","token_type":"bearer","refresh_token":"XXX","expiry":"XXX"}
|
- client_secret:
|
||||||
--------------------
|
- token: {"access_token":"XXX","token_type":"bearer","refresh_token":"XXX","expiry":"XXX"}
|
||||||
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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
|
Choose a number from below, or type in an existing value
|
||||||
1 > remote
|
1 > remote
|
||||||
remote> remote
|
remote> remote
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = box
|
- type: box
|
||||||
token = {"access_token":"XXX","token_type":"bearer","refresh_token":"XXX","expiry":"2017-07-08T23:40:08.059167677+01:00"}
|
- 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
|
Edit remote
|
||||||
Value "client_id" = ""
|
Value "client_id" = ""
|
||||||
Edit? (y/n)>
|
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
|
Log in and authorize rclone for access
|
||||||
Waiting for code...
|
Waiting for code...
|
||||||
Got code
|
Got code
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = box
|
- type: box
|
||||||
token = {"access_token":"YYY","token_type":"bearer","refresh_token":"YYY","expiry":"2017-07-23T12:22:29.259137901+01:00"}
|
- 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
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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"
|
"dir=remote:path with space" "dir2=remote2:path with space"
|
||||||
Enter a fs.SpaceSepList value.
|
Enter a fs.SpaceSepList value.
|
||||||
upstreams> images=s3:imagesbucket files=drive:important/files
|
upstreams> images=s3:imagesbucket files=drive:important/files
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = combine
|
- type: combine
|
||||||
upstreams = images=s3:imagesbucket files=drive:important/files
|
- upstreams: images=s3:imagesbucket files=drive:important/files
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK (default)
|
y) Yes this is OK (default)
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -77,15 +77,16 @@ Configure this as a Shared Drive (Team Drive)?
|
|||||||
y) Yes
|
y) Yes
|
||||||
n) No
|
n) No
|
||||||
y/n> n
|
y/n> n
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
client_id =
|
type: drive
|
||||||
client_secret =
|
- client_id:
|
||||||
scope = drive
|
- client_secret:
|
||||||
root_folder_id =
|
- scope: drive
|
||||||
service_account_file =
|
- root_folder_id:
|
||||||
token = {"access_token":"XXX","token_type":"Bearer","refresh_token":"XXX","expiry":"2014-03-16T13:57:58.955387075Z"}
|
- 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
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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
|
3 / Rclone Test 3
|
||||||
\ "zzzzzzzzzzzzzzzzzzzz"
|
\ "zzzzzzzzzzzzzzzzzzzz"
|
||||||
Enter a Shared Drive ID> 1
|
Enter a Shared Drive ID> 1
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
client_id =
|
- type: drive
|
||||||
client_secret =
|
- client_id:
|
||||||
token = {"AccessToken":"xxxx.x.xxxxx_xxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","RefreshToken":"1/xxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxx","Expiry":"2014-03-16T13:57:58.955387075Z","Extra":null}
|
- client_secret:
|
||||||
team_drive = xxxxxxxxxxxxxxxxxxxx
|
- 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
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -44,12 +44,13 @@ Remote config
|
|||||||
Please visit:
|
Please visit:
|
||||||
https://www.dropbox.com/1/oauth2/authorize?client_id=XXXXXXXXXXXXXXX&response_type=code
|
https://www.dropbox.com/1/oauth2/authorize?client_id=XXXXXXXXXXXXXXX&response_type=code
|
||||||
Enter the code: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX_XXXXXXXXXX
|
Enter the code: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX_XXXXXXXXXX
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
app_key =
|
- type: dropbox
|
||||||
app_secret =
|
- app_key:
|
||||||
token = XXXXXXXXXXXXXXXXXXXXXXXXXXXXX_XXXX_XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
- app_secret:
|
||||||
--------------------
|
- token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXX_XXXX_XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||||
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -51,11 +51,11 @@ y) Yes
|
|||||||
n) No
|
n) No
|
||||||
y/n>
|
y/n>
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = fichier
|
- type: fichier
|
||||||
api_key = example_key
|
- api_key: example_key
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -75,12 +75,12 @@ y) Yes
|
|||||||
n) No (default)
|
n) No (default)
|
||||||
y/n> n
|
y/n> n
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = filefabric
|
- type: filefabric
|
||||||
url = https://yourfabric.smestorage.com/
|
- url: https://yourfabric.smestorage.com/
|
||||||
permanent_token = xxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxx
|
- permanent_token: xxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxx
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK (default)
|
y) Yes this is OK (default)
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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").
|
Enter a boolean value (true or false). Press Enter for the default ("false").
|
||||||
explicit_tls>
|
explicit_tls>
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = ftp
|
- type: ftp
|
||||||
host = ftp.example.com
|
- host: ftp.example.com
|
||||||
pass = *** ENCRYPTED ***
|
- pass: *** ENCRYPTED ***
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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
|
Log in and authorize rclone for access
|
||||||
Waiting for code...
|
Waiting for code...
|
||||||
Got code
|
Got code
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = google cloud storage
|
- type: google cloud storage
|
||||||
client_id =
|
- client_id:
|
||||||
client_secret =
|
- client_secret:
|
||||||
token = {"AccessToken":"xxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","RefreshToken":"x/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxx","Expiry":"2014-07-17T20:49:14.929208288+01:00","Extra":null}
|
- token: {"AccessToken":"xxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","RefreshToken":"x/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxx","Expiry":"2014-07-17T20:49:14.929208288+01:00","Extra":null}
|
||||||
project_number = 12345678
|
- project_number: 12345678
|
||||||
object_acl = private
|
- object_acl: private
|
||||||
bucket_acl = private
|
- bucket_acl: private
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -78,11 +78,11 @@ Got code
|
|||||||
*** are stored in full resolution at original quality. These uploads
|
*** are stored in full resolution at original quality. These uploads
|
||||||
*** will count towards storage in your Google Account.
|
*** will count towards storage in your Google Account.
|
||||||
|
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = google photos
|
- type: google photos
|
||||||
token = {"access_token":"XXX","token_type":"Bearer","refresh_token":"XXX","expiry":"2019-06-28T17:38:04.644930156+01:00"}
|
- 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
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -53,12 +53,12 @@ y) Yes
|
|||||||
n) No (default)
|
n) No (default)
|
||||||
y/n> n
|
y/n> n
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = hdfs
|
- type: hdfs
|
||||||
namenode = namenode.hadoop:8020
|
- namenode: namenode.hadoop:8020
|
||||||
username = root
|
- username: root
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK (default)
|
y) Yes this is OK (default)
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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
|
Log in and authorize rclone for access
|
||||||
Waiting for code...
|
Waiting for code...
|
||||||
Got code
|
Got code
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = hidrive
|
- type: hidrive
|
||||||
token = {"access_token":"xxxxxxxxxxxxxxxxxxxx","token_type":"Bearer","refresh_token":"xxxxxxxxxxxxxxxxxxxxxxx","expiry":"xxxxxxxxxxxxxxxxxxxxxxx"}
|
- token: {"access_token":"xxxxxxxxxxxxxxxxxxxx","token_type":"Bearer","refresh_token":"xxxxxxxxxxxxxxxxxxxxxxx","expiry":"xxxxxxxxxxxxxxxxxxxxxxx"}
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK (default)
|
y) Yes this is OK (default)
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -63,10 +63,11 @@ Choose a number from below, or type in your own value
|
|||||||
\ "https://example.com"
|
\ "https://example.com"
|
||||||
url> https://beta.rclone.org
|
url> https://beta.rclone.org
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
url = https://beta.rclone.org
|
- type: http
|
||||||
--------------------
|
- url: https://beta.rclone.org
|
||||||
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -148,12 +148,12 @@ Edit advanced config?
|
|||||||
y) Yes
|
y) Yes
|
||||||
n) No (default)
|
n) No (default)
|
||||||
y/n> n
|
y/n> n
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = internetarchive
|
- type: internetarchive
|
||||||
access_key_id = XXXX
|
- access_key_id: XXXX
|
||||||
secret_access_key = XXXX
|
- secret_access_key: XXXX
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK (default)
|
y) Yes this is OK (default)
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -175,18 +175,18 @@ Press Enter for the default (Archive).
|
|||||||
2 > Shared
|
2 > Shared
|
||||||
3 > Sync
|
3 > Sync
|
||||||
config_mountpoint> 1
|
config_mountpoint> 1
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = jottacloud
|
- type: jottacloud
|
||||||
configVersion = 1
|
- configVersion: 1
|
||||||
client_id = jottacli
|
- client_id: jottacli
|
||||||
client_secret =
|
- client_secret:
|
||||||
tokenURL = https://id.jottacloud.com/auth/realms/jottacloud/protocol/openid-connect/token
|
- tokenURL: https://id.jottacloud.com/auth/realms/jottacloud/protocol/openid-connect/token
|
||||||
token = {........}
|
- token: {........}
|
||||||
username = 2940e57271a93d987d6f8a21
|
- username: 2940e57271a93d987d6f8a21
|
||||||
device = Jotta
|
- device: Jotta
|
||||||
mountpoint = Archive
|
- mountpoint: Archive
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK (default)
|
y) Yes this is OK (default)
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -90,13 +90,13 @@ y) Yes
|
|||||||
n) No
|
n) No
|
||||||
y/n> n
|
y/n> n
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = mailru
|
- type: mailru
|
||||||
user = username@mail.ru
|
- user: username@mail.ru
|
||||||
pass = *** ENCRYPTED ***
|
- pass: *** ENCRYPTED ***
|
||||||
speedup_enable = true
|
- speedup_enable: true
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -53,12 +53,12 @@ password:
|
|||||||
Confirm the password:
|
Confirm the password:
|
||||||
password:
|
password:
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = mega
|
- type: mega
|
||||||
user = you@example.com
|
- user: you@example.com
|
||||||
pass = *** ENCRYPTED ***
|
- pass: *** ENCRYPTED ***
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -37,10 +37,10 @@ Storage> memory
|
|||||||
|
|
||||||
Remote config
|
Remote config
|
||||||
|
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = memory
|
- type: memory
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK (default)
|
y) Yes this is OK (default)
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -84,13 +84,13 @@ Is that okay?
|
|||||||
y) Yes
|
y) Yes
|
||||||
n) No
|
n) No
|
||||||
y/n> y
|
y/n> y
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = onedrive
|
- type: onedrive
|
||||||
token = {"access_token":"youraccesstoken","token_type":"Bearer","refresh_token":"yourrefreshtoken","expiry":"2018-08-26T22:39:52.486512262+08:00"}
|
- 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_id: b!Eqwertyuiopasdfghjklzxcvbnm-7mnbvcxzlkjhgfdsapoiuytrewqk
|
||||||
drive_type = business
|
- drive_type: business
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -41,11 +41,12 @@ Enter the password:
|
|||||||
password:
|
password:
|
||||||
Confirm the password:
|
Confirm the password:
|
||||||
password:
|
password:
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
username =
|
- type: opendrive
|
||||||
password = *** ENCRYPTED ***
|
- username:
|
||||||
--------------------
|
- password: *** ENCRYPTED ***
|
||||||
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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
|
Log in and authorize rclone for access
|
||||||
Waiting for code...
|
Waiting for code...
|
||||||
Got code
|
Got code
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
client_id =
|
- type: pcloud
|
||||||
client_secret =
|
- client_id:
|
||||||
token = {"access_token":"XXX","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}
|
- client_secret:
|
||||||
--------------------
|
- token: {"access_token":"XXX","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}
|
||||||
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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
|
Log in and authorize rclone for access
|
||||||
Waiting for code...
|
Waiting for code...
|
||||||
Got code
|
Got code
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = premiumizeme
|
- type: premiumizeme
|
||||||
token = {"access_token":"XXX","token_type":"Bearer","refresh_token":"XXX","expiry":"2029-08-07T18:44:15.548915378+01:00"}
|
- 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
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -65,12 +65,12 @@ Option 2fa.
|
|||||||
Enter a value. Press Enter to leave empty.
|
Enter a value. Press Enter to leave empty.
|
||||||
2fa> 123456
|
2fa> 123456
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = protondrive
|
- type: protondrive
|
||||||
user = you@protonmail.com
|
- user: you@protonmail.com
|
||||||
pass = *** ENCRYPTED ***
|
- pass: *** ENCRYPTED ***
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -60,15 +60,16 @@ Number of connection retry.
|
|||||||
Leave blank will use the default value "3".
|
Leave blank will use the default value "3".
|
||||||
connection_retries>
|
connection_retries>
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
env_auth = false
|
- type: qingstor
|
||||||
access_key_id = access_key
|
- env_auth: false
|
||||||
secret_access_key = secret_key
|
- access_key_id: access_key
|
||||||
endpoint =
|
- secret_access_key: secret_key
|
||||||
zone = pek3a
|
- endpoint:
|
||||||
connection_retries =
|
- zone: pek3a
|
||||||
--------------------
|
- connection_retries:
|
||||||
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -44,11 +44,12 @@ api_key> your_api_key
|
|||||||
Host name of Quatrix account.
|
Host name of Quatrix account.
|
||||||
host> example.quatrix.it
|
host> example.quatrix.it
|
||||||
|
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
api_key = your_api_key
|
- type: quatrix
|
||||||
host = example.quatrix.it
|
- api_key: your_api_key
|
||||||
--------------------
|
- host: example.quatrix.it
|
||||||
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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
|
Choose a number from below, or type in an existing value
|
||||||
1 > remote
|
1 > remote
|
||||||
remote> remote
|
remote> remote
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = quatrix
|
- type: quatrix
|
||||||
host = some_host.quatrix.it
|
- host: some_host.quatrix.it
|
||||||
api_key = your_api_key
|
- api_key: your_api_key
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
Edit remote
|
Edit remote
|
||||||
Option api_key.
|
Option api_key.
|
||||||
API key for accessing Quatrix account
|
API key for accessing Quatrix account
|
||||||
@ -109,12 +110,12 @@ Option host.
|
|||||||
Host name of Quatrix account
|
Host name of Quatrix account
|
||||||
Enter a string value. Press Enter for the default (some_host.quatrix.it).
|
Enter a string value. Press Enter for the default (some_host.quatrix.it).
|
||||||
|
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = quatrix
|
- type: quatrix
|
||||||
host = some_host.quatrix.it
|
- host: some_host.quatrix.it
|
||||||
api_key = your_api_key
|
- api_key: your_api_key
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -252,20 +252,20 @@ Choose a number from below, or type in your own value
|
|||||||
\ "GLACIER_IR"
|
\ "GLACIER_IR"
|
||||||
storage_class> 1
|
storage_class> 1
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = s3
|
- type: s3
|
||||||
provider = AWS
|
- provider: AWS
|
||||||
env_auth = false
|
- env_auth: false
|
||||||
access_key_id = XXX
|
- access_key_id: XXX
|
||||||
secret_access_key = YYY
|
- secret_access_key: YYY
|
||||||
region = us-east-1
|
- region: us-east-1
|
||||||
endpoint =
|
- endpoint:
|
||||||
location_constraint =
|
- location_constraint:
|
||||||
acl = private
|
- acl: private
|
||||||
server_side_encryption =
|
- server_side_encryption:
|
||||||
storage_class =
|
- storage_class:
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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.
|
Path to unencrypted PEM-encoded private key file, leave blank to use ssh-agent.
|
||||||
key_file>
|
key_file>
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
host = example.com
|
- type: sftp
|
||||||
user = sftpuser
|
- host: example.com
|
||||||
port =
|
- user: sftpuser
|
||||||
pass =
|
- port:
|
||||||
key_file =
|
- pass:
|
||||||
--------------------
|
- key_file:
|
||||||
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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
|
Log in and authorize rclone for access
|
||||||
Waiting for code...
|
Waiting for code...
|
||||||
Got code
|
Got code
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = sharefile
|
- type: sharefile
|
||||||
endpoint = https://XXX.sharefile.com
|
- endpoint: https://XXX.sharefile.com
|
||||||
token = {"access_token":"XXX","token_type":"bearer","refresh_token":"XXX","expiry":"2019-09-30T19:41:45.878561877+01:00"}
|
- 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
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -150,11 +150,11 @@ Access Grant.
|
|||||||
Enter a string value. Press Enter for the default ("").
|
Enter a string value. Press Enter for the default ("").
|
||||||
access_grant> your-access-grant-received-by-someone-else
|
access_grant> your-access-grant-received-by-someone-else
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = storj
|
- type: storj
|
||||||
access_grant = your-access-grant-received-by-someone-else
|
- access_grant: your-access-grant-received-by-someone-else
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK (default)
|
y) Yes this is OK (default)
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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 ("").
|
Enter a string value. Press Enter for the default ("").
|
||||||
passphrase> your-human-readable-encryption-passphrase
|
passphrase> your-human-readable-encryption-passphrase
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = storj
|
- type: storj
|
||||||
satellite_address = 12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us1.storj.io:7777
|
- satellite_address: 12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us1.storj.io:7777
|
||||||
api_key = your-api-key-for-your-storj-project
|
- api_key: your-api-key-for-your-storj-project
|
||||||
passphrase = your-human-readable-encryption-passphrase
|
- passphrase: your-human-readable-encryption-passphrase
|
||||||
access_grant = the-access-grant-generated-from-the-api-key-and-passphrase
|
- access_grant: the-access-grant-generated-from-the-api-key-and-passphrase
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK (default)
|
y) Yes this is OK (default)
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -62,11 +62,11 @@ Remote config
|
|||||||
Username (email address)> nick@craig-wood.com
|
Username (email address)> nick@craig-wood.com
|
||||||
Your Sugarsync password is only required during setup and will not be stored.
|
Your Sugarsync password is only required during setup and will not be stored.
|
||||||
password:
|
password:
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = sugarsync
|
- type: sugarsync
|
||||||
refresh_token = https://api.sugarsync.com/app-authorization/XXXXXXXXXXXXXXXXXX
|
- refresh_token: https://api.sugarsync.com/app-authorization/XXXXXXXXXXXXXXXXXX
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK (default)
|
y) Yes this is OK (default)
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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").
|
Enter a signed integer. Press Enter for the default ("120").
|
||||||
cache_time>
|
cache_time>
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = union
|
- type: union
|
||||||
upstreams = remote1:dir1 remote2:dir2 remote3:dir3
|
- upstreams: remote1:dir1 remote2:dir2 remote3:dir3
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -72,15 +72,15 @@ password:
|
|||||||
Bearer token instead of user/pass (e.g. a Macaroon)
|
Bearer token instead of user/pass (e.g. a Macaroon)
|
||||||
bearer_token>
|
bearer_token>
|
||||||
Remote config
|
Remote config
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = webdav
|
- type: webdav
|
||||||
url = https://example.com/remote.php/webdav/
|
- url: https://example.com/remote.php/webdav/
|
||||||
vendor = nextcloud
|
- vendor: nextcloud
|
||||||
user = user
|
- user: user
|
||||||
pass = *** ENCRYPTED ***
|
- pass: *** ENCRYPTED ***
|
||||||
bearer_token =
|
- bearer_token:
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete 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
|
Log in and authorize rclone for access
|
||||||
Waiting for code...
|
Waiting for code...
|
||||||
Got code
|
Got code
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
client_id =
|
- type: yandex
|
||||||
client_secret =
|
- client_id:
|
||||||
token = {"access_token":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","token_type":"OAuth","expiry":"2016-12-29T12:27:11.362788025Z"}
|
- 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
|
y) Yes this is OK
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
@ -64,12 +64,12 @@ Choose a number from below, or type in your own value
|
|||||||
1 / General
|
1 / General
|
||||||
\ "4u2869d2aa6fca04f4f2f896b6539243b85b1"
|
\ "4u2869d2aa6fca04f4f2f896b6539243b85b1"
|
||||||
Enter a Workspace ID> 1
|
Enter a Workspace ID> 1
|
||||||
--------------------
|
Configuration complete.
|
||||||
[remote]
|
Options:
|
||||||
type = zoho
|
- type: zoho
|
||||||
token = {"access_token":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","token_type":"Zoho-oauthtoken","refresh_token":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","expiry":"2020-10-12T00:54:52.370275223+02:00"}
|
- token: {"access_token":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","token_type":"Zoho-oauthtoken","refresh_token":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","expiry":"2020-10-12T00:54:52.370275223+02:00"}
|
||||||
root_folder_id = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
- root_folder_id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||||
--------------------
|
Keep this "remote" remote?
|
||||||
y) Yes this is OK (default)
|
y) Yes this is OK (default)
|
||||||
e) Edit this remote
|
e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
Loading…
Reference in New Issue
Block a user