API-first backup platform

Backup everything.
Trust nothing.

Back up SaaS data, databases, and local files to any S3-compatible storage. Zero-knowledge encryption. Your keys, your buckets, your data.

BRING YOUR OWN BUCKET · S3 · WASABI · B2 · R2 · MINIO · GCS

Built for developers who own their data

Everything is an API call. The dashboard is just a pretty consumer.

API-first

Every feature accessible via REST API before any GUI exists. The dashboard calls the same endpoints you do.

BYOB Storage

Bring your own S3, Wasabi, B2, R2, MinIO, or any S3-compatible bucket. We never touch your backup data.

Zero-knowledge encryption

AES-256-GCM with Argon2id key derivation. Your encryption keys never leave your environment.

SaaS connectors

GitHub repos, Google Drive, Notion pages, PostgreSQL, MySQL — pull data via OAuth and dump it to your bucket.

Coming Soon

Restic-powered agent

Local file backup via a lightweight Go agent wrapping Restic. Battle-tested chunking, dedup, and encryption.

Async everything

All operations return 202 + job ID. Poll for progress or register webhooks. Never block, never wait.

curl your way to backups

Create a policy, trigger a backup, check the job. Three API calls.

nerdbackup-api
# Create a backup policycurl -X POST https://nerdbackup.com/api/v1/policies \-H "Authorization: Bearer nb_live_xxxxx" \-d '{"name":"Daily DB Backup","source_type":"database",'     '"storage_backend_id":"bk_abc123","schedule_cron":"0 2 * * *"}'
# Trigger an immediate backupcurl -X POST https://nerdbackup.com/api/v1/policies/pol_xyz/trigger \-H "Authorization: Bearer nb_live_xxxxx"
{ "data": { "job_id": "job_7f3a...", "status": "pending" } }
# Check job progresscurl https://nerdbackup.com/api/v1/jobs/job_7f3a \-H "Authorization: Bearer nb_live_xxxxx"
{ "data": { "status": "completed", "bytes_stored": 2162688, "dedup_ratio": 0.5 } }

Simple, transparent pricing

Start free. Scale when you need to.

Free

$0/mo
  • 3 backup policies
  • 1 storage backend
  • 5GB managed storage
  • Full API access

Developer

$9/mo
  • 25 backup policies
  • Unlimited BYOB backends
  • 50GB managed storage
  • Email alerts
POPULAR

Team

$29/mo
  • 100 backup policies
  • 200GB managed storage
  • 5 team members
  • Webhooks
  • Priority support

Enterprise

Custom
  • Unlimited everything
  • SSO / SAML
  • Audit logs
  • SLA guarantee
  • Dedicated support

Ready to stop worrying about backups?

Free tier includes full API access. No credit card required.