🧪 Skills
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.
v0.1.0
Description
name: gitbackup description: 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.
Git Backup (local bundle)
Overview
Create a self-contained Git bundle of the workspace repo and store it in /root/.openclaw/backups.
Quick start
Run the bundled script:
bash /root/.openclaw/workspace/skills/gitbackup/scripts/git-backup.sh
Output
Print the bundle path and size. The bundle filename includes UTC timestamp.
Notes
- If the workspace is not a Git repo, exit with a clear error.
- Do not delete older bundles.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!