[orbis] Weekly backup 2026-06-14 — 4 files changed, 433 insertions(+), 12 deletions(-)

This commit is contained in:
DO Server Backup
2026-06-14 04:00:11 +00:00
parent 34e2485b9a
commit cdda558bf5
4 changed files with 433 additions and 12 deletions
+7
View File
@@ -79,6 +79,13 @@ while IFS= read -r path; do
if [[ "$path" == *"jarvis"* ]]; then
systemctl reload lsws 2>/dev/null || systemctl restart lsws 2>/dev/null
log "OLS reloaded for JARVIS deploy"
# Sync reactor.py to runtime location if it changed
if echo "$CHANGED" | grep -q 'deploy/reactor.py'; then
cp "$path/deploy/reactor.py" /opt/jarvis-arc/reactor.py
systemctl restart jarvis-arc
log "Arc Reactor updated and restarted (reactor.py changed)"
fi
fi
done <<< "$SNAPSHOT"