Download & start your free trial

Pick the desktop app for a friendly dashboard, or the CLI to run SQLBackup as an agent. Use every feature free for 15 days — no credit card needed.

15-day free trial · No telemetry · No card to start

From install to protected, fast

Install, generate a config, test connectivity, and start the agent. That's it — your databases are now backed up on schedule.

  • Runs on your machine, talks only to your storage
  • 15-day free trial — no cloud account for your data
  • Use the config builder if you'd rather not write YAML
terminal
# 1 · install
pip install "sqlbackup[all]"

# 2 · create config.yaml
sqlbackup init

# 3 · set a secret & test
$env:PG_PASSWORD = "••••••"
sqlbackup test

# 4 · back up & run the scheduler
sqlbackup backup --job pg_nightly_full
sqlbackup run

What you'll need

OS

Windows 10 / 11 (64-bit) for the desktop app · Windows or Linux for the CLI.

Python

Python 3.10+ for the CLI. The desktop build bundles its own runtime.

DB client tools

The matching dump tools on PATH — see the docs.

Storage (optional)

An S3/SFTP target if you want offsite copies. Local/NAS needs nothing extra.