Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Backup QNAP with rClone or HBS on Swiss Backup (Swift)
This guide details how to back up a QNAP NAS using rClone or HBS via the OpenStack Swift protocol on Swiss Backup, the independent Swiss cloud backup solution.
Prerequisites
- Have an Infomaniak Swiss Backup space with an available device quota (minimum 1) for Cloud backup
- Add 1 Cloud type device to obtain OpenStack Swift settings
- Install the rClone application (https://www.qnapclub.eu/en/qpkg/330) or HBS (https://www.qnap.com/en/software/hybrid-backup-sync) on the QNAP
⚠️ Swiss Backup is compatible with any application that supports Openstack Swift, S3 Compatible, or SFTP. For additional help, contact the support of the used software or a partner — also read the role of the host.
Connection via rClone
To set up a new backup:
- Copy the content below into the rclone.conf file in the user's .config/rclone directory (i.e., /share/homes/backupuser/.config/rclone/rclone.conf)
- Check the configuration with "rclone config"
- Start the copy with the command "rclone sync /share/to/sync Infomaniak:default"
Replace SBI-XXXXXXXX and "passwd" according to the information specific to your device (read this guide - click here)
- [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 =
Connection via HBS (Hybrid Backup Sync)
To set up a new backup:
- Open HBS and go to Backup & Restore and click on Create new Backup job
- Select the folder on the NAS to be backed up and then click Next
- Choose OpenStack Swift and enter the information as indicated below:
- Name: give a name to the backup
- 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
- Click on Create
- Region name: RegionOne
- Bucket name: default
- Multipart Size: leave it at 128MB
- Click on Select
- Click on default at the destination level and then on OK
- Give a name to the task
- Then configure the desired settings such as backup frequency and bandwidth limitation
- Click on Create
(1) The indication "//swiss-backup02", "//swiss-backup03", etc. changes according to the cluster number indicated on the Manager under Cloud Storage Information under "Location"; and if your Swiss Backup device was created before October 2020, you will need to use https://swiss-backup.infomaniak.com/identity/v3.
Link to this FAQ: