--- title: OpenClaw Backups emoji: 💾 colorFrom: blue colorTo: purple sdk: static pinned: false --- # OpenClaw Automated Backups This Hugging Face Space stores automated backups of OpenClaw data. ## What's Backed Up - ✅ Session transcripts - ✅ Memory files (MEMORY.md, daily notes) - ✅ Configuration files - ✅ Workspace files - ✅ Cron jobs - ✅ Tasks and flows - ✅ Plugin configurations ## Backup Schedule - **Local backups:** Daily at 2:00 AM UTC - **Cloud uploads:** Daily at 3:00 AM UTC - **Retention:** 7 days local, unlimited in cloud ## File Format Backups are stored as compressed tar.gz archives: - Format: `backups/openclaw-backup-YYYYMMDD_HHMMSS.tar.gz` - Size: ~4KB compressed (varies based on session data) ## How to Restore 1. Download the latest backup tarball 2. Extract it: ```bash tar -xzf openclaw-backup-YYYYMMDD_HHMMSS.tar.gz ``` 3. Copy contents back to `/root/.openclaw/` 4. Restart OpenClaw: ```bash openclaw gateway restart ``` ## Access This is an automated backup space managed by OpenClaw. --- **Owner:** syw1516 **Created:** 2026-04-30 **Purpose:** Automated OpenClaw backup storage