Files
BackupX/docs-site/docs/intro.md
Wu Qing 5827074334 feat: 优化集群部署与堡垒机接入 (#106)
支持受限网络、正向代理、私有 CA 与 SSH 堡垒机部署 Agent。

加固 Docker、systemd、Nginx、安装器、Release 校验与可信代理边界,并完善命令队列索引、前端安装向导及中英文运维文档。
2026-08-09 02:45:17 +08:00

2.0 KiB

id, slug, sidebar_position, title, description
id slug sidebar_position title description
intro /intro 1 Introduction Overview of BackupX — a self-hosted server backup management platform.

BackupX

BackupX is a self-hosted server backup management platform. One static binary, one command, and every backup job for every server is under control.

  • Single binary + embedded SQLite — no external database or orchestrator required
  • Files, databases, SAP HANA — in one place, with a visual scheduler
  • 70+ storage backends — Alibaba OSS, Tencent COS, Qiniu, S3, Google Drive, WebDAV, FTP, plus SFTP / Azure Blob / Dropbox / OneDrive and dozens more via rclone
  • Multi-node cluster — Master-Agent mode manages backups across servers, agents run tasks locally and upload straight to storage
  • Secure by default — JWT auth, bcrypt, AES-256-GCM encrypted config, optional backup encryption, full audit log

Architecture at a Glance

[Web Console] ─── JWT ──→ [Master (backupx)]
                             │
                             │ outbound HTTP polling (token auth)
                             ▼
                         [Agent (backupx agent)]
                             │
                             ▼
                     [70+ Storage Backends]

Tasks routed to the local Master run in-process; tasks assigned to remote nodes are dispatched through a command queue and executed by the Agent locally. Agents only ever initiate outbound HTTP — no reverse connectivity required.

Where to Next