> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-en/productos/object-storage/how-to/how-to-map-object-storage-to-qnap.md).

# How to Map Object Storage to QNAP

A QNAP appliance on its own is not a complete continuity plan: if it is in the same location as your servers, a physical incident takes both out.

Backing up the QNAP to an Object Storage bucket gives you that off-site, reliable, low-cost copy. This guide sets up a manual backup with **HBS 3**, using an **S3 Compatible**.

> #### 👍 What you get
>
> A backup copy of the folders you choose from your QNAP stored in an Object Storage bucket, launched on demand from HBS 3.

### Before you begin

* Access the administration panel at [admin.plenit.com](https://admin.plenit.com) with service permissions.
* Have an **Object Storage**. If you don't have one yet, set it up with the [Object Storage Quick Start.](/docs-en/productos/object-storage/quickstart.md)
* Have the **QNAP** device up and running, with Internet access and administrator permissions.
* Have your Object Storage connection details at hand: the access keys (in **Users → user → menu (…) → Keys**) and the bucket name (in the **Bucket**tab, field **My bucket**).

> #### 📘 About the model, version, and mapping
>
> This procedure was done with a QNAP TS-x73A and is valid for **QTS** and **QuTS hero**; depending on the model and version, some menus may vary. Here we map the destination on the fly; if you prefer to have it ready beforehand so you can reuse it in several tasks, set it up first by following[ How to map Object Storage on your QNAP](/docs-en/productos/object-storage/how-to/how-to-map-object-storage-to-qnap.md) and then select it.

### Step 1. Open HBS 3 and create a new backup job

On the QNAP, open **HBS 3 Hybrid Backup Sync** (the built-in backup app on the device, so you don't have to install extra software). Click **Back up now** and, in the menu, choose **New backup job**.

{/\* 📸 SCREENSHOT 1 · HBS 3 · New backup job \*/}

![New backup job in HBS 3](https://REEMPLAZA-URL/almacenamiento-objetos-backup-01.png)

<br>

### Step 2. Choose the source folder

Select the QNAP folder you are going to back up. Check its **checkbox** (highlighting it is not enough; without the check you can't continue) and click **Next**.

{/\* 📸 SCREENSHOT 2 · source folder selection with the checkbox checked \*/}

![Source folder selection](https://REEMPLAZA-URL/almacenamiento-objetos-backup-02.png)

<br>

### Step 3. Create the S3 Compatible destination account

As the destination, select **Amazon S3 and S3 Compatible** and click **Add new account**. Fill in the connection details with those from your Object Storage:

* **Name**: the name of the connection (auto-completed).
* **Service provider**: S3 Compatible.
* **Server address**: `s3.plenit.com` (the address shown by the service, without the `https://` at the beginning).
* **Access key**: the Access Key of your Object Storage.
* **Secret key**: the Secret Key of your Object Storage.
* **Signature version**: V2 (the default one).
* **Enable secure connections (SSL)**: enabled.
* **Validate SSL certificate**: enabled.

Click **Create**.

{/\* 📸 SCREENSHOT 3 · S3 Compatible account parameters (endpoint, keys, V2, SSL) \*/}

![S3 Compatible account setup](https://REEMPLAZA-URL/almacenamiento-objetos-backup-03.png)

<br>

> 📘 Why S3 Compatible
>
> Object Storage is compatible with the S3 protocol, so HBS 3 connects to it using its S3 Compatible account option. That is why the data you enter is the endpoint, the keys, and the standard S3 signature.

<br>

### Step 4. Select the bucket and destination path

Make sure the resource you just created is selected. In the bucket field, the **bucket name** remains (if it doesn't appear, expand it and choose it). The **part size** you can leave it at **128 MB**, the default value. Click **Select**. Then choose the **destination folder** inside the bucket according to how you want to organize the backup.

{/\* 📸 SCREENSHOT 4 · bucket selection, part size, and destination folder \*/}

![Bucket and destination path selection](https://REEMPLAZA-URL/almacenamiento-objetos-backup-04.png)

<br>

### Step 5. Name the job and choose when it runs

Give it a **job name** descriptive, and preferably a **description**With time and several tasks, you'll be glad to know what each one is for. **No schedules** and then **Back up now**, and click **Next**.

{/\* 📸 SCREENSHOT 5 · job name and Back up now option \*/}

![Job name and immediate run](https://REEMPLAZA-URL/almacenamiento-objetos-backup-05.png)

<br>

### Step 6. Adjust the methods, review, and create

In the methods section, uncheck the options that are enabled by default if you don't need them, and click **Next**. Check the **summary** and, if everything is correct, click **Create**.

HBS 3 shows the backup progress (the duration depends on the size and the connection). When it finishes, you'll see a **Success** message with the completion time and backup details. Close with **Close**.

{/\* 📸 SCREENSHOT 6 · summary, creation, and backup progress \*/}

![Summary and backup progress](https://REEMPLAZA-URL/almacenamiento-objetos-backup-06.png)

<br>

### Step 7. Verify that the data is in the bucket

To confirm it, go into the **structure of your Object Storage** and check that the data copied from the QNAP appears there.

> #### 👍 How to tell it went well
>
> HBS 3 shows the successful backup message, and the files you backed up from the QNAP appear in the bucket structure.

### Conclusion

The first time takes a bit of work — create the S3 Compatible account with the endpoint and keys, choose the bucket and folder — but it clears the way: from then on, launching new backups is immediate.

The important thing is to enter the connection details correctly (endpoint `s3.plenit.com` without `https://`, correct keys, V2, and SSL enabled) and give the tasks descriptive names so you don't get lost when you have several.

With the backup in the bucket, you have the off-site copy that a good continuity plan needs.

### Next steps

* If you prefer a backup that stays up to date by itself, set up a [one-way synchronization.](/docs-en/productos/object-storage/how-to/how-to-sync-qnap-to-object-storage.md)
* Check the S3 connection details and compatibility at [S3 Access and compatibility](/docs-en/productos/file-storage/concepts/access-and-sharing.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.plenit.com/docs-en/productos/object-storage/how-to/how-to-map-object-storage-to-qnap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
