agentic-os/skills/backup-skill/SKILL.md

804 B

name description version author tags
backup-skill Creates and manages backup snapshots 1.0.0 Agentic OS
backup
recovery
snapshot

Backup Skill

Description

Creates compressed backup snapshots of brain/, skills/, registry/, standards/, and agents/. Supports scheduled auto-backup and manual on-demand backups.

When to Use

  • Daily scheduled backup
  • Before making major changes
  • On-demand from dashboard

Process

  1. Create tar.gz of brain/, skills/, agents/, registry/, standards/, prompts/
  2. Exclude data/settings.json (contains API keys)
  3. Name file with timestamp: agentic-os-YYYYMMDD_HHMMSS.tar.gz
  4. Store in backups/ directory
  5. Keep last 30 backups, remove older ones
  6. Log to audit trail

Output

Compressed archive file

Agent Assignment

  • Primary: opencode