system
Created: 2026-04-29
Updated: 2026-04-29

Sources:

crew-referencecrew-state
systemsLast updated 2026-04-29

Backup Script

Workspace backup automation — script that snapshots the crew's work to prevent data loss.

Summary

Workspace backup automation — script that snapshots the crew's work to prevent data loss.

Status

  • Phase: Active
  • Health: Operational
  • Last Run: 2026-04-29

Description

Automated backup of the OpenClaw workspace, including:

  • Memory files (memory/)
  • Crew state (crew/)
  • Wiki pages (wiki/)
  • Configuration files

Implementation

  • Location: crew/scripts/backup.sh
  • Schedule: Daily via cron
  • Target: Local backup + remote sync (TBD)
  • Retention: 7 daily, 4 weekly, 12 monthly snapshots

Usage

# Manual run
./crew/scripts/backup.sh

# Check status
cat crew/logs/backup.log

Maintenance

  • Blinky — DevOps Engineer, primary maintainer
  • Health checks — Verify backup integrity weekly
  • Restoration tests — Quarterly drill

Relationships