Use this skill when the user wants to configure and run restic backups, manage backup locations, or automate backup tasks with YAML configuration.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-36bd83cc)More formats (shields.io, HTML) on the badges page.
---
name: autorestic
description: Use this skill when the user wants to configure and run restic backups, manage backup locations, or automate backup tasks with YAML configuration.
---
# autorestic Plugin
Config wrapper for restic backup. Configure, run, and forget backup tasks with a simple YAML configuration file.
## Commands
### Backup Operations
- `autorestic backup run` — Run configured backups
- `autorestic backup check` — Check backup status and integrity
### Utility
- `autorestic _ _` — Passthrough to autorestic CLI
## Usage Examples
- "Run backups"
- "Check backup status"
- "Configure restic backup"
- "Automate backups"
## Installation
```bash
brew install autorestic
```
Requires restic to be installed separately.
## Examples
```bash
# Run all configured backups
autorestic backup run
# Backup specific location
autorestic backup run --location my-documents
# Dry run
autorestic backup run --dry-run
# Check backups
autorestic backup check
# Any autorestic command with passthrough
autorestic _ _ backup
autorestic _ _ check
autorestic _ _ restore
```
## Key Features
- **YAML config** - Simple configuration
- **Multiple** - Multiple locations
- **Backends** - Multiple backends
- **Cron** - Cron integration
- **Hooks** - Pre/post hooks
- **Check** - Integrity checking
- **Forget** - Automatic pruning
- **Restore** - Easy restore
- **Restic** - Restic wrapper
- **Automation** - Backup automation
## Notes
- Requires restic installed
- Configure via .autorestic.yaml
- Supports multiple locations
- Great for automated backups
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!