doc: update backup config - remove workspace_backup.sh reference
This commit is contained in:
@@ -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:00(PST)
|
- Cron: 每天 00:00(PST)
|
||||||
- 日志: `~/.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
|
||||||
|
|||||||
Reference in New Issue
Block a user