---
title: Backing up your Synology NAS on Scaleway Object Storage using Hyper Backup
description: This page shows you how to back up your Synology NAS on Scaleway Object Storage using Hyper Backup
products:
  - object-storage
tags: synology backup hyperbackup nas
hero: assets/scaleway-hyper-backup.webp
dates:
  validation: 2026-04-14
  posted: 2019-12-03
  validation_frequency: 12
difficulty: beginner
usecase:
  - back-up-data
ecosystem:
  - third-party
---
import image from './assets/scaleway-synology_01.webp'
import image2 from './assets/scaleway-synology_02.webp'
import image3 from './assets/scaleway-synology_03.webp'
import image4 from './assets/scaleway-synology_04.webp'
import image5 from './assets/scaleway-synology_05.webp'
import image6 from './assets/scaleway-synology_06.webp'
import image7 from './assets/scaleway-synology_07.webp'
import image8 from './assets/scaleway-synology_08.webp'

import Requirements from '@macros/iam/requirements.mdx'


[Synology Hyper Backup](https://www.synology.com/en-us/dsm/feature/hyper_backup) is a solution to back up your Synology NAS easily on Scaleway Object Storage.

A NAS is a network-connected device housing one or several hard disks to store all your photos, music, videos, and other data. The device sits in your home network. With different access rights, you can grant access to anyone in your network or make your files available by sharing them over your internet connection.

As the NAS holds huge amounts of your personal data, a good backup strategy is important. Synology has developed an application called Hyper Backup which allows automatizing the backup of their NAS devices on several external media. These media include external devices, another Synology NAS, a rsync server, or a public cloud service like [Scaleway Object Storage](https://www.scaleway.com/en/object-storage/).

<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- An [Object Storage bucket](/object-storage/quickstart/)
- A NAS device supporting [Synology Hyper Backup](https://www.synology.com/en-us/dsm/feature/hyper_backup)

## Configuring Hyper Backup

1. Connect to the administration interface of your NAS and launch the **Hyper Backup** application.
2. Click **+** to open the menu, then click **Data backup task** to launch the backup configuration wizard.
    <Lightbox image={image} alt="" />
3. Choose **S3 Storage** as backup destination from the list:
    <Lightbox image={image2} alt="" />
4. Choose **Create backup task** and select **Custom Server URL** from the drop-down list in the **S3 Server** section:
    <Lightbox image={image3} alt="" />
5. Enter the credentials for your Scaleway Object Storage bucket:
    <Lightbox image={image4} alt="" />

    - **Server address**: The address of the Object Storage endpoint<br />
      It can be either
        - `s3.fr-par.scw.cloud` for buckets in Paris
        - `s3.nl-ams.scw.cloud` for buckets in Amsterdam
        - `s3.pl-waw.scw.cloud` for buckets in Warsaw
        - `s3.it-mil.scw.cloud` for buckets in Milan
    - **Signature version**: Choose the value `v4` from the drop-down list
    - **Access key**: The `access key` of your [API key](/iam/how-to/create-api-keys/)
    - **Secret key**: The `secret key` of your [API key](/iam/how-to/create-api-keys/)
    - **Bucket name**: Choose the bucket for storing your backups from the drop-down list
    - **Directory**: The name of the directory for storing your backups. A default name is being generated from the name of your Synology device. That name can be changed if required.

    Click **Next** to continue to the following step.
6. Select the directories of your NAS that you want to back up. Then click **Next** to continue to the following step:
    <Lightbox image={image5} alt="" />
7. Select the applications that you want to back up, then click **Next** to continue to the following step:
    <Lightbox image={image6} alt="" />
8. Configure the backup settings. You can customize the backup schedule and several options depending on your requirements. If you do not have special requirements, you can go with the default settings. Click **Next** to continue to the following step:
    <Lightbox image={image7} alt="" />
9. The backup configuration is now complete. The NAS will initialize the backup process and run a first backup. Once completed a **Succeed** message appears:
    <Lightbox image={image8} alt="" />

For more information regarding Hyper Backup, refer to the [software specifications](https://www.synology.com/en-us/dsm/software_spec/hyper_backup) and the [official documentation](https://kb.synology.com/en-us/DSM/tutorial/How_to_back_up_your_data_to_cloud_services_with_Hyper_Backup).
