| name | backup-skill |
| description | Creates and manages backup snapshots |
| version | 1.0.0 |
| author | Agentic OS |
| tags | ["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
- Create tar.gz of brain/, skills/, agents/, registry/, standards/, prompts/
- Exclude data/settings.json (contains API keys)
- Name file with timestamp: agentic-os-YYYYMMDD_HHMMSS.tar.gz
- Store in backups/ directory
- Keep last 30 backups, remove older ones
- Log to audit trail
Output
Compressed archive file
Agent Assignment