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.
Install, generate a config, test connectivity, and start the agent. That's it — your databases are now backed up on schedule.
# 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
Windows 10 / 11 (64-bit) for the desktop app · Windows or Linux for the CLI.
Python 3.10+ for the CLI. The desktop build bundles its own runtime.
An S3/SFTP target if you want offsite copies. Local/NAS needs nothing extra.