gdcloud harbor backup-repositories create

NAME

gdcloud harbor backup-repositories create - Create a new harbor backup repository.

SYNOPSIS

gdcloud harbor backup-repositories create REPOSITORY_NAME [flags]

EXAMPLES

To create a harbor backup repository, run:

  gdcloud harbor backup-repositories create example-repository \
      --project=example-project \
      --secret-name=example-secret \
      --secret-namespace=example-secret-namespace \
      --bucket-endpoint=http://example-endpoint.com \
      --bucket-region=example-region \
      --bucket-name=example-bucket

REQUIRED FLAGS

      --bucket-endpoint string    Endpoint of the S3 bucket.
      --bucket-name string        Name of the S3 bucket.
      --bucket-region string      Region of the S3 bucket.
      --secret-name string        Name of the secret that contains the credentials for the Harbor instance backup repository.
      --secret-namespace string   Namespace of the secret that contains the credentials for the Harbor instance backup repository.

OPTIONAL FLAGS

      --async                Returns immediately without waiting for the operation to complete.
      --description string   Description of the Harbor instance backup repository.

GDCLOUD WIDE FLAGS

These flags are available to all commands: --configuration, --format, --help, --project, --quiet.

For more information, see the gdcloud CLI reference overview page.