supertubes cluster backup update 🔗︎

Update VolumeSnapshot based backup.

Synopsis 🔗︎

Update VolumeSnapshot based backup.

supertubes cluster backup update [flags]

Examples 🔗︎


# Suspend backup
$ supertubes cluster backup update -n my-namespace --backup-name foo --kafka-cluster my-cluster --suspend -c <path-to-kubeconfig-file>

# Update backup using a config from file.
$ supertubes cluster backup add -n my-namespace --kafka-cluster my-cluster --backup-name foo --backup-config-file <path-to-broker-config-file> -c <path-to-kubeconfig-file>

		

Options 🔗︎

      --backup-name string     The name of the created backup
  -h, --help                   help for update
      --kafka-cluster string   Name of the Kafka cluster to be updated.
  -n, --namespace string       Namespace the Kafka cluster to be updated belongs to. (default "kafka")
      --suspend                Whether to suspend a backup or not

Options inherited from parent commands 🔗︎

      --accept-license                  Accept the license: https://banzaicloud.com/docs/supertubes/evaluation-license
      --color                           use colors on non-tty outputs (default true)
      --context string                  name of the kubeconfig context to use
      --formatting.force-color          force color even when non in a terminal
      --interactive                     ask questions interactively even if stdin or stdout is non-tty
  -c, --kubeconfig string               path to the kubeconfig file to use for CLI requests
      --non-interactive                 never ask questions interactively
  -o, --output string                   output format (table|yaml|json) (default "table")
      --persistent-config-file string   Supertubes persistent config file to use instead of the default at ~/.banzai/supertubes/
  -v, --verbose                         turn on debug logging

SEE ALSO 🔗︎