> For the complete documentation index, see [llms.txt](https://docs.eazybackup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eazybackup.com/e3-object-storage/connect-apps-and-tools/how-to-use-duplicati-with-eazybackup-e3-object-storage.md).

# How to use Duplicati with eazyBackup e3

**Duplicati** is open-source backup software with encryption, scheduling, and S3-compatible destinations.

Connection settings: Connection details.

## What you need

* **e3 Object Storage** service (trial or paid)
* **Access Key** and **Secret Key** for the bucket owner
* **Endpoint** — `s3.ca-central-1.eazybackup.com`
* A **bucket** name
* **Duplicati** installed (web UI typically at `http://localhost:8200/`)

{% stepper %}
{% step %}

### Create a bucket

1. Sign in at [accounts.eazybackup.ca](https://accounts.eazybackup.ca/).
2. Open **e3 Object Storage → Buckets**.
3. Click **Create Bucket**, enter a name, choose **Select Bucket Owner**, submit.
   {% endstep %}

{% step %}

### Add a backup job in Duplicati

1. Open Duplicati and click **Add backup**.
2. Set a **name**, enable **AES-256 encryption**, and choose a strong **passphrase** (required to restore).
   {% endstep %}

{% step %}

### Configure destination (S3 Compatible)

| Field                   | Value                                             |
| ----------------------- | ------------------------------------------------- |
| Storage type            | **S3 Compatible**                                 |
| Use SSL                 | **Enabled**                                       |
| Server                  | **Custom URL** — `s3.ca-central-1.eazybackup.com` |
| Bucket                  | Your bucket name                                  |
| Region / storage class  | Default                                           |
| Folder path             | e.g. `duplicati/`                                 |
| Access Key / Secret Key | From **Access Keys** or **Users**                 |

Click **Test connection** before continuing.
{% endstep %}

{% step %}

### Select source and schedule

Choose files/folders to back up, set a schedule (daily/weekly off-hours), and configure **retention** to limit growth and billable storage.

For large backups, consider increasing **Remote volume size** above the default 50 MB.

Click **Save** to finish.
{% endstep %}
{% endstepper %}

Run the job manually or wait for the scheduled run.
