minkms backup

Backup the cluster key database and state, including policies, identities, and enclaves.

The following settings determine which remote Key Manager server the command runs against in order of priority:

  1. The MINIO_KMS_SERVER environment variable.
  2. The default value of https://localhost:7373.

SYNTAX

minkms backup           \
  [FILE]                \
  [-a | --api-key KEY]  \
  [-k | --insecure]     \
  [--force]             \
  [--compress TYPE]

PARAMETERS

FILE

Optional

The file path to write the backup to. Omit to direct the command to autogenerate the filename and output to the working directory.

--api-key

Optional

Alias : -a

The API key of an identity the command uses to authenticate to the Key Manager cluster. Defaults to the value of MINIO_KMS_API_KEY.

--force

Optional

Overwrites the backup file, if it exists.

--compress

Optional

Compress the backup file.

Supports the following values:

  • gzip - (Default) Use GZIP compression
  • off - Disable compression

--insecure

Optional

Alias : -k

Skip server certificate verification.

All Rights Reserved 2024-Present, MinIO, Inc.