arturseo-geo

Backups — Development skill for Claude Code

Development community

Verify all VPS backups completed successfully.

How to install Backups

Installs to ~/.claude/skills/arturseo-geo-cowork-vps-ops-backups/SKILL.md

Terminal
mkdir -p ~/.claude/skills/arturseo-geo-cowork-vps-ops-backups && curl -fsSL https://raw.githubusercontent.com/arturseo-geo/cowork-vps-ops/HEAD/commands/backups.md -o ~/.claude/skills/arturseo-geo-cowork-vps-ops-backups/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Backups does


description: Verify all VPS backups completed successfully. Checks WordPress, PostgreSQL, Nginx config, and PM2 backups for recency, file size, and integrity.

Use the backup-manager skill.

Arguments: $ARGUMENTS

If a specific backup name is provided (e.g. "wordpress", "postgresql"), check that only. If no argument, verify all backups in the inventory. Flag any missing, zero-byte, overdue, or anomalously small backups as critical.

Alternatives in Development

  • Memory Gc — Inspect or rotate the autopilot ledger JSONL files (findings.jsonl, negatives.jsonl) 3.8k ★
  • Memory Statistics — Show statistics about Claude's persistent memory file including total memories, storage size, and recent activ 332 ★
  • Pm2 — PM2 Init 172 ★

Full documentation available on GitHub

View Source Repository