백업을 사용하면 과거의 특정 시점으로 복원하고 데이터를 내보내 분석할 수 있습니다. 백업은 다음과 같은 시나리오에 유용합니다.
재해 복구: 백업을 재해 복구 계획의 일부로 사용할 수 있습니다.
재해 발생 시 새 Memorystore for Redis 클러스터 또는 다른 Redis 클러스터로 데이터를 복원합니다. 백업 일정은 임시 내보내기보다 더 강력한 보호 기능을 제공합니다.
데이터 이전: 서로 다른 Memorystore for Redis 클러스터 간에 데이터를 이전합니다.
데이터를 통합하거나 다른 지역으로 이동합니다. Redis용 Memorystore 클러스터 인스턴스 또는 Redis 인스턴스에서 백업을 복원할 수 있습니다.
데이터 공유: 여러 팀 또는 애플리케이션 간에 데이터를 공유하여 공동작업, 오프라인 데이터 분석, 데이터 교환을 지원합니다.
규정 준수: 규정 준수 목적으로 캐시 데이터의 주기적인 백업을 만들 수 있습니다.
백업 및 백업 컬렉션
백업은 특정 시점의 데이터 스냅샷입니다. 백업은 백업 컬렉션으로 구성됩니다. 백업 컬렉션에는 특정 Redis용 Memorystore 클러스터 인스턴스의 모든 백업이 포함됩니다. Memorystore for Redis 클러스터 인스턴스를 삭제해도 해당 백업 컬렉션이 자동으로 삭제되지는 않습니다.
보관 기간을 설정하여 백업에 TTL (수명)을 설정할 수 있습니다.
백업이 TTL을 초과하면 Memorystore for Redis Cluster가 백업을 자동으로 삭제합니다.
백업의 데이터를 복구하려면 새 Redis용 Memorystore 클러스터 인스턴스를 만들고 백업의 데이터로 인스턴스를 시드하면 됩니다. 현재 기존 Redis용 Memorystore 클러스터 인스턴스로 데이터를 가져오는 것은 지원되지 않습니다.
자동 및 주문형 백업
다음 두 가지 방법으로 백업을 시작할 수 있습니다.
자동 백업 (권장): 주기적인 백업을 시작하는 클러스터의 백업 일정을 구성할 수 있습니다.
[[["이해하기 쉬움","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,["# Backups overview\n\nBackups give you the ability to restore to a point in the past and\nto export and analyze data. Backups are useful for the following\nscenarios:\n\n- **Disaster recovery**: you can use backups as part of a disaster recovery plan.\n Restore data in case of a disaster into a new Memorystore for Redis Cluster or another\n Redis cluster. Backup schedules give more robust protection than ad hoc exports.\n\n- **Data migration**: migrate data between different Memorystore for Redis Cluster clusters.\n Consolidate data or move it to a different region. You can restore backups from Memorystore for Redis Cluster instances or Redis instances.\n\n | **Note:** Memorystore for Redis Cluster backups cannot be imported into Redis instances, because they include multiple RDB files.\n- **Data sharing**: share data between different teams or applications, enabling collaboration, offline data analytics, and data exchange.\n\n- **Compliance**: periodic backups of cache data can be created for compliance purposes.\n\nBackups and backup collections\n------------------------------\n\nA backup is a point-in-time snapshot of your data. Backups are organized into\nbackup collections. A backup collection includes all backups for a particular\nMemorystore for Redis Cluster instance. Deleting a Memorystore for Redis Cluster instance\ndoes not automatically delete the corresponding backup collection.\n\nYou can set a time to live (TTL) on a backup by setting a retention period.\nOnce the backup exceeds it's TTL, Memorystore for Redis Cluster automatically deletes\nthe backup.\n\nTo recover data in a backup, you can create a new Memorystore for Redis Cluster\ninstance and seed the instance with data from the backup. At this time,\nimporting data into an existing Memorystore for Redis Cluster instance is not supported.\n\nAutomated and on-demand backups\n-------------------------------\n\nYou can initiate backups in two different ways:\n\n- **Automated backups** (Recommended): you can configure a backup schedule for a cluster that\n initiates periodic backups.\n\n- **On-demand backups**: you can initiate a backup operation that begins immediately.\n\nTo learn how to set an automated backup schedule or to initiate a backup\nsee [Manage backups](/memorystore/docs/cluster/manage-backups).\n\nCosts\n-----\n\nYou are charged storage costs for each backup based on the size of the backup.\nThere is a minimum 24-hour charge for each backup.\nFor more details, see [Memorystore for Redis Cluster pricing](/memorystore/docs/cluster/pricing#backups_pricing).\n\nWhat's next\n-----------\n\n- Learn how to [Manage backups](/memorystore/docs/cluster/manage-backups).\n- Learn about [Persistence](/memorystore/docs/cluster/persistence-overview)."]]