openclaw-backup
Installation
SKILL.md
Tigris Backup for OpenClaw
Back up ~/.openclaw (or $OPENCLAW_STATE_DIR) to a Tigris bucket, restore
it on any machine, and roll the whole state back to a point in time with
bucket snapshots. Solves the "my assistant's state should survive this box"
problem: machine loss, Gateway-update regressions, and moving between
machines.
What gets backed up
Everything in the state directory: openclaw.json, workspace files, skills,
credentials, and session history. SQLite databases are backed up with
sqlite3 .backup (a consistent copy), never by copying live database files —
copying a live SQLite file produces corrupt backups.