Create a full local backup of the OpenClaw workspace and configuration using the existing backup-local.sh script. Use for /fullbackup in Telegram or when the user asks for a complete local backup.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill fullbackup --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fullbackup?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-fullbackup)More formats (shields.io, HTML) on the badges page.
---
name: fullbackup
description: Create a full local backup of the OpenClaw workspace and configuration using the existing backup-local.sh script. Use for /fullbackup in Telegram or when the user asks for a complete local backup.
---
# Full Backup (local archive)
## Overview
Run the local full-backup script and store the archive in `/root/.openclaw/backups`.
## Quick start
Run the bundled wrapper:
```bash
bash /root/.openclaw/workspace/skills/fullbackup/scripts/full-backup.sh
```
## Output
Print the archive path and size.
## Notes
- The backup script already applies safe exclusions (caches/logs).
- Do not delete older archives.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!