For SaaS Companies

Offsite backup for your SaaS

Automate database dumps, application backups, and customer data exports to independent infrastructure in Europe. S3-compatible API, client-side encryption, GDPR compliant.

14-day free trial. No credit card required.

What SaaS teams back up with NordenVault

Your primary cloud provider is not your backup strategy. Keep an independent copy of everything that matters.

Database backups on autopilot

Dump PostgreSQL, MySQL, or MongoDB nightly and push to NordenVault with a cron job. restic deduplicates and encrypts so you only transfer changed blocks, and your data is unreadable without your key.

Application data and config

Back up uploaded files, generated reports, and application config. Use rclone sync to mirror directories, or the S3 API directly from your deployment pipeline.

Customer data exports

Store GDPR-mandated customer data exports in EU data centres. Generate secure download links for customers to retrieve their data. Password protection and expiry built in.

Disaster recovery endpoint

Keep an offsite copy of critical data outside your primary cloud provider. If AWS, GCP, or your hosting provider has an outage, your backups are on independent infrastructure in Europe.

Add to your pipeline in five minutes

A cron job is all you need. No agents, no daemons.

# Nightly database backup with restic
# Runs at 02:00, dumps PostgreSQL, backs up to NordenVault

export AWS_ACCESS_KEY_ID="your-access-key"
export AWS_SECRET_ACCESS_KEY="your-secret-key"
export RESTIC_REPOSITORY="s3:s3.nordenvault.com/your-bucket"
export RESTIC_PASSWORD="your-repo-password"

# Dump and backup
pg_dump -Fc mydb > /tmp/mydb.dump
restic backup /tmp/mydb.dump /etc/myapp/config

# Keep 7 daily, 4 weekly, 12 monthly snapshots
restic forget --keep-daily 7 --keep-weekly 4 --keep-monthly 12 --prune

rm /tmp/mydb.dump
S3 API

Standard S3 protocol. Works with any language, SDK, or CLI tool.

Deduplication

restic stores only changed blocks. Saves bandwidth and storage.

Client-Side Encryption

Encrypted before it leaves your server. Zero-knowledge storage.

Scoped Credentials

Per-service access keys. Revoke one without affecting others.

EU Data Residency

All data in EU data centres. Meets GDPR data residency requirements.

30-Day Retention

Object lock prevents accidental or malicious deletion for 30 days.

Set up offsite backup today

Free 14-day trial. Your first database backup can be running in under ten minutes.