Skill Detail

Run profile-based restic backups and verification checks with resticprofile

Execute named restic backup profiles with repeatable backup, retention, prune, check, and restore steps instead of hand-running one-off commands.

Runbooks & DiagnosticsMulti-Framework
Runbooks & Diagnostics Multi-Framework Security Reviewed
⭐ 1.3k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill run-profile-based-restic-backups-and-verification-checks-with-resticprofile Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
resticprofile, restic, configured backup backend credentials
Install & setup
Install restic and resticprofile, define one or more profiles in the config file, then run commands like `resticprofile backup`, `resticprofile check`, or a named profile operation.
Author
CreativeProjects
Publisher
Organization
Last updated
Apr 15, 2026
Quick brief

Use resticprofile when an agent needs to run a repeatable backup runbook around restic using named profiles for backup, retention, prune, check, or restore operations. The agent can select the right profile, execute the matching workflow, and report the outcome without rebuilding the command set from scratch each time. The boundary is profile-driven restic operations and verification, not a generic backup platform or broad storage product listing.