gdcloud backup repositories update

이름

gdcloud backup repositories update - 백업 저장소를 업데이트합니다.

개요

gdcloud backup repositories update BACKUP_REPOSITORY_NAME [flags]

EXAMPLES

To update a backup repository "backup-repository-name" in a zone "us-east-1", run:

    gdcloud backup repositories update backup-repository-name --zone=us-east-1 --project=project --s3-bucket-name=sample --s3-force-path=false --import-policy=ReadWrite

필수 플래그

      --import-policy string    Policy that determines whether this backup repository is read-only or read-write.
      --project string          Project that determines which project the associated s3 bucket was created.
      --s3-bucket-name string   Fully qualified name of the bucket, which can be found from the status of the GDC bucket custom resource.
      --s3-force-path           Set to force path style on S3 bucket name.

선택적 플래그

      --secret-reference-name string        Name referencing the secret that contains access credentials for the endpoint.
      --secret-reference-namespace string   Unique name referencing the secret that contains access credentials for the endpoint.
      --zone string                         Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.

GDCLOUD 전체 플래그

이러한 플래그는 모든 명령어에서 사용할 수 있습니다. --configuration, --format, --help, --project, --quiet

자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.