fix(ops): harden reboot recovery and backup alerts

This commit is contained in:
Your Name
2026-05-29 12:38:58 +08:00
committed by AWOOOI CD
parent ae7b39d96a
commit 4ea6fb98a6

View File

@@ -60,7 +60,7 @@ notify_clawbot "failed" "backup-test" "測試告警" 0
```
0 2 * * * backup-all.sh ← 9 個服務完整備份
0 8,14,20 * * * backup-awoooi-frequent.sh ← AWOOOI 高頻(每 6 小時)
5 6 * * * backup-status.sh ← 備份狀態報告(每日一次,避免 Telegram 心跳噪音)
0 6 * * * backup-status.sh ← 備份狀態報告
```
---