π¦ ClawHub
Openclaw Backup Skill
by @synbraino
Run and schedule local OpenClaw backup operations with a bundled Bash script. Use when the user wants to create, prune, or automate local OpenClaw backups, i...
TERMINAL
clawhub install openclaw-backup-skillπ About This Skill
name: openclaw-backup-skill description: Run and schedule local OpenClaw backup operations with a bundled Bash script. Use when the user wants to create, prune, or automate local OpenClaw backups, inspect retention behavior, or manage backup retention windows.
OpenClaw Backup Skill
Use the bundled script scripts/openclaw-backup.sh for real operations. Do not rewrite backup logic inline when the bundled script already covers the task.
When to use
Use this skill when the user wants to:
Preconditions
This skill assumes:
Primary commands
scripts/openclaw-backup.sh --help
scripts/openclaw-backup.sh --backup
scripts/openclaw-backup.sh --manual
scripts/openclaw-backup.sh --prune --dry-run --keep-hours 24 --keep-days 7 --keep-weeks 4
scripts/openclaw-backup.sh --auto --keep-hours 24 --keep-days 7 --keep-weeks 4Recommended scheduled run
For recurring local backups, a good default pattern is:
scripts/openclaw-backup.sh --auto --keep-hours 24 --keep-days 7 --keep-weeks 4On Linux hosts, use the system scheduler (for example cron) when the goal is a direct local script run without chat delivery.
Operational notes
The current backup format includes:
The current backup format intentionally excludes:
mtime / ctime.references/spec.md.