# Jottacloud Destination

## User interface

<figure><picture><source srcset="https://2363712449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cMJiGuXy340g9NzpxLY%2Fuploads%2Fgit-blob-bcc1b9ed07bba036cbc4529e9534db9f87d52b69%2FScreenshot%202025-11-03%20at%2015.35.06.png?alt=media" media="(prefers-color-scheme: dark)"><img src="https://2363712449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cMJiGuXy340g9NzpxLY%2Fuploads%2Fgit-blob-a8c9116aa6ddaf25079d7fc68ceabe69b56f864c%2FScreenshot%202025-11-03%20at%2015.35.16.png?alt=media" alt="Jottacloud destination configuration"></picture><figcaption></figcaption></figure>

To configure the Jottacloud destination you need to pick a unique folder name for the backups, and then authorize Duplicati to work on your behalf. Simply click the "AuthID" link in the text field and the authentication process will start and fill out the "AuthID" when you are done.

## URL format for Commandline

To use the [Jottacloud](https://jottacloud.com/) storage destination, you can use the following URL format:

```
jottacloud://<folder>/<subfolder>
  ?authid=<authid>
```

To use Jottacloud you must first obtain an `AuthID` by using a Duplicati service to log in to Jottacloud and approve the access. See the [page on the OAuth Server](https://docs.duplicati.com/duplicati-programs/oauth-server) for different ways to obtain an AuthID.

## Device and mount point

Within Jottacloud, each machine registered is a device that can be used for storage, and within each device you an choose the mount point. By default, Duplicati will use the special device `Jotta` and the mount point `Archive`.

If you need to store data on another device, you can use the options `--jottacloud-device` and `--jottacloud-mountpoint` to set the device and mount point. If you only set the device, the mount point will be set to `Duplicati`.

## Performance tuning

If you need to tune the performance and resource usage to match your specific setup, you can adjust the two parameters:

* `--jottacloud-threads`: The number of threads used to fetch chunks with
* `--jottacloud-chunksize`: The size of chunks to download with each thread
