ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/trumppo/fullbackup
Or

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 /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

Author@trumppo
Stars946
Views0
Updated2026-02-13
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-trumppo-fullbackup": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.