---
title: "Superna Golden Copy With Wasabi"
slug: "how-do-i-use-superna-golden-copy-with-wasabi"
updated: 2026-05-31T00:09:04Z
published: 2026-05-31T00:09:04Z
canonical: "docs.wasabi.com/how-do-i-use-superna-golden-copy-with-wasabi"
---

> ## 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.

# Superna Golden Copy With Wasabi

Wasabi has been validated for use with Superna's Golden Copy. [Golden Copy](https://www.supernaeyeglass.com/goldencopy) is an Isilon integrated file to object copy tool with a built-in load balancer for Dell ECS and other S3 targets, removing the requirement for external load balancers. To learn more about Superna - Wasabi joint solution, please review this [solution brief](https://wasabi.com/resource/superna/). To use this product with Wasabi, please follow the instructions below.

**Table of Contents**

- [Reference Architecture](/docs/how-do-i-use-superna-golden-copy-with-wasabi#Reference#1)
- [Prerequisites](/docs/how-do-i-use-superna-golden-copy-with-wasabi#Prerequisites#1)
- [Configuration](/docs/how-do-i-use-superna-golden-copy-with-wasabi#Configuration#1)

**Reference Architecture**

![Picture1.png](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/4415761092891.png)

**Prerequisites**

- Golden Copy v. 1.1.6
- Any license type
- An active Wasabi account

**Configuration**

Golden Copy is a CLI-managed product. The user would need to be SSH'd into the GoldenCopy node 1 as the ecaadmin user

1. To add a folder to backup, use the command -

```plaintext
searchctl archivedfolders add --isilon gcsource --folder /ifs/archive --accesskey XXXXXX --secretkey XXXXXXXXXX --endpoint https://s3.wasabisys.com --bucket gctest --cloudtype other
```

***Note:****This config example discusses the use of Wasabi's us-east-1 storage region. To use other Wasabi storage regions, please use the appropriate Wasabi service URL as described in this*[*article*](https://docs.wasabi.com/docs/what-are-the-service-urls-for-wasabis-different-storage-regions).

1. To start backup, use the command -

```plaintext
searchctl archivedfolders archive –id
```

1. Monitor backups with the command -

```plaintext
searchctl archivedfolders stats --id xx
```

1. To list folder ids, use the command -

```plaintext
searchctl archivedfolders list
```
