# Back up a Synology NAS

{{< recipes-disclaimer >}}

The Synology NAS is a very user-friendly storage system for private persons and
small to medium businesses. It comes with a large number of applications and
can create backups to an Amazon S3-compatible storage like Exoscale Simple Object
Storage. This guide shows how to set up backups to SOS with the Hyper Backup
application.

This method creates a versioned backup of a Synology NAS to the Exoscale Object Storage.

## Prerequisites

Before you start this guide, you will need to:

- Create a SOS Bucket, either via the [Portal](https://portal.exoscale.com/) or
the [CLI]({{< ref "/tools/command-line-interface/" >}}).
See the [Simple Object Storage documentation]({{< ref "/product/storage/object-storage/quick-start/" >}})
for more information.

- Create an IAM key, also via the Portal or the CLI. See the
[IAM documentation]({{< ref "/product/security/iam/quick-start/" >}})
for more information.

## Install Hyper Backup

Open the **Package Center**.

![](synology-backup-step1.png "Package Center Icon")

Search for **Hyper Backup (produced by Synology Inc.)** and install it.

![](synology-backup-step2.png "Hyper Backup Package")

## Set Up Hyper Backup

Open the main menu and start Hyper Backup:

![](synology-backup-step3.png "Main Overview")

Follow now the description in the following images.

In the section with the target destination selection, select **Custom Server URL**
and enter `https://sos-ZONE.exo.io` in the server field. Make sure to substitute
`ZONE` with the relevant zone.

> [!NOTE]
You can find all Exoscale zones on
[our website](https://www.exoscale.com/datacenters/) or with the CLI
command: `exo zones list`.

Enter the API key and secret, as well as the bucket name.

![](synology-backup-step4.png "Target destination selection: Select S3")

![](synology-backup-step5.png "Backup-destination properties")

![](synology-backup-step6.png "Select the source folder for the backup")

![](synology-backup-step7.png "Select the applications, you want to backup")

![](synology-backup-step8.png "Select the backup schedule")

![](synology-backup-step9.png "Configure a retention policy")

![](synology-backup-step10.png "Done!")

