Install
openclaw skills install daily-backup-systemAutomates daily compressed backups of OpenClaw configs, workspaces, env files, and scripts with 7-day rotation and a step-by-step restore guide.
openclaw skills install daily-backup-systemAutomated daily backup of your entire OpenClaw setup with rotation and restore guide.
Use when: you want automatic backups of your OpenClaw configuration, agent workspaces, API keys, scripts, and data — with a one-command restore process.
Runs daily via cron and creates a compressed backup of:
openclaw.json — all agent configs, bindings, channels, cronsdaily_backup.sh to your scripts directory0 3 * * * /bin/bash /path/to/daily_backup.sh >> /tmp/backup.log 2>&1# On a fresh VPS
curl -fsSL https://openclaw.ai/install.sh | bash
cd / && tar xzf openclaw-full-backup-YYYY-MM-DD.tar.gz
openclaw gateway start
Full system restored in under 10 minutes.
backup, disaster-recovery, devops, security, automation, cron, restore