IncreVault

Incremental, encrypted server backups — powered by Restic

Install with a single command:

curl -sSL increvault.com | sh

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, so you get consistent snapshots.

Set & Forget

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

Quickstart

# Install
curl -sSL increvault.com | sh

# Generate a working config instantly
increvault init --quickstart

# Test it
increvault backup --dry-run

# Check status
increvault status