Add provider MSP backup command

This commit is contained in:
rcourtman 2026-06-02 14:03:19 +01:00
parent e46f4d648e
commit c9f84c5192
11 changed files with 1224 additions and 11 deletions

View file

@ -43,6 +43,13 @@ PULSE_EMAIL_REPLY_TO=support@example.com
# Non-mutating operational status:
# docker compose run --rm control-plane provider-msp status
#
# Recovery backup before upgrades or recovery drills:
# docker compose run --rm control-plane provider-msp backup create
#
# Verify a recovery archive before relying on it:
# docker compose run --rm control-plane provider-msp backup verify \
# /data/backups/provider-msp/provider-msp-backup-YYYYMMDDTHHMMSSZ.tar.gz
#
# End-to-end provider proof. This creates two proof client workspaces, generates
# client-bound agent install tokens, verifies tenant-local agent report ingest,
# and exercises the portal handoff path. Keep --cleanup once you have captured