#What is best practice to backup clawdbot? What files and folders?
1 messages ยท Page 1 of 1 (latest)
Good question! Here's the recommended approach:
What to back up:
-
Workspace (
~/clawd) โ Git backup is recommended for these files:AGENTS.md,SOUL.md,USER.md,IDENTITY.md,TOOLS.md,HEARTBEAT.mdmemory/folder with daily logsMEMORY.mdif you have curated long-term memory- Put it in a private GitHub/GitLab repo
-
~/.clawdbot/โ Keep this local, DO NOT commit to git:~/.clawdbot/clawdbot.jsonโ your config (backup manually if needed)~/.clawdbot/credentials/โ OAuth tokens (this is your sensitive stuff)~/.clawdbot/agents/<agentId>/sessions/โ session transcripts
What NOT to commit:
- Gateway binary data (sqlite)