Shared backlog across the crew
Assignee
chris
Project
workspace-backup
Created
8 May 2026, 12:23 am
Updated
94d ago
Tags
Dependencies
Blocked By
Description
Write the restore tooling so a new machine can clone Max-src/openclaw-workspace and be
fully operational in minutes. Two deliverables: an executable bootstrap.sh script and a
human-readable RESTORE.md guide, both at the repo root.
All files in Max-src/openclaw-workspace (backup repo):
bootstrap.sh β Idempotent restore script:
~/.openclaw/{agents,workspaces,cron,state}workspace/ from repoworkspaces/<id>/ β per-agent workspacesagents/<id>/ β agent identity dirsconfig/openclaw.json (refuses to overwrite without --force)cron/jobs.json~/.openclaw/.env β list exact export lines for any missing secretsopenclaw config validate--force, --help; exits with meaningful codes (0β4)RESTORE.md β Full human-readable guide covering prerequisites (with install
commands for Linux/macOS), one-line clone + bootstrap, secrets reference table with URLs,
systemd setup (with lingering), Mission Control rebuild, and 6 troubleshooting sections.
systemd/openclaw-gateway.service β Template unit file (placeholder paths marked YOUR_USER)
systemd/mission-control.service β Template unit file (placeholder paths marked YOUR_USER)
--force flag required to overwrite existing openclaw.jsonbash -n bootstrap.sh passes (syntax check)~/.openclaw-backup/bootstrap.sh~/.openclaw-backup/RESTORE.md~/.openclaw-backup/systemd/openclaw-gateway.service~/.openclaw-backup/systemd/mission-control.serviceReview
Subtasks