team@tinypod.app
Self-Hosting Restic: Fast, Secure Backup Tool
Restic is a fast, secure backup program. Encrypted, deduplicated backups to any storage backend with a simple CLI.
resticbackupsencryptioncli
What Is Restic?
Restic is a backup program that is fast, efficient, and secure. It creates encrypted, deduplicated snapshots of your data.
Features
Storage Backends
Basic Usage
bashrestic init --repo s3:s3.amazonaws.com/my-backups
restic backup /important-data
restic snapshots
restic restore latest --target /restore
Restic vs Borg vs Kopia
Deployment
Install Restic on your server. Schedule with cron. Resources: minimal (runs during backup only).
Restic is the most popular CLI backup tool for good reason — it's fast, secure, and works with any storage.