实验前先备份整个Agent
Backup Hermes Before You Experiment
要点
- hermes backup会打出带时间戳的zip,含配置、密钥、记忆、技能和定时任务
- 数据库走SQLite备份接口,Agent在线时也能安全拷贝
- 搬机器或做实验前用hermes import把整包导回去
- 只要关键状态就加--quick,只收配置、state.db、.env、认证和cron
原帖开头
Hermes Wingtips #30: back up your agent before you need to (1) `hermes backup` it writes `~/hermes-backup-<timestamp>.zip` with config.yaml, .env, auth, memories, skills, sessions, cron and profiles. it copies the databases through SQLite's own backup API, so you can run it wh …







