New in v3.8.0 — Dry-Run Verify

DBack: DB Sync Manager

Desktop backup & restore for MySQL/MariaDB over SSH, Jump Host, Docker, and WordPress. Encrypted local vault, streaming .sql.gz backups, and optional deep verification — without touching production.

Linux & Windows Encrypted vault PPA & GitHub Releases

WHAT'S NEW — v3.8.0

Dry-Run Verify

Every new backup stores a SHA256 checksum and a table row fingerprint from the source database. Quick verify checks file integrity automatically. Optional deep verify restores into a temporary database and compares row counts — without touching production. Works on SSH and WordPress hosts. Your last import destination is remembered per source host for faster repeat imports.

Highlights

Practical tools for admins and developers who manage MySQL and MariaDB.

Features

Backup, restore, query, and verify — from one desktop app for Linux and Windows.

bolt

Streaming Backups

Handle multi-gigabyte databases with streaming compression (zstd/gzip). Backups land as .sql.gz on your disk — with automatic fallback to tmp-file mode over SSH when needed.

verified

Dry-Run Verify

Verification compares against the backup-time fingerprint — not live production. Quick verify checks SHA256; deep verify optionally restores to a temp DB and compares row counts on SSH and WordPress.

SHA256 Deep verify
hub

Unified Hosts

One app for SSH tunnels, jump hosts, localhost, Docker containers, and WordPress sites. Credentials stay in an encrypted local vault.

terminal
box
php

All features & verify FAQ arrow_forward

Universal Database Access

Reach MySQL and MariaDB wherever they run — behind firewalls, in containers, or inside WordPress — with credentials stored in an encrypted local vault.

  • verified_user

    SSH & Jump Hosts

    Tunnel through firewalls and multi-hop jump hosts. Streaming with automatic tmp-file fallback on unstable links.

  • computer

    Localhost & Docker

    Back up local instances or databases running in containers without extra tooling on the host.

  • php

    WordPress

    REST API workflows plus the DBack DB Tools plugin for backup, restore, and verify tuned for WordPress databases.

Learn more about connectivity arrow_forward

Connectivity details arrow_forward

FAQ

What does Dry-Run Verify compare against?expand_more

The fingerprint captured at backup time — not your live production database. Quick verify checks file integrity (SHA256) without a DB connection. Deep verify restores to a temporary database and compares row counts.

SHA256 OK but rows differ — is the backup bad?expand_more

Not necessarily. The file is intact; row-count differences can come from InnoDB estimates at backup time vs exact COUNT(*) during deep verify. SHA256 failure always means the archive is corrupted.

Why does my old backup show “No fingerprint”?expand_more

Backups created before v3.8.0 do not include fingerprints. Take a new backup to enable full verify. The .sql.gz file must be on local disk — S3 sync carries metadata only.

Install DBack

Linux (PPA or .deb) and Windows installer. Current release: v3.8.0.

terminal Linux (Ubuntu)

Recommended — PPA:

sudo add-apt-repository ppa:devlifex/dback
sudo apt update
sudo apt install dback

window Windows

Windows 10 & 11 — single .exe installer.

Download .exe — v3.8.0

Full install options & PPA link arrow_forward