fullbackup
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/trumppo/fullbackupFull 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 /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.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-trumppo-fullbackup": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
mem
Search local memory index (local-first). Use for /mem queries in Telegram.
gh
Use the GitHub CLI (gh) to perform core GitHub operations: auth status, repo create/clone/fork, issues, pull requests, releases, and basic repo management. Trigger for requests to use gh, manage GitHub repos, PRs, or issues from the CLI.
search-memory
Local-first memory search and indexing for Openclaw. Use when you need to (1) index memory files, (2) search memory from the CLI, or (3) wire a slash command for memory lookup.
gitbackup
Create a local Git bundle backup of the OpenClaw workspace repository. Use when running /gitbackup in Telegram or when the user asks to back up Git history/refs to a local file.