doc: update backup config - remove workspace_backup.sh reference

This commit is contained in:
2026-03-12 09:13:01 -07:00
parent c4b19b7664
commit 17435aa7e4

View File

@@ -86,11 +86,11 @@ _这份文件记录持续性项目和重要状态跨会话保留。_
### 4. 工作区自动备份 ### 4. 工作区自动备份
**状态**: 运行中 **状态**: 运行中
**创建**: 2026-03-06 **创建**: 2026-03-06
**更新**: 2026-03-06改为静默自动推送 **更新**: 2026-03-12移除脚本改用直接 git 命令
**配置**: **配置**:
- 脚本: `~/.openclaw/workspace/scripts/workspace_backup.sh`
- Cron: 每天 00:00PST - Cron: 每天 00:00PST
- 日志: `~/.openclaw/workspace/logs/backup.log` - 命令: `git add -A && git commit -m "auto: $(date)" && git push`
- 远程: `ssh://git@luyanxin.com:8103/lyx/youlu-openclaw-workspace.git`
**功能**: **功能**:
- 自动提交所有变更到 git - 自动提交所有变更到 git