Server backup tool

IncreVault

Backup at the server level. Restore at any level.

$ curl -sSL increvault.com | sh
Read the docs View on GitHub

Built for reliability

Incremental & Fast

Content-defined chunking via Restic. Only changed data is uploaded after the first backup.

Encrypted at Rest

AES-256 encryption. Your data is unreadable without the repository password.

Database Aware

Pre-backup hooks dump PostgreSQL and MySQL databases for consistent snapshots.

Set & Forget

Systemd timers or cron for backup, prune, and verify — with email/webhook notifications.

Get started in seconds

bash
# Install
curl -sSL increvault.com | sh

# Generate a working config instantly
increvault init --quickstart

# Run your first backup
increvault backup

# Check status
increvault status