Incremental, encrypted server backups — powered by Restic
Install with a single command:
curl -sSL increvault.com | sh
Content-defined chunking via Restic. Only changed data is uploaded after the first backup.
AES-256 encryption. Your data is unreadable without the repository password.
Pre-backup hooks dump PostgreSQL and MySQL databases, so you get consistent snapshots.
Systemd timers or cron for backup, prune, and verify — with email/webhook notifications.
# Install curl -sSL increvault.com | sh # Generate a working config instantly increvault init --quickstart # Test it increvault backup --dry-run # Check status increvault status