Skip to main content

Storage Backends

BackupX aims to accept any place you'd want to drop a backup file.

Built-in providers

TypeRequired fields
Alibaba OSSRegion + AccessKey ID/Secret + Bucket (endpoint auto-assembled)
Tencent COSRegion + SecretId/SecretKey + Bucket (format name-appid)
Qiniu KodoRegion + AccessKey/SecretKey + Bucket
S3-compatibleEndpoint + AccessKey + Bucket
Google DriveClient ID/Secret + OAuth authorization
WebDAVURL + username/password
FTP / FTPSHost + port + username/password
Local diskTarget directory (absolute path)

Rclone backends

Every rclone backend is exposed as a first-class storage type — SFTP, Azure Blob, Dropbox, OneDrive, Backblaze B2, Wasabi, pCloud, HDFS, and many more.

  • The form groups fields into required and advanced (advanced collapsed by default)
  • Validation and connection tests reuse rclone's built-in probe

Multiple targets per task

A backup task can fan out to multiple targets in parallel. All targets receive the same artifact; a per-target status is recorded:

  • Success: storage path + size
  • Failed: error message

If any target fails after retries, the record status is failed but successful targets are preserved (no rollback).