Base de conhecimento

1000 perguntas frequentes, 500 tutoriais e vídeos explicativos. Aqui, você encontra apenas soluções!

Back up QNAP with rClone or HBS to Swiss Backup (Swift)

Atualização 22/05/2026

This guide details how to back up a QNAP NAS using rClone or HBS via the OpenStack Swift protocol on Swiss Backup, the backup solution in a Swiss independent cloud.

 

Connecting via rClone

Prerequisites

To configure a new backup:

  1. Copy the content below into the rclone.conf file in the user's .config/rclone directory (e.g., /share/homes/backupuser/.config/rclone/rclone.conf).
  2. Verify the configuration with "rclone config".
  3. Start the copy with the command "rclone sync /share/to/sync Infomaniak:default".

Replace SBI-XXXXXXXX and "passwd" with the information specific to your device (refer to this other guide):

[sb_project_SBI-XXXXXXXX]
type = swift
user = SBI-XXXXXXXX
key = passwd
auth (1) = https://swiss-backup.infomaniak.com/identity/v3
domain = default
tenant = sb_project_SBI-XXXXXXXX
tenant_domain = default
region = RegionOne
storage_url =
auth_version =

 

Connecting via HBS (Hybrid Backup Sync)

To configure a new backup:

  1. Open HBS and go to Backup & Restore, then click on Create new Backup job.
  2. Select the NAS folder to back up, then click Next.
  3. Choose OpenStack Swift, then enter the information as indicated below:
    • Name: give the backup a name
    • Select “Use Keystone Infrastructure
    • Select “V3
    • Project name: sb_project_SBI-XXXXXXXX (replace SBI-XXXXXXXX with your own ID, same below)
    • User ID: SBI-XXXXXXXX
    • Password: the one generated on Swiss Backup
    • Authentication service (1): https://swiss-backup.infomaniak.com/identity/v3
  4. Click Create.
  5. Region name: RegionOne
  6. Bucket name: default
  7. Multipart Size: leave 128MB
  8. Click Select.
  9. Click default under the destination and then click OK.
  10. Give the task a name.
  11. Then configure the desired settings, such as the backup frequency and bandwidth limitation.
  12. Click Create.

(1) The indication "//swiss-backup02", "//swiss-backup03", etc. changes depending on the cluster number indicated in the Manager under Cloud storage information in "Location"; and if your Swiss Backup device was created before October 2020, you will need to use https://swiss-backup.infomaniak.com/identity/v3


Esta seção de perguntas frequentes foi útil?