mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 15:38:57 +01:00
docs: make the config walkthroughs consistent for each backend
This commit is contained in:
parent
a3faf98aa0
commit
73e010aff9
@ -21,7 +21,7 @@ import (
|
|||||||
func init() {
|
func init() {
|
||||||
fsi := &fs.RegInfo{
|
fsi := &fs.RegInfo{
|
||||||
Name: "union",
|
Name: "union",
|
||||||
Description: "A stackable unification remote, which can appear to merge the contents of several remotes",
|
Description: "Union merges the contents of several remotes",
|
||||||
NewFs: NewFs,
|
NewFs: NewFs,
|
||||||
Options: []fs.Option{{
|
Options: []fs.Option{{
|
||||||
Name: "remotes",
|
Name: "remotes",
|
||||||
|
@ -41,51 +41,11 @@ n/s/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Alias for an existing remote
|
[snip]
|
||||||
|
XX / Alias for an existing remote
|
||||||
\ "alias"
|
\ "alias"
|
||||||
2 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
Storage> alias
|
||||||
3 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
4 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
5 / Box
|
|
||||||
\ "box"
|
|
||||||
6 / Cache a remote
|
|
||||||
\ "cache"
|
|
||||||
7 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
8 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
9 / FTP Connection
|
|
||||||
\ "ftp"
|
|
||||||
10 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
11 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
12 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
13 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
14 / Microsoft Azure Blob Storage
|
|
||||||
\ "azureblob"
|
|
||||||
15 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
16 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
17 / Pcloud
|
|
||||||
\ "pcloud"
|
|
||||||
18 / QingCloud Object Storage
|
|
||||||
\ "qingstor"
|
|
||||||
19 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
20 / Webdav
|
|
||||||
\ "webdav"
|
|
||||||
21 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
22 / http Connection
|
|
||||||
\ "http"
|
|
||||||
Storage> 1
|
|
||||||
Remote or path to alias.
|
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
|
||||||
|
@ -65,35 +65,11 @@ n/r/c/s/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
|
XX / Amazon Drive
|
||||||
\ "amazon cloud drive"
|
\ "amazon cloud drive"
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
[snip]
|
||||||
\ "s3"
|
Storage> amazon cloud drive
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
4 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
5 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
6 / FTP Connection
|
|
||||||
\ "ftp"
|
|
||||||
7 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
8 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
9 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
10 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
11 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
12 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
13 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
14 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
Storage> 1
|
|
||||||
Amazon Application Client Id - required.
|
Amazon Application Client Id - required.
|
||||||
client_id> your client ID goes here
|
client_id> your client ID goes here
|
||||||
Amazon Application Client Secret - required.
|
Amazon Application Client Secret - required.
|
||||||
|
@ -27,40 +27,10 @@ n/s/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / Microsoft Azure Blob Storage
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
4 / Box
|
|
||||||
\ "box"
|
|
||||||
5 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
6 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
7 / FTP Connection
|
|
||||||
\ "ftp"
|
|
||||||
8 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
9 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
10 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
11 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
12 / Microsoft Azure Blob Storage
|
|
||||||
\ "azureblob"
|
\ "azureblob"
|
||||||
13 / Microsoft OneDrive
|
[snip]
|
||||||
\ "onedrive"
|
|
||||||
14 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
15 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
16 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
17 / http Connection
|
|
||||||
\ "http"
|
|
||||||
Storage> azureblob
|
Storage> azureblob
|
||||||
Storage Account Name
|
Storage Account Name
|
||||||
account> account_name
|
account> account_name
|
||||||
|
@ -30,33 +30,11 @@ n/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / Backblaze B2
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
\ "b2"
|
||||||
4 / Dropbox
|
[snip]
|
||||||
\ "dropbox"
|
Storage> b2
|
||||||
5 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
6 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
7 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
8 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
9 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
10 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
11 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
12 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
13 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
Storage> 3
|
|
||||||
Account ID or Application Key ID
|
Account ID or Application Key ID
|
||||||
account> 123456789abc
|
account> 123456789abc
|
||||||
Application Key
|
Application Key
|
||||||
|
@ -29,38 +29,10 @@ n/s/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / Box
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
4 / Box
|
|
||||||
\ "box"
|
\ "box"
|
||||||
5 / Dropbox
|
[snip]
|
||||||
\ "dropbox"
|
|
||||||
6 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
7 / FTP Connection
|
|
||||||
\ "ftp"
|
|
||||||
8 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
9 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
10 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
11 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
12 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
13 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
14 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
15 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
16 / http Connection
|
|
||||||
\ "http"
|
|
||||||
Storage> box
|
Storage> box
|
||||||
Box App Client Id - leave blank normally.
|
Box App Client Id - leave blank normally.
|
||||||
client_id>
|
client_id>
|
||||||
|
@ -30,11 +30,11 @@ n/r/c/s/q> n
|
|||||||
name> test-cache
|
name> test-cache
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
...
|
[snip]
|
||||||
5 / Cache a remote
|
XX / Cache a remote
|
||||||
\ "cache"
|
\ "cache"
|
||||||
...
|
[snip]
|
||||||
Storage> 5
|
Storage> cache
|
||||||
Remote to cache.
|
Remote to cache.
|
||||||
Normally should contain a ':' and a path, eg "myremote:path/to/dir",
|
Normally should contain a ':' and a path, eg "myremote:path/to/dir",
|
||||||
"myremote:bucket" or maybe "myremote:" (not recommended).
|
"myremote:bucket" or maybe "myremote:" (not recommended).
|
||||||
|
@ -34,33 +34,11 @@ n/s/q> n
|
|||||||
name> secret
|
name> secret
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / Encrypt/Decrypt a remote
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
4 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
5 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
\ "crypt"
|
||||||
6 / Google Cloud Storage (this is not Google Drive)
|
[snip]
|
||||||
\ "google cloud storage"
|
Storage> crypt
|
||||||
7 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
8 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
9 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
10 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
11 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
12 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
13 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
Storage> 5
|
|
||||||
Remote to encrypt/decrypt.
|
Remote to encrypt/decrypt.
|
||||||
Normally should contain a ':' and a path, eg "myremote:path/to/dir",
|
Normally should contain a ':' and a path, eg "myremote:path/to/dir",
|
||||||
"myremote:bucket" or maybe "myremote:" (not recommended).
|
"myremote:bucket" or maybe "myremote:" (not recommended).
|
||||||
|
@ -33,7 +33,7 @@ name> remote
|
|||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
[snip]
|
[snip]
|
||||||
10 / Google Drive
|
XX / Google Drive
|
||||||
\ "drive"
|
\ "drive"
|
||||||
[snip]
|
[snip]
|
||||||
Storage> drive
|
Storage> drive
|
||||||
|
@ -30,33 +30,11 @@ e/n/d/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / Dropbox
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
4 / Dropbox
|
|
||||||
\ "dropbox"
|
\ "dropbox"
|
||||||
5 / Encrypt/Decrypt a remote
|
[snip]
|
||||||
\ "crypt"
|
Storage> dropbox
|
||||||
6 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
7 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
8 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
9 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
10 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
11 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
12 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
13 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
Storage> 4
|
|
||||||
Dropbox App Key - leave blank normally.
|
Dropbox App Key - leave blank normally.
|
||||||
app_key>
|
app_key>
|
||||||
Dropbox App Secret - leave blank normally.
|
Dropbox App Secret - leave blank normally.
|
||||||
|
@ -34,9 +34,10 @@ name> remote
|
|||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Enter a string value. Press Enter for the default ("").
|
Enter a string value. Press Enter for the default ("").
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / 1Fichier
|
[snip]
|
||||||
|
XX / 1Fichier
|
||||||
\ "fichier"
|
\ "fichier"
|
||||||
...
|
[snip]
|
||||||
Storage> fichier
|
Storage> fichier
|
||||||
** See help for fichier backend at: https://rclone.org/fichier/ **
|
** See help for fichier backend at: https://rclone.org/fichier/ **
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Type of storage to configure.
|
|||||||
Enter a string value. Press Enter for the default ("").
|
Enter a string value. Press Enter for the default ("").
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
[snip]
|
[snip]
|
||||||
10 / FTP Connection
|
XX / FTP Connection
|
||||||
\ "ftp"
|
\ "ftp"
|
||||||
[snip]
|
[snip]
|
||||||
Storage> ftp
|
Storage> ftp
|
||||||
|
@ -28,33 +28,11 @@ e/n/d/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / Google Cloud Storage (this is not Google Drive)
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
4 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
5 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
6 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
\ "google cloud storage"
|
||||||
7 / Google Drive
|
[snip]
|
||||||
\ "drive"
|
Storage> google cloud storage
|
||||||
8 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
9 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
10 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
11 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
12 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
13 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
Storage> 6
|
|
||||||
Google Application Client Id - leave blank normally.
|
Google Application Client Id - leave blank normally.
|
||||||
client_id>
|
client_id>
|
||||||
Google Application Client Secret - leave blank normally.
|
Google Application Client Secret - leave blank normally.
|
||||||
|
@ -38,7 +38,7 @@ Type of storage to configure.
|
|||||||
Enter a string value. Press Enter for the default ("").
|
Enter a string value. Press Enter for the default ("").
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
[snip]
|
[snip]
|
||||||
13 / Google Photos
|
XX / Google Photos
|
||||||
\ "google photos"
|
\ "google photos"
|
||||||
[snip]
|
[snip]
|
||||||
Storage> google photos
|
Storage> google photos
|
||||||
|
@ -32,36 +32,10 @@ n/s/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / http Connection
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
4 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
5 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
6 / FTP Connection
|
|
||||||
\ "ftp"
|
|
||||||
7 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
8 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
9 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
10 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
11 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
12 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
13 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
14 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
15 / http Connection
|
|
||||||
\ "http"
|
\ "http"
|
||||||
|
[snip]
|
||||||
Storage> http
|
Storage> http
|
||||||
URL of http host to connect to
|
URL of http host to connect to
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
|
@ -28,33 +28,11 @@ n/s> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / Hubic
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
4 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
5 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
6 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
7 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
8 / Hubic
|
|
||||||
\ "hubic"
|
\ "hubic"
|
||||||
9 / Local Disk
|
[snip]
|
||||||
\ "local"
|
Storage> hubic
|
||||||
10 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
11 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
12 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
13 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
Storage> 8
|
|
||||||
Hubic Client Id - leave blank normally.
|
Hubic Client Id - leave blank normally.
|
||||||
client_id>
|
client_id>
|
||||||
Hubic Client Secret - leave blank normally.
|
Hubic Client Secret - leave blank normally.
|
||||||
|
@ -30,7 +30,7 @@ Type of storage to configure.
|
|||||||
Enter a string value. Press Enter for the default ("").
|
Enter a string value. Press Enter for the default ("").
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
[snip]
|
[snip]
|
||||||
14 / JottaCloud
|
XX / JottaCloud
|
||||||
\ "jottacloud"
|
\ "jottacloud"
|
||||||
[snip]
|
[snip]
|
||||||
Storage> jottacloud
|
Storage> jottacloud
|
||||||
|
@ -32,60 +32,10 @@ name> koofr
|
|||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Enter a string value. Press Enter for the default ("").
|
Enter a string value. Press Enter for the default ("").
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / A stackable unification remote, which can appear to merge the contents of several remotes
|
[snip]
|
||||||
\ "union"
|
XX / Koofr
|
||||||
2 / Alias for an existing remote
|
|
||||||
\ "alias"
|
|
||||||
3 / Amazon Drive
|
|
||||||
\ "amazon cloud drive"
|
|
||||||
4 / Amazon S3 Compliant Storage Provider (AWS, Alibaba, Ceph, Digital Ocean, Dreamhost, IBM COS, Minio, etc)
|
|
||||||
\ "s3"
|
|
||||||
5 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
6 / Box
|
|
||||||
\ "box"
|
|
||||||
7 / Cache a remote
|
|
||||||
\ "cache"
|
|
||||||
8 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
9 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
10 / FTP Connection
|
|
||||||
\ "ftp"
|
|
||||||
11 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
12 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
13 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
14 / JottaCloud
|
|
||||||
\ "jottacloud"
|
|
||||||
15 / Koofr
|
|
||||||
\ "koofr"
|
\ "koofr"
|
||||||
16 / Local Disk
|
[snip]
|
||||||
\ "local"
|
|
||||||
17 / Mega
|
|
||||||
\ "mega"
|
|
||||||
18 / Microsoft Azure Blob Storage
|
|
||||||
\ "azureblob"
|
|
||||||
19 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
20 / OpenDrive
|
|
||||||
\ "opendrive"
|
|
||||||
21 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
22 / Pcloud
|
|
||||||
\ "pcloud"
|
|
||||||
23 / QingCloud Object Storage
|
|
||||||
\ "qingstor"
|
|
||||||
24 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
25 / Webdav
|
|
||||||
\ "webdav"
|
|
||||||
26 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
27 / http Connection
|
|
||||||
\ "http"
|
|
||||||
Storage> koofr
|
Storage> koofr
|
||||||
** See help for koofr backend at: https://rclone.org/koofr/ **
|
** See help for koofr backend at: https://rclone.org/koofr/ **
|
||||||
|
|
||||||
|
@ -35,14 +35,10 @@ n/s/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Alias for an existing remote
|
|
||||||
\ "alias"
|
|
||||||
[snip]
|
[snip]
|
||||||
14 / Mega
|
XX / Mega
|
||||||
\ "mega"
|
\ "mega"
|
||||||
[snip]
|
[snip]
|
||||||
23 / http Connection
|
|
||||||
\ "http"
|
|
||||||
Storage> mega
|
Storage> mega
|
||||||
User name
|
User name
|
||||||
user> you@example.com
|
user> you@example.com
|
||||||
|
@ -34,11 +34,11 @@ name> remote
|
|||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Enter a string value. Press Enter for the default ("").
|
Enter a string value. Press Enter for the default ("").
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
...
|
[snip]
|
||||||
18 / Microsoft OneDrive
|
XX / Microsoft OneDrive
|
||||||
\ "onedrive"
|
\ "onedrive"
|
||||||
...
|
[snip]
|
||||||
Storage> 18
|
Storage> onedrive
|
||||||
Microsoft App Client Id
|
Microsoft App Client Id
|
||||||
Leave blank normally.
|
Leave blank normally.
|
||||||
Enter a string value. Press Enter for the default ("").
|
Enter a string value. Press Enter for the default ("").
|
||||||
|
@ -25,35 +25,11 @@ e/n/d/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / OpenDrive
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
4 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
5 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
6 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
7 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
8 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
9 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
10 / OpenDrive
|
|
||||||
\ "opendrive"
|
\ "opendrive"
|
||||||
11 / Microsoft OneDrive
|
[snip]
|
||||||
\ "onedrive"
|
Storage> opendrive
|
||||||
12 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
13 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
14 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
Storage> 10
|
|
||||||
Username
|
Username
|
||||||
username>
|
username>
|
||||||
Password
|
Password
|
||||||
|
@ -29,44 +29,10 @@ n/s/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / Pcloud
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
4 / Box
|
|
||||||
\ "box"
|
|
||||||
5 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
6 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
7 / FTP Connection
|
|
||||||
\ "ftp"
|
|
||||||
8 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
9 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
10 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
11 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
12 / Microsoft Azure Blob Storage
|
|
||||||
\ "azureblob"
|
|
||||||
13 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
14 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
15 / Pcloud
|
|
||||||
\ "pcloud"
|
\ "pcloud"
|
||||||
16 / QingCloud Object Storage
|
[snip]
|
||||||
\ "qingstor"
|
|
||||||
17 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
18 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
19 / http Connection
|
|
||||||
\ "http"
|
|
||||||
Storage> pcloud
|
Storage> pcloud
|
||||||
Pcloud App Client Id - leave blank normally.
|
Pcloud App Client Id - leave blank normally.
|
||||||
client_id>
|
client_id>
|
||||||
|
@ -31,8 +31,9 @@ Type of storage to configure.
|
|||||||
Enter a string value. Press Enter for the default ("").
|
Enter a string value. Press Enter for the default ("").
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
[snip]
|
[snip]
|
||||||
30 / premiumize.me
|
XX / premiumize.me
|
||||||
\ "premiumizeme"
|
\ "premiumizeme"
|
||||||
|
[snip]
|
||||||
Storage> premiumizeme
|
Storage> premiumizeme
|
||||||
** See help for premiumizeme backend at: https://rclone.org/premiumizeme/ **
|
** See help for premiumizeme backend at: https://rclone.org/premiumizeme/ **
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Type of storage to configure.
|
|||||||
Enter a string value. Press Enter for the default ("").
|
Enter a string value. Press Enter for the default ("").
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
[snip]
|
[snip]
|
||||||
25 / Put.io
|
XX / Put.io
|
||||||
\ "putio"
|
\ "putio"
|
||||||
[snip]
|
[snip]
|
||||||
Storage> putio
|
Storage> putio
|
||||||
|
@ -27,37 +27,11 @@ n/r/c/s/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / QingStor Object Storage
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
4 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
5 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
6 / FTP Connection
|
|
||||||
\ "ftp"
|
|
||||||
7 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
8 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
9 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
10 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
11 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
12 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
13 / QingStor Object Storage
|
|
||||||
\ "qingstor"
|
\ "qingstor"
|
||||||
14 / SSH/SFTP Connection
|
[snip]
|
||||||
\ "sftp"
|
Storage> qingstor
|
||||||
15 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
Storage> 13
|
|
||||||
Get QingStor credentials from runtime. Only applies if access_key_id and secret_access_key is blank.
|
Get QingStor credentials from runtime. Only applies if access_key_id and secret_access_key is blank.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Enter QingStor credentials in the next step
|
1 / Enter QingStor credentials in the next step
|
||||||
|
@ -58,17 +58,10 @@ n/s/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Alias for an existing remote
|
|
||||||
\ "alias"
|
|
||||||
2 / Amazon Drive
|
|
||||||
\ "amazon cloud drive"
|
|
||||||
3 / Amazon S3 Compliant Storage Providers (AWS, Ceph, Dreamhost, IBM COS, Minio)
|
|
||||||
\ "s3"
|
|
||||||
4 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
[snip]
|
[snip]
|
||||||
23 / http Connection
|
XX / Amazon S3 Compliant Storage Providers (AWS, Ceph, Dreamhost, IBM COS, Minio)
|
||||||
\ "http"
|
\ "s3"
|
||||||
|
[snip]
|
||||||
Storage> s3
|
Storage> s3
|
||||||
Choose your S3 provider.
|
Choose your S3 provider.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
@ -1527,9 +1520,8 @@ n/s> n
|
|||||||
name> wasabi
|
name> wasabi
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / Amazon S3 (also Dreamhost, Ceph, Minio)
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
\ "s3"
|
||||||
[snip]
|
[snip]
|
||||||
Storage> s3
|
Storage> s3
|
||||||
|
@ -41,36 +41,10 @@ n/s/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / SSH/SFTP Connection
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
4 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
5 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
6 / FTP Connection
|
|
||||||
\ "ftp"
|
|
||||||
7 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
8 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
9 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
10 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
11 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
12 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
13 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
\ "sftp"
|
||||||
14 / Yandex Disk
|
[snip]
|
||||||
\ "yandex"
|
|
||||||
15 / http Connection
|
|
||||||
\ "http"
|
|
||||||
Storage> sftp
|
Storage> sftp
|
||||||
SSH host to connect to
|
SSH host to connect to
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
|
@ -34,48 +34,10 @@ n/s/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
4 / Box
|
|
||||||
\ "box"
|
|
||||||
5 / Cache a remote
|
|
||||||
\ "cache"
|
|
||||||
6 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
7 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
8 / FTP Connection
|
|
||||||
\ "ftp"
|
|
||||||
9 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
10 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
11 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
12 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
13 / Microsoft Azure Blob Storage
|
|
||||||
\ "azureblob"
|
|
||||||
14 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
15 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
\ "swift"
|
||||||
16 / Pcloud
|
[snip]
|
||||||
\ "pcloud"
|
|
||||||
17 / QingCloud Object Storage
|
|
||||||
\ "qingstor"
|
|
||||||
18 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
19 / Webdav
|
|
||||||
\ "webdav"
|
|
||||||
20 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
21 / http Connection
|
|
||||||
\ "http"
|
|
||||||
Storage> swift
|
Storage> swift
|
||||||
Get swift credentials from environment variables in standard OpenStack form.
|
Get swift credentials from environment variables in standard OpenStack form.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
|
@ -44,58 +44,10 @@ n/s/q> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Alias for an existing remote
|
[snip]
|
||||||
\ "alias"
|
XX / Union merges the contents of several remotes
|
||||||
2 / Amazon Drive
|
|
||||||
\ "amazon cloud drive"
|
|
||||||
3 / Amazon S3 Compliant Storage Providers (AWS, Ceph, Dreamhost, IBM COS, Minio)
|
|
||||||
\ "s3"
|
|
||||||
4 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
5 / Box
|
|
||||||
\ "box"
|
|
||||||
6 / Builds a stackable unification remote, which can appear to merge the contents of several remotes
|
|
||||||
\ "union"
|
\ "union"
|
||||||
7 / Cache a remote
|
[snip]
|
||||||
\ "cache"
|
|
||||||
8 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
9 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
10 / FTP Connection
|
|
||||||
\ "ftp"
|
|
||||||
11 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
12 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
13 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
14 / JottaCloud
|
|
||||||
\ "jottacloud"
|
|
||||||
15 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
16 / Mega
|
|
||||||
\ "mega"
|
|
||||||
17 / Microsoft Azure Blob Storage
|
|
||||||
\ "azureblob"
|
|
||||||
18 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
19 / OpenDrive
|
|
||||||
\ "opendrive"
|
|
||||||
20 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
21 / Pcloud
|
|
||||||
\ "pcloud"
|
|
||||||
22 / QingCloud Object Storage
|
|
||||||
\ "qingstor"
|
|
||||||
23 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
24 / Webdav
|
|
||||||
\ "webdav"
|
|
||||||
25 / Yandex Disk
|
|
||||||
\ "yandex"
|
|
||||||
26 / http Connection
|
|
||||||
\ "http"
|
|
||||||
Storage> union
|
Storage> union
|
||||||
List of space separated remotes.
|
List of space separated remotes.
|
||||||
Can be 'remotea:test/dir remoteb:', '"remotea:test/space dir" remoteb:', etc.
|
Can be 'remotea:test/dir remoteb:', '"remotea:test/space dir" remoteb:', etc.
|
||||||
|
@ -31,7 +31,7 @@ name> remote
|
|||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
[snip]
|
[snip]
|
||||||
22 / Webdav
|
XX / Webdav
|
||||||
\ "webdav"
|
\ "webdav"
|
||||||
[snip]
|
[snip]
|
||||||
Storage> webdav
|
Storage> webdav
|
||||||
|
@ -25,33 +25,11 @@ n/s> n
|
|||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Amazon Drive
|
[snip]
|
||||||
\ "amazon cloud drive"
|
XX / Yandex Disk
|
||||||
2 / Amazon S3 (also Dreamhost, Ceph, Minio)
|
|
||||||
\ "s3"
|
|
||||||
3 / Backblaze B2
|
|
||||||
\ "b2"
|
|
||||||
4 / Dropbox
|
|
||||||
\ "dropbox"
|
|
||||||
5 / Encrypt/Decrypt a remote
|
|
||||||
\ "crypt"
|
|
||||||
6 / Google Cloud Storage (this is not Google Drive)
|
|
||||||
\ "google cloud storage"
|
|
||||||
7 / Google Drive
|
|
||||||
\ "drive"
|
|
||||||
8 / Hubic
|
|
||||||
\ "hubic"
|
|
||||||
9 / Local Disk
|
|
||||||
\ "local"
|
|
||||||
10 / Microsoft OneDrive
|
|
||||||
\ "onedrive"
|
|
||||||
11 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
|
|
||||||
\ "swift"
|
|
||||||
12 / SSH/SFTP Connection
|
|
||||||
\ "sftp"
|
|
||||||
13 / Yandex Disk
|
|
||||||
\ "yandex"
|
\ "yandex"
|
||||||
Storage> 13
|
[snip]
|
||||||
|
Storage> yandex
|
||||||
Yandex Client Id - leave blank normally.
|
Yandex Client Id - leave blank normally.
|
||||||
client_id>
|
client_id>
|
||||||
Yandex Client Secret - leave blank normally.
|
Yandex Client Secret - leave blank normally.
|
||||||
|
Loading…
Reference in New Issue
Block a user