@firstpick/pi-skill-backup-manager

Agents should invoke this skill for backup health checks, restore testing, NAS/Gitea backup integrity, 3-2-1 strategy review, backup script audits, or verifying repositories and archives can be restored safely.

Packages

Package details

skill

Install @firstpick/pi-skill-backup-manager from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-skill-backup-manager
Package
@firstpick/pi-skill-backup-manager
Version
0.1.5
Published
Aug 7, 2026
Downloads
353/mo · 22/wk
Author
firstpick
License
MIT
Types
skill
Size
8.1 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Backup Manager

Find out whether your backups are complete, current, and likely to work when you need them.

Helpful when

  • You have not tested a restore recently.
  • Important files or services may be missing from backups.
  • You want to review a home server, NAS, or repository backup plan.

What to share with Pi

  • What must be protected
  • Where backups are stored
  • Any backup scripts, schedules, or recent reports

Try asking

Review my backup setup and tell me whether I could restore my important data today. Show me the biggest gaps first.

What you’ll get

  • A simple backup health summary
  • Missing coverage and restore risks
  • A prioritized improvement and restore-test plan

Keep in mind

A file listing is not proof that recovery works. Use HTTPS for remote APIs, keep live tokens out of chat and logs, and require confirmation before pushes, deletions, or restore actions. The strongest check is a real restore test using safe, separate storage.

Install

pi install npm:@firstpick/pi-skill-backup-manager

Restart Pi if the skill does not appear in your current session.

Technical details

See TECHNICAL.md for advanced usage, configuration, compatibility, and limitations.