What's new

Changelog.

Every release we've shipped to xbackupman, newest first. Encryption, security, teams, insights and the public API — the machinery behind backups you can actually trust.

09Platform

Point-in-time recovery

Restore a database to any moment. Tier 1 works with zero setup: minute-level schedules dedup unchanged runs to pointers, and a restore-to-a-time picker resolves the newest snapshot at or before your chosen moment. Tier 2 goes further for PostgreSQL — the server agent archives every WAL segment, sealed with your org key, and `xbm pitr restore --at` replays base + WAL to the exact second, stopping right before the transaction you're escaping.

08Platform

Streaming engine + incremental server backups

Database dumps now stream straight through gzip and chunked AES-256 into storage — no temp files, constant memory, no size ceiling. Server (path) backups can go incremental: only changes ship between periodic fulls, restores replay the whole chain including deletions, and a daily check proves every link in the chain is still present in storage.

07Security

Envelope encryption — per-tenant keys

Every organization now gets its own data encryption key, wrapped by a master key you never see in plaintext. Rotate or revoke a tenant's key without re-encrypting anyone else's backups, and keep hard cryptographic isolation between orgs.

06Security

Two-factor auth (TOTP)

Protect your account with an authenticator app. Enable TOTP in seconds, save one-time recovery codes, and require a second factor before anyone can touch your sources, storage or restores.

05Security

Audit log

A tamper-evident record of who did what and when — logins, invites, backups, restores, schedule and storage changes. Filter by member or action and export it when compliance comes knocking.

04Teams

Team invites by email

Invite owners, admins and members straight from the dashboard. Invitees get an email link, join your org automatically on signup, and pick up exactly the role you assigned — no shared passwords.

03Insights

Analytics dashboard

See backup volume, success rates, storage growth and job history at a glance. Spot a failing schedule or a runaway bucket before it becomes a 3am problem.

02Platform

Authenticated backup download

Pull a decrypted backup artifact on demand through a short-lived, authenticated link. Grab last night's dump for a local restore or an audit without ever exposing your storage credentials.

01API

Public REST API v2 + xbm CLI + API docs

Everything the dashboard does, now scriptable. Drive sources, backups, restores, schedules, jobs and storage over a clean REST API, automate it with the xbm CLI, and build against fully documented endpoints.