# IDrive e2 Destination

Duplicati supports storing files on [iDrive e2](https://www.idrive.com/s3-storage-e2/), which is a large-scale object storage, similar to S3. In iDrive e2 you store "objects" (similar to files) in "buckets" which define various properties shared between the objects. If you use a `/` in the object prefix, they can be displayed as virtual folders when listing them..

Note that the bucket id is globally unique, so it is recommended using a name that is not likely to conflict with other users, such as prefixing the bucket with the project id or a similar unique value. If you use a simple name, like `data` or `backup` it is likely already associated with another project and you will get permission errors when attempting to use it.

Note that iDrive has a similar offering called [iDrive Cloud Backup](https://www.idrive.com), which is not currently supported by Duplicati.

## 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-0558450e9b90fd36f254beb14b1b4d6ed86eaa76%2FScreenshot%202025-11-03%20at%2015.32.25.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-c66a2be8317896287726a1f217f2fbc4c530468a%2FScreenshot%202025-11-03%20at%2015.32.32.png?alt=media" alt="Configuring iDrive e2"></picture><figcaption></figcaption></figure>

To use iDrive e2, you must supply: bucket, path in bucket, access id, and access secret.

If you use the "Test connection" and the bucket does not exist, Duplicati will offer to create it for you.

As the iDrive e2 backend is S3 based, there are many advanced options that can be configured.

## URL format for Commandline

To use iDrive e2, you can use the following URL format:

```
e2://<bucket>/<prefix>
  ?access_key_id=<Access key id>
  &access_secret_key=<Access secret key>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.duplicati.com/backup-destinations/provider-specific-destinations/idrive-e2-destination.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
