rustic — fast encrypted deduplicated backup tool (restic-compatible)
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-7bc981a0)More formats (shields.io, HTML) on the badges page.
---
name: rustic
description: rustic — fast encrypted deduplicated backup tool (restic-compatible)
---
# rustic Plugin
Rustic is a fast, encrypted, deduplicated backup tool written in Rust. It is compatible with the restic repository format and can back up to local disks, SFTP, S3, and other cloud storage.
## Quickstart
```bash
# Initialize a new backup repository
rustic init -r /backups/my-repo
# Back up a directory
rustic backup ~/Documents -r /backups/my-repo
# List snapshots
rustic snapshots -r /backups/my-repo
# Restore a snapshot to a target directory
rustic restore latest:/ /tmp/restored -r /backups/my-repo
# Remove old snapshots by retention policy
rustic forget --keep-daily 7 --keep-weekly 4 -r /backups/my-repo
```
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!