Redis 클러스터를 백업합니다. 백업을 처음 만드는 경우 백엔드에 백업 컬렉션이 생성되며 이 백업은 이 컬렉션에 속합니다. 컬렉션과 백업 모두 리소스 이름이 있습니다. 백업은 각 샤드에 대해 실행됩니다. 실행을 수행할 복제본 (HA가 아닌 경우 기본 복제본)이 선택됩니다. 진행 중인 백업 또는 업데이트 작업이 있으면 백업 호출이 거부됩니다. 미리보기 중에 클러스터의 내부 소프트웨어 버전이 너무 오래된 경우 실제 백업 전에 중요 업데이트가 실행됩니다. 내부 소프트웨어 버전이 백업 기능에 필요한 최소 버전으로 업데이트되면 후속 백업에는 중요 업데이트가 필요하지 않습니다. 미리보기 후에는 백업에 필요한 중요 업데이트가 없습니다.
HTTP 요청
POST https://redis.googleapis.com/v1/{name=projects/*/locations/*/clusters/*}:backup
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[],[],null,["# Method: projects.locations.clusters.backup\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Examples](#examples)\n- [Try it!](#try-it)\n\nBackup Redis Cluster. If this is the first time a backup is being created, a backup collection will be created at the backend, and this backup belongs to this collection. Both collection and backup will have a resource name. Backup will be executed for each shard. A replica (primary if nonHA) will be selected to perform the execution. Backup call will be rejected if there is an ongoing backup or update operation. Be aware that during preview, if the cluster's internal software version is too old, critical update will be performed before actual backup. Once the internal software version is updated to the minimum version required by the backup feature, subsequent backups will not require critical update. After preview, there will be no critical update needed for backup.\n\n### HTTP request\n\n`POST https://redis.googleapis.com/v1/{name=projects/*/locations/*/clusters/*}:backup`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/memorystore/docs/cluster/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]