fairdb-backup-manager

Manage use when you need to work with backup and recovery.

Content Preview
---
name: fairdb-backup-manager
description: |
  Manage use when you need to work with backup and recovery.
  This skill provides backup automation and disaster recovery with comprehensive guidance and automation.
  Trigger with phrases like "create backups", "automate backups",
  or "implement disaster recovery".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(tar:*), Bash(rsync:*), Bash(aws:s3:*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-wi
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/fairdb-backup-manager.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/devops/fairdb-operations-kit/skills/fairdb-backup-manager/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/devops/fairdb-operations-kit/skills/fairdb-backup-manager/SKILL.md

Related Skills