chore(backup-system): consolidar config rclone en Infisical (mega+b2)

El bloque [b2] ya vive en RCLONE_CONF (Infisical /backup-system); los 3
CronJobs vuelven a rclone-conf-infisical y se elimina el secret
out-of-band rclone-conf-b2.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-15 19:18:32 +00:00
co-authored by Claude Fable 5
parent c364d46ac6
commit c99d0a978e
4 changed files with 7 additions and 12 deletions
+1 -2
View File
@@ -252,8 +252,7 @@ data:
# Segunda copia offsite (Backblaze B2): "crown jewels" — las 2 copias más
# recientes de cada servicio irremplazable (~2GB, cabe en los 10GB gratis).
# Todo menos uptime-kuma (622M de historial de heartbeats, prescindible).
# Imagen BusyBox — sin GNU-ismos. Config: Secret out-of-band rclone-conf-b2
# (mega+b2; consolidar en Infisical RCLONE_CONF cuando se añada [b2] en la UI).
# Imagen BusyBox — sin GNU-ismos. Config: RCLONE_CONF de Infisical (mega+b2).
set -e
log() { echo "[$(date '+%Y-%m-%d %H:%M:%S')] $*"; }