Built for OpenClaw users

Back up & restore your OpenClaw workspace in minutes.

Connect once, snapshot instantly, restore anywhere — without rebuilding memory, skills, and config.

Terminal
$npx clawon login --api-key ****
 Logged in · Profile: default
$npx clawon backup
Found 12 files (4.2 KB)
Uploading 12/12
 Backup complete!
$npx clawon restore
 Restore complete!
  • AES-256-GCM encryption
  • Pre-backup secret scanning
  • No OpenClaw core modifications
  • CLI-first, auditable workflow
  • Local-first backups — no cloud required

Three steps. That's it.

01

Connect instance

Link your OpenClaw instance with a single CLI command. Takes 10 seconds.

02

Export snapshot

Capture workspace state — memory, skills, config — in one atomic snapshot.

03

Import anywhere

Restore to any instance whenever you need it. Your workspace travels with you.

Built for people who've been there.

Devs migrating between machines

New laptop, cloud instance, or CI runner — bring your full workspace along without manual copy-paste.

Anyone who's rebuilt their OpenClaw setup from scratch

Memory banks, custom skills, project config — never reconstruct them by hand again.

CLI-first, by design.

No GUI needed. Everything works from your terminal.

npx clawon login

Authenticate with your API key

npx clawon backup

Snapshot your entire workspace

npx clawon restore

Restore from any snapshot

npx clawon list

View all your backups

Start free. Scale when ready.

Hobby

$5/month
  • 5 workspaces
  • Unlimited instances
  • 10 snapshots per workspace
  • Scheduled cloud & local backups
  • Chat history backup
  • Memory DB cloud backup
  • AES-256-GCM encryption
  • Email support
Get Hobby

Pro

$19/month
  • 15 workspaces
  • Unlimited instances
  • 20 snapshots per workspace
  • Scheduled cloud & local backups
  • Chat history backup
  • Memory DB cloud backup
  • AES-256-GCM encryption
  • Priority support
Get Pro

Questions & answers

What is a workspace?

A workspace is like a GitHub repo — it's a container that holds cloud snapshots for one OpenClaw installation. Create multiple workspaces for different machines (e.g., "Personal Laptop", "Work Server", "VPS"). A default workspace is created automatically when you sign up.

What does Clawon back up?

Workspace markdown files (memory, notes), skills, canvas data, and agent configs. Basically everything that makes your OpenClaw setup yours. Database files, lock files, sessions, and node_modules are automatically skipped — only the stuff you'd actually want to move to another machine.

Does Clawon back up my memory search index?

By default, Clawon backs up your workspace markdown files — the source of truth for memory. The SQLite search index (memory/main.sqlite) is excluded by default because OpenClaw can rebuild it. However, the reindex process has had reliability issues, so we recommend using --include-memory-db for backups to be safe. Free for local, available on Hobby and Pro for cloud.

Can I automate backups?

Yes. Run clawon local schedule on to set up automatic local backups every 12 hours via cron (macOS/Linux). Cloud scheduled backups are available on Hobby and Pro plans. Use clawon schedule status to check your current schedule.

Does Clawon store my secrets?

No. The entire credentials/ directory is excluded by default — API keys, tokens, and auth files never leave your machine. Clawon only captures workspace content like markdown, skills, and config JSON. You can also run clawon files before any backup to see exactly what will be uploaded. Plus, every backup is automatically scanned for leaked API keys, tokens, and private keys using 221 detection rules. Flagged files are skipped by default — or you can review and choose. Need to include sensitive files? Use --encrypt to encrypt your backup with AES-256-GCM before anything leaves your machine.

Do I need to modify OpenClaw?

No. Clawon runs as an external companion tool. No changes to OpenClaw core required.

Why not just copy the folder manually?

You can — but you'd need to know which files to grab, which to skip (database locks, sessions, credentials), and deal with path differences between machines. Clawon handles the filtering, versioning, and transfer in one command. It also keeps multiple snapshots so you can roll back if something breaks.

Can I back up my chat history?

Yes. Use --include-sessions to include your chat history (agents/*/sessions/) in backups. Sessions are excluded by default because they can grow large (~30 MB). Local session backups are free; cloud session backups require a Hobby or Pro account.

What if Clawon goes down?

Your data is never locked in. Run clawon local backup to save a full snapshot to your own machine — no account, no cloud, no internet required. Local backups are unlimited and free. The cloud is there for convenience (cross-machine sync, versioned history), but you always have a local escape hatch.