You're offline — showing cached data

Backup Luci workspace to GitHub

workspace-backup
2026-06-13 07:18:31 SAST
← Back to Tasks

OVERRIDES runtime profile: uses direct_shell (plain shell, no model) because the command chain never invokes the claude CLI or any LLM API — pure-infra task; scheduler provider env injection is a no-op (MC-4942 U12 sweep).

Daily backup of Luci's workspace to github.com/conrelma/luci-workspace. Runs at 02:00 UTC. Commits any changes and pushes. Covers: scripts/, tasks/, price-watch/, projects/smart-money, projects/padel-tournament, scheduler.py, heartbeat.py, luci-manifest.md, Vault/. Excluded: .env files, databases, logs, cowork/PKA/mission-control (own remotes), f1-predictor (own remote).

Daily at 02:000 2 * * *
Yes
shell
120s
No
in 19h (2026-06-14 02:00)

Task Definition

tasks/workspace-backup.md
shell
set
No
No
cd /home/lucienne/workspace && git add -A && git diff --cached --quiet || git commit -m "Luci: auto-backup $(date +%Y-%m-%dT%H:%M)" --quiet && git pull --rebase origin master --quiet && git push origin HEAD:master --quiet

Edit Schedule

Result:
8
Runs (7d)
7
Completed
0
Failed
1
Timeout
88%
Success (7d)
21s
Avg Duration
infrastructure git backup

Run History (8)

StartedFinishedStatusDurationOutputLog
5h ago 5h ago completed 9s
View log
1d ago 1d ago completed 5s
View log
2d ago 2d ago completed 10s
View log
3d ago 3d ago timeout
Killed after 120s --- partial stdout (last 0 chars) --- --- partial stderr (last 0 chars) ---
2.0m
Killed after 120s --- partial stdout (last 0 chars) --- --- partial stderr (last 0 chars) ---
View log
4d ago 4d ago completed 7s
View log
5d ago 5d ago completed 4s
View log
6d ago 6d ago completed 3s
View log
7d ago 7d ago completed 7s
View log

Comments (0)

No comments yet — add instructions for Luci
Help