What problem does it solve?
This skill solves the complexity of managing secure, reliable backups by providing a standardized, recovery-first operational procedure that prevents common pitfalls like lost passwords, silent backup failures, and untested restore paths.
Core Features & Use Cases
- Operational Hardening: Implements a strict separation between backup execution, retention policy, and integrity verification to ensure data is actually recoverable.
- Multi-Backend Support: Provides a unified interface for local, SFTP, S3-compatible, and cloud storage backends while maintaining consistent encryption and deduplication.
- Use Case: Use this skill to automate a production backup job that includes pre-flight configuration checks, tagged snapshot creation, and a scheduled restore drill to validate that your data can be recovered during a crisis.
Quick Start
Use the restic skill to initialize a new repository at the specified path and perform an initial backup of your data directory with a descriptive tag.