---
title: "Egnyte With Wasabi"
slug: "egnyte-with-wasabi"
updated: 2026-04-19T19:48:30Z
published: 2026-04-19T19:48:30Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Egnyte With Wasabi

W[Egnyte Content Cloud](https://www.egnyte.com/products) powers flexible collaboration, secure intelligence, and built-in governance that enable teams to work more efficiently, uncover insights faster, and safeguard data across the entire content lifecycle. Wasabi has been validated for use as an external replication destination with Egnyte.

## Prerequisites

- An Egnyte account
  - The end-user must have a Secure & Govern Tenant
  - Feature is available as a standalone add-on for Enterprise Lite, Enterprise, Essentials, Elite, and Ultimate plans
- An active Wasabi account
  - Wasabi Bucket - See [Working With Buckets and Objects](https://docs.wasabi.com/docs/working-with-buckets-and-objects)
  - [Access & Secret Key Pair - See our](https://docs.wasabi.com/docs/working-with-buckets-and-objects)[Access Keys Guide](https://docs.wasabi.com/docs/creating-a-user-account-and-access-key)

### 

## Configuring Wasabi for External Replication

Before a Wasabi bucket can be used as an External Replication destination, the user permission policy must be set accordingly. Please create a user permission policy according to the steps below in order to allow Egnyte to replicate the data to the Wasabi bucket and assign it to the desired user.

For more information, review [Creating a Policy](https://docs.wasabi.com/v1/docs/en/creating-a-policy?highlight=undefined).

```plaintext
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": [
                "s3:PutObject",
                "s3:GetObject",
                "s3:ListBucket",
                "s3:DeleteObject",
                "s3:PutObjectAcl",
                "s3:GetBucketLocation",
                "s3:ListBucketMultipartUploads",
                "s3:ListMultipartUploadParts",
                "s3:AbortMultipartUpload"
            ],
            "Resource": [
                "arn:aws:s3:::{bucket_name}",
                "arn:aws:s3:::{bucket_name}/*"
            ]
        },
        {
            "Sid": "ListAllMyBucketsPolicy",
            "Effect": "Allow",
            "Action": [
                "s3:ListAllMyBuckets",
               "s3:ListBucket"
            ],
            "Resource": [
                "arn:aws:s3:::*"
            ]
        }
    ]
}
```

***Note:****Replace the bucket name accordingly in the arn:aws:s3:::{bucket_name}" and "arn:aws:s3:::{bucket_name}/*" lines.*

Create a user with programmatic (create API key) access and apply the policy created above to the user. For more detail, refer to [Creating a User](https://docs.wasabi.com/docs/creating-a-user-account-and-access-key#creating-a-user).

## Configuring Egnyte

External Replication allows users to easily replicate their Egnyte data to Wasabi in order to meet their cyber insurance and security compliance needs.

### Adding an External Replication destination

1. Log in to Egnyte portal and click on the app picker menu.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 10.27.43 AM.png)

1. Click on the “Secure & Govern” tenant option.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 10.29.45 AM.png)

1. Click on “Settings —> Content Lifecycle”.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 10.41.36 AM.png)

1. On the **Content Lifecycle s**ettings page, in the **External replication destinations**, click the “Add destination” button.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 10.44.09 AM.png)

1. Select from the available destination types.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 10.46.57 AM.png)

1. Provide the following details and click “Register”.

- Source label - provide a name for the destination
- S3 identity - Wasabi access key
- S3 secret - Wasabi secret key

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 10.52.21 AM.png)

1. The destination will now be displayed under the **External replication destinations**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 10.56.04 AM.png)

### Creating a Replication Job

1. Navigate to “Content Lifecycle”.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 3.31.01 PM.png)

1. Select an Egnyte domain from **Filtered Locations** as the source for the Replication Job. Click on the “Replicate” button on the upper right corner of the screen.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 3.35.39 PM.png)

1. On the **Initial Setup** step of the **Replication configuration** Wizard, provide the following information and click “Next”.

- Job Name - Provide the desired name for the replication job
- Source - Select one or more folders from the Source to replicate.

***Note:****Source files or folders that are included in another existing Replication job cannot be selected for a new Replication job*
- Destination - Select the Wasabi destination created in the earlier section.
- Destination Location - Select the Wasabi bucket.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 3.43.28 PM.png)

1. The **Source Details** step confirms the size and number of objects that comprise the Replication Job. Click “Next” to proceed.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 3.56.49 PM.png)

1. The **True-Up Schedule** step allows the user to configure how True-Ups will be handled. A True-Up is a periodic update that can be run for a Replication job. The job’s initial run will replicate all files and folders. After that, True-ups replicate new or changed files and folders only to the Replication destination. The user can configure True-Ups to run

- Manually
- Automatically on a selected frequency and time

Specify the time and click “Next”.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 4.02.18 PM.png)

1. The **Review** step of the wizard confirms all settings. Click “Replicate” to proceed.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 4.05.53 PM.png)

1. After clicking Replicate, a confirmation pop-up will appear.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 4.08.09 PM.png)

### View Existing Replication jobs

1. You can view existing replication jobs, Navigate to “Settings —> Content Lifecycle”.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 4.18.36 PM.png)

1. Scroll down to the **On-demand Archivals, Migrations & Replication Jobs** panel. Then click on “Replications”.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-19 at 4.23.54 PM.png)

For more information on the replication jobs, please refer to [Egnyte’s documentation](https://helpdesk.egnyte.com/hc/en-us/articles/37616102225677-View-And-Modify-Existing-External-Replication-Jobs).
