jottacloud: update docs regarding devices and mountpoints

This commit is contained in:
buengese 2019-05-17 17:39:11 +02:00 committed by Nick Craig-Wood
parent 25f7f2b60a
commit 11264c4fb8

View File

@ -25,26 +25,20 @@ n) New remote
s) Set configuration password s) Set configuration password
q) Quit config q) Quit config
n/s/q> n n/s/q> n
name> remote name> jotta
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] [snip]
13 / JottaCloud 14 / JottaCloud
\ "jottacloud" \ "jottacloud"
[snip] [snip]
Storage> jottacloud Storage> jottacloud
User Name ** See help for jottacloud backend at: https://rclone.org/jottacloud/ **
User Name:
Enter a string value. Press Enter for the default (""). Enter a string value. Press Enter for the default ("").
user> user user> user@email.tld
The mountpoint to use.
Enter a string value. Press Enter for the default ("").
Choose a number from below, or type in your own value
1 / Will be synced by the official client.
\ "Sync"
2 / Archive
\ "Archive"
mountpoint> Archive
Edit advanced config? (y/n) Edit advanced config? (y/n)
y) Yes y) Yes
n) No n) No
@ -58,16 +52,35 @@ Rclone has it's own Jottacloud API KEY which works fine as long as one only uses
y) Yes y) Yes
n) No n) No
y/n> y y/n> y
Your Jottacloud password is only required during config and will not be stored. Your Jottacloud password is only required during setup and will not be stored.
password: password:
Do you want to use a non standard device/mountpoint e.g. for accessing files uploaded using the official Jottacloud client?
y) Yes
n) No
y/n> y
Please select the device to use. Normally this will be Jotta
Choose a number from below, or type in an existing value
1 > DESKTOP-3H31129
2 > test1
3 > Jotta
Devices> 3
Please select the mountpoint to user. Normally this will be Archive
Choose a number from below, or type in an existing value
1 > Archive
2 > Shared
3 > Sync
Mountpoints> 1
-------------------- --------------------
[remote] [jotta]
type = jottacloud type = jottacloud
user = olihey user = 0xC4KE@gmail.com
mountpoint = Archive
client_id = ..... client_id = .....
client_secret = ........ client_secret = ........
token = {........} token = {........}
device = Jotta
mountpoint = Archive
-------------------- --------------------
y) Yes this is OK y) Yes this is OK
e) Edit this remote e) Edit this remote
@ -88,6 +101,11 @@ To copy a local directory to an Jottacloud directory called backup
rclone copy /home/source remote:backup rclone copy /home/source remote:backup
### Devices and Mountpoints ###
The official Jottacloud client registers a device for each computer you install it on and then creates a mountpoint for each folder you select for Backup.
The web interface uses a special device called Jotta for the Archive, Sync and Shared mountpoints. In most cases you'll want to use the Jotta/Archive device/mounpoint however if you want to access files uploaded by the official rclone provides the option to select other devices and mountpoints during config.
### --fast-list ### ### --fast-list ###
This remote supports `--fast-list` which allows you to use fewer This remote supports `--fast-list` which allows you to use fewer
@ -149,20 +167,6 @@ User Name:
- Type: string - Type: string
- Default: "" - Default: ""
#### --jottacloud-mountpoint
The mountpoint to use.
- Config: mountpoint
- Env Var: RCLONE_JOTTACLOUD_MOUNTPOINT
- Type: string
- Default: ""
- Examples:
- "Sync"
- Will be synced by the official client.
- "Archive"
- Archive
### Advanced Options ### Advanced Options
Here are the advanced options specific to jottacloud (JottaCloud). Here are the advanced options specific to jottacloud (JottaCloud).