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 for 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
# Run your first backup
increvault backup
# Check status
increvault status