mirror of
https://github.com/Awuqing/BackupX.git
synced 2026-05-12 11:20:14 +08:00
- 新建 docs-site/ Docusaurus 项目,支持 en + zh-Hans 双语 - 从 README 迁移内容为独立文档页面: - Getting Started(安装、快速开始) - Deployment(Docker、裸机、Nginx、配置参考) - Features(备份类型、存储后端、SAP HANA、多节点集群、通知) - Reference(API、CLI) - Development(开发、贡献) - 自定义 BackupX 主题色、logo、落地页组件 - 新增 .github/workflows/docs.yml,Actions 自动构建并发布到 GitHub Pages - README.md 切换为英文,中文版挪到 README.zh-CN.md,两者均精简为导航型 - 配置站点 URL:https://awuqing.github.io/BackupX/
1.5 KiB
1.5 KiB
sidebar_position, title, description
| sidebar_position | title | description |
|---|---|---|
| 2 | Storage Backends | 70+ storage backends — built-in cloud providers plus any rclone backend. |
Storage Backends
BackupX aims to accept any place you'd want to drop a backup file.
Built-in providers
| Type | Required fields |
|---|---|
| Alibaba OSS | Region + AccessKey ID/Secret + Bucket (endpoint auto-assembled) |
| Tencent COS | Region + SecretId/SecretKey + Bucket (format name-appid) |
| Qiniu Kodo | Region + AccessKey/SecretKey + Bucket |
| S3-compatible | Endpoint + AccessKey + Bucket |
| Google Drive | Client ID/Secret + OAuth authorization |
| WebDAV | URL + username/password |
| FTP / FTPS | Host + port + username/password |
| Local disk | Target 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).