Skip to main content

Quick Start

After installation, get a first backup running in five minutes.

1. Open the console

Browse to http://your-server:8340. The first time, you'll be guided through creating an admin account.

2. Add a storage target

Navigate to Storage Targets → Add. Pick a type and fill the required fields:

TypeFields
Alibaba OSSRegion + AccessKey ID/Secret + Bucket
Tencent COSRegion + SecretId/SecretKey + Bucket (format name-appid)
Qiniu KodoRegion + AccessKey/SecretKey + Bucket
S3-compatibleEndpoint + AccessKey + Bucket
Google DriveClient ID/Secret → click "Authorize" for OAuth flow
WebDAVURL + username/password
FTPHost + port + username/password
Local diskTarget directory
SFTP / Azure / Dropbox / OneDriveType-specific required fields; advanced options collapsed
tip

For mainland China cloud vendors you only fill Region and AccessKey — BackupX assembles the endpoint automatically. Rclone-style providers separate required fields from advanced ones, with advanced collapsed by default.

Click Test Connection to verify.

3. Create a backup task

Go to Backup Tasks → New. Three steps:

  1. Basic info — name, type, cron expression (leave empty for manual-only)
  2. Source — paths for file backup (multi-source supported), or connection info for databases
  3. Storage & policy — pick target(s), compression, retention days, encryption on/off

Save, then click Run Now to trigger a test. Live logs stream on the Backup Records page.

note

Deleting a task also removes remote backup files to prevent orphans, but records are kept for audit.

4. Configure notifications (optional)

Notifications page supports email, webhook, and Telegram. Configure per-channel rules for success/failure events.

Next up