스냅샷은 인스턴스 내에서 용량을 소비하고 인스턴스 데이터의 현재 상태를 이전의 특정 시점으로 되돌릴 수 있는 리소스입니다. 사용자는 특정 파일의 이전 버전으로 되돌릴 수도 있습니다.
스냅샷은 인스턴스의 데이터가 수정되기 전에는 데이터를 복제하거나 용량을 소비하지 않습니다. 인스턴스의 모든 스냅샷은 공통 데이터를 공유합니다. 즉, 인스턴스는 스냅샷 간의 차이점만 보존합니다.
스냅샷은 백업과 비교하여 비용 효율성을 제공하지만 파일이 수정될 때마다 사용 가능한 인스턴스 용량은 지속적으로 감소합니다.
인스턴스를 이전 상태로 되돌리면 최신 버전의 인스턴스 데이터가 삭제되므로 인스턴스를 이전 상태로 되돌리는 것은 파괴적이며 주의해서 사용해야 합니다.
백업
백업은 인스턴스 외부에 있는 외부 리소스로 자체 용량을 사용합니다. 첫 번째 백업은 인스턴스 데이터의 전체 사본이며 이후의 각 백업은 이전 백업 이후의 증분 및 차등 변경사항을 추적하는 데 필요한 데이터만 사용합니다. 내부적으로 백업 체인의 기록은 소스 인스턴스의 용량을 소비하는 스냅샷을 사용하여 추적됩니다.
기본적으로 백업은 중복 데이터에 대한 요금 청구를 방지하고 저장공간 사용을 최소화하기 위해 증분 방식입니다. 기본 변경 기록의 안정성을 보장하기 위해 백업은 인스턴스의 전체 사본을 캡처하는 경우도 있습니다.
이렇게 하면 자동으로 저장공간이 극대화되고 스토리지 비용이 최소화됩니다.
증분 백업 또는 전체 백업 만들기 중에서 선택할 필요가 없습니다. 백업이 인스턴스의 전체 사본을 캡처하면 해당 인스턴스의 이전 증분 스냅샷은 변경되지 않습니다.
[[["이해하기 쉬움","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-04-03(UTC)"],[[["Snapshots allow reverting an instance's data to a previous state, consuming capacity within the instance and efficiently storing only the differences between snapshots, but they destructively delete the latest version of instance data upon reversion."],["Backups are external resources that store a complete initial copy of instance data and subsequently track incremental changes, consuming separate capacity and reducing redundancy by default."],["Snapshots offer a cost-effective approach to preserving data versions compared to backups, though instance capacity continuously decreases as modifications occur."],["Backups are managed internally using snapshots, allowing them to track the change history of instance data, where periodic full copies of the data are taken to ensure reliability and optimize storage space."]]],[]]