restic
SKILL.md
Identity
| Property | Value |
|---|---|
| Binary | restic |
| Unit | No daemon — run via cron or systemd timer |
| Config | No fixed path — driven by env vars or CLI flags |
| Backends | local, SFTP, S3/MinIO/Wasabi, Backblaze B2, REST server, Azure Blob, GCS |
| Type | CLI backup tool (content-addressed deduplication + AES-256 encryption) |
| Install | apt install restic / dnf install restic / brew install restic / binary from GitHub releases |
| Self-update | restic self-update (updates the binary in-place) |