openclaw-backups / README.md
syw1516's picture
Upload README.md with huggingface_hub
ac93d42 verified
---
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