Restic

Restic

Encrypted, deduplicated backups to storage you own, from one static binary. You hold the keys (zero-knowledge), back up to S3, B2, SFTP or local disk, and every feature is free.

🩺 Vitals

What do these metrics mean?
  • Last active: when code was last pushed, as of our last check. The dot is green when that was recent, grey otherwise. A long gap can mean a tool is finished and stable, not only unmaintained.
  • Latest release: the most recent tagged, packaged version the maintainers published. Not every healthy project tags releases.
  • Open issues: unresolved reports and requests. A high number is normal for a popular project and is not a warning on its own.
  • Stars: how many people bookmarked the project on its forge. A rough popularity signal, not a measure of quality.

🏗️ Profile

1. The Executive Summary

What is it? Restic is a command-line backup program that encrypts and deduplicates data on the client before a single byte leaves the machine, then writes it to a storage backend you choose: S3, Backblaze B2, Azure, Google Cloud, SFTP, a self-hosted REST server, or a local disk. Because encryption is client-side and zero-knowledge, the backend stores only ciphertext it cannot read, and because deduplication is content-defined, repeated backups store only changed blocks. Higher-level platforms build on this engine: the Kubernetes operator K8up is built directly on restic, and Velero can use it as a volume data mover. Restic itself is the de facto standard for modern Linux and server backups.

The Strategic Verdict:

2. The "Hidden" Costs (TCO Analysis)

Cost Component Veeam (Proprietary) Restic (Self-Hosted)
Licensing Per-instance or per-socket subscription BSD-2, no license fee, no agent count limit
Backup Storage Your storage, vendor-guided Any backend you own: S3, B2, SFTP, local disk
Encryption Tiered across editions AES-256, client-side, your keys, always on
Lock-in Proprietary backup format and catalog Open repository format, restore anywhere, no vendor

3. The "Day 2" Reality Check

🚀 Deployment & Operations

🛡️ Security & Governance (Risk Assessment)

4. Market Landscape

🏢 Proprietary Incumbents

🤝 Open Source Ecosystem