Docs & Guides

Step-by-step instructions for connecting your favourite backup and storage tools to HummingTribe S3 storage. Copy, paste, done.

Pick your tool.

Each guide walks you through the full setup from scratch. No prior S3 experience needed.

Duplicati logo

Duplicati

Free, open-source backup software for Windows, macOS, and Linux. Set up automated encrypted backups to your HummingTribe S3 bucket in under 10 minutes.

rclone logo

rclone

Command-line tool for syncing files to and from S3-compatible storage. Ideal for scripted backups, bulk transfers, and advanced users who prefer the terminal.

Veeam logo

Veeam Backup & Replication

Enterprise backup and recovery for Windows servers, VMs, and workstations. Configure an S3-compatible object storage repository pointing to HummingTribe.

Synology logo

Synology Hyper Backup

Back up your Synology NAS to S3 storage automatically. Supports versioning, encryption, and scheduled jobs. Works with any Synology DiskStation running DSM 7+.

Cyberduck logo

Cyberduck

Desktop S3 browser for macOS and Windows. Drag-and-drop file management, bookmark your HummingTribe bucket, and browse your storage like a local drive.

Guide coming soon
S3 Browser logo

S3 Browser

Windows-native S3 client with a familiar file manager interface. Create folders, upload files, manage permissions, and monitor your storage usage.

Guide coming soon
Mountain Duck logo

Mountain Duck

Mount S3 storage as a network drive on macOS and Windows. Browse and edit files directly from Finder or Explorer — no sync needed.

Guide coming soon
WinSCP logo

WinSCP

Free SFTP and S3 client for Windows. Familiar two-pane interface, drag-and-drop transfers, and scripting support for automated workflows.

Guide coming soon
Acronis logo

Acronis Cyber Protect

Enterprise backup and cybersecurity in one agent. Point your Acronis backup storage location to HummingTribe S3 for offsite copies.

Guide coming soon
Restic logo

Restic

Fast, secure, cross-platform backup program. Deduplication and encryption built in. Point the S3 backend at storage.hummingtribe.com.

Guide coming soon
ChronoSync logo

ChronoSync

macOS backup and sync utility with S3 support. Schedule automatic backups from your Mac to HummingTribe cloud storage.

Guide coming soon
QNAP logo

QNAP Hybrid Backup Sync

Configure HBS 3 on your QNAP NAS to replicate data to HummingTribe S3 storage. Supports scheduled sync, encryption, and multi-version backup.

Guide coming soon
TrueNAS logo

TrueNAS

Open-source storage OS with built-in S3 cloud sync tasks. Replicate ZFS datasets from your TrueNAS server to HummingTribe S3.

Guide coming soon
Proxmox Backup Server logo

Proxmox Backup Server

Back up your Proxmox virtual machines and containers to HummingTribe's S3-compatible storage. A cost-effective offsite datastore for your PBS instance.

Guide coming soon

Automated encrypted backups — Windows, macOS, Linux

Duplicati is free, open-source, and runs a local web UI. Setup takes under 10 minutes.

1

Install Duplicati

Download the latest release from duplicati.com and install it on your machine. Launch the application — it opens in your browser at http://localhost:8200.

2

Get your S3 credentials

Log in to your HummingTribe dashboard → S3 Storage tab. Copy your Access Key ID and reveal your Secret Access Key (shown once — save it now).

3

Add a new backup job

Click Add backupConfigure a new backup. Give it a name, set an encryption passphrase, and click Next.

4

Configure storage destination

Set Storage Type to S3 Compatible. Fill in the fields:

Serverstorage.hummingtribe.com
Bucket nameyour-bucket-name
AWS Access IDyour-access-key-id
AWS Secret Keyyour-secret-access-key

Click Test connection — you should see a success message.

5

Select source and schedule

Choose the folders to back up, set your schedule (daily is recommended), and click Save. Duplicati will run your first backup immediately.

Scripted sync and transfer from the command line

rclone is the Swiss Army knife of cloud storage. Works on any OS, easy to automate with cron.

1

Install rclone

On Linux/macOS run curl https://rclone.org/install.sh | sudo bash. On Windows, download the installer from rclone.org.

2

Get your S3 credentials

Log in to your HummingTribe dashboard → S3 Storage tab. Copy your Access Key ID and Secret Access Key.

3

Configure a remote

Add the following to your rclone config file (~/.config/rclone/rclone.conf):

[hummingtribe]
type = s3
provider = Other
access_key_id = YOUR_ACCESS_KEY_ID
secret_access_key = YOUR_SECRET_ACCESS_KEY
endpoint = https://storage.hummingtribe.com
force_path_style = true
region = garage
4

Test the connection

List your bucket to confirm everything works:

rclone ls hummingtribe:your-bucket-name
5

Sync a folder

Copy a local folder to your bucket:

rclone sync /path/to/local hummingtribe:your-bucket-name/backups --progress

Add this to a cron job for automated daily backups: 0 2 * * * rclone sync /path/to/local hummingtribe:your-bucket-name/backups

S3-compatible object storage repository for VM backups

Add HummingTribe as an offsite object storage repository in Veeam v12+.

1

Get your S3 credentials

Log in to your HummingTribe dashboard → S3 Storage tab. Copy your Access Key ID and Secret Access Key. Note your bucket name.

2

Add object storage repository

In the Veeam console, go to Backup InfrastructureBackup RepositoriesAdd RepositoryObject StorageS3 Compatible.

3

Enter connection details

Fill in the wizard fields:

Service pointhttps://storage.hummingtribe.com
Regiongarage
Credentialsyour-access-key-id / secret
Bucketyour-bucket-name

When prompted for path style, select Path-based URL.

4

Set a folder and finish

Choose or create a folder within the bucket (e.g. veeam-backups), complete the wizard, and click Finish. The repository appears in your list and is ready to use in backup jobs.

5

Use as offsite target

In your backup or backup copy job, set this repository as the target (or as the secondary offsite copy target in a Scale-Out Backup Repository). Run a full backup to verify the connection end-to-end.

Scheduled NAS backups with versioning and encryption

Requires DSM 7.0 or later. Hyper Backup supports S3-compatible storage natively.

1

Install Hyper Backup

Open Package Center on your Synology DSM and install Hyper Backup if not already present.

2

Get your S3 credentials

Log in to your HummingTribe dashboard → S3 Storage tab. Copy your Access Key ID and Secret Access Key.

3

Create a new backup task

Open Hyper Backup → click the + button → Data backup taskS3 Storage. On the next screen select Custom S3 Compatible Server from the provider dropdown.

4

Enter connection details

Server addressstorage.hummingtribe.com
Access keyyour-access-key-id
Secret keyyour-secret-access-key
Bucket nameyour-bucket-name

Click Next — Hyper Backup will connect and list available folders in your bucket.

5

Select folders, schedule, and encryption

Choose the shared folders and applications to back up. Set a backup schedule (daily recommended). Enable Client-side encryption and set a strong password — this encrypts your data before it leaves your NAS. Complete the wizard and run the first backup immediately to verify.

Need storage to connect to?

S3 storage from €5.99/month. Instant provisioning, zero egress fees.

View Packages