| name | uap-etcd-snapshot |
| description | Take a routine on-demand k3s etcd snapshot and confirm it reached offsite R2. Non-destructive. Use for ad-hoc backups. RESTORE is NOT covered here (it is destructive + owner-gated). |
uap-etcd-snapshot
Save (on uap-home-1)
ssh uap@100.106.223.120 'SNAP=uap-local-$(date -u +%Y%m%d-%H%M%S); sudo k3s etcd-snapshot save --name $SNAP'
EXPECTED warnings (do NOT treat as errors)
k3s etcd-snapshot may print warnings about server-only flags in /etc/rancher/k3s/config.yaml. This is documented and expected (CLAUDE.md -> Known Warnings, runbooks/k3s-snapshots.md).
Offsite is automatic; ops-1 only CONFIRMS it
Out of scope
- RESTORE (cluster-reset) is destructive and owner-gated — see runbooks/restore-drill.md, do not auto-run.
Authoritative reference: runbooks/k3s-snapshots.md, runbooks/offsite-backups.md, runbooks/validation-matrix.md.