Coral automatically backs up your sandbox so you can recover from mistakes or roll back to a previous state. You can also create manual backups at any time.Documentation Index
Fetch the complete documentation index at: https://docs.coral.inc/llms.txt
Use this file to discover all available pages before exploring further.
Automatic backups
Coral runs a two-tier backup strategy for every active sandbox:| Tier | Frequency | Retention | Purpose |
|---|---|---|---|
| Rolling | Every 4 hours | Latest only (overwritten each cycle) | Quick recovery from recent issues |
| Daily | Once per day | Kept for 3 days | Protection against longer-term problems |
Creating a manual backup
- Go to the Settings page.
- Scroll to the Backup & Restore section.
- Click “Create Backup”.

Restoring from a backup
- Go to the Settings page.
- Scroll to the Backup & Restore section.
- Find the backup you want to restore and click “Restore”.
- Confirm the restore action.
What’s included in a backup
- OpenClaw configuration (
~/.openclaw/openclaw.json) - Conversation history and session data
- Installed tools and skills
- Custom files and scripts in your sandbox
What’s not included
- The sandbox operating system and base packages (these are rebuilt from the standard image on restore)
- Temporary files in
/tmp - Running process state (your assistant restarts fresh after a restore)