Daily backup of critical Hermes Agent state: - config.yaml and related config - skills directory - memory stores - recent logs
Keeps 14 days of history. Runs at 02:00 SAST so it doesn't overlap with other morning jobs. Safe to run even if Hermes is active (uses copies).
mkdir -p ~/workspace/backups/hermes/$(date +%Y-%m-%d) && cp -r ~/.hermes/config ~/.hermes/skills ~/.hermes/memory ~/.hermes/logs ~/workspace/backups/hermes/$(date +%Y-%m-%d)/ 2>/dev/null || true && find ~/workspace/backups/hermes -maxdepth 1 -type d -mtime +14 -exec rm -rf {} + 2>/dev/null || true
Format: minute hour day month weekday
| Started | Status | Duration | Log |
|---|---|---|---|
| 4h ago | completed | 1s | View log |
| 1d ago | completed | 1s | View log |
| 2d ago | completed | 1s | View log |
| 3d ago | completed | 1s | View log |
| 4d ago | completed | 1s | View log |
| 5d ago | completed | 1s | View log |
| 6d ago | completed | 0s | View log |
| 7d ago | completed | 1s | View log |
Mission Control is the board for your delegated work: requests come in, Luci coordinates the next step, and evidence stays visible for review.
Luci is your always-on assistant for routing, status updates, and follow-through. Operators can still open deeper evidence when needed.