804 B
804 B
| name | description | version | author | tags | |||
|---|---|---|---|---|---|---|---|
| backup-skill | Creates and manages backup snapshots | 1.0.0 | Agentic OS |
|
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
- Primary: opencode