You're offline — showing cached data

Backup Hermes Agent state and config

hermes-state-backup
2026-06-13 06:11:41 SAST
← Back to Tasks

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).

Daily at 02:000 2 * * *
Yes
shell
120s
No
in 20h (2026-06-14 02:00)

Task Definition

tasks/hermes-state-backup.md
shell
set
No
No
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

Edit Schedule

Result:
8
Runs (7d)
8
Completed
0
Failed
0
Timeout
100%
Success (7d)
1s
Avg Duration
hermes backup infrastructure

Run History (8)

StartedFinishedStatusDurationOutputLog
4h ago 4h ago completed 1s
View log
1d ago 1d ago completed 1s
View log
2d ago 2d ago completed 1s
View log
3d ago 3d ago completed 1s
View log
4d ago 4d ago completed 1s
View log
5d ago 5d ago completed 1s
View log
6d ago 6d ago completed 0s
View log
7d ago 7d ago completed 1s
View log

Comments (0)

No comments yet — add instructions for Luci
Help