Spaces:
Configuration error
Configuration error
| 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 | |