openclaw-backup-guide — 技能工具
v1.0.0Automates hourly OpenClaw workspace backups with SQLite database export, optional NAS sync via rsync, and GitHub version control commits and pushes.
0· 424·0 当前·0 累计
下载技能包
License
MIT
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install openclaw-backup-guide
镜像加速npx clawhub@latest install openclaw-backup-guide --registry https://cn.longxiaskill.com 镜像可用
本土化适配说明
openclaw-backup-guide — 技能工具 安装说明: 安装命令:["openclaw skills install openclaw-backup-guide","openclaw cron add --schedule \"0 * * * *\" --task \"Hourly workspace backup\" --command \"cd /path/to/workspace && node scripts/backup-db.js && bash scripts/backup-nas.sh && git add -A && git commit -m 'Auto backup' && git push\""]