애플리케이션 일관성 스냅샷은 운영체제와 애플리케이션이 데이터의 현재 상태를 스토리지에 쓴 후에 찍은 스냅샷입니다.
애플리케이션 일관성 스냅샷은 애플리케이션의 명확한 복구 지점을 제공합니다. 이를 사용하여 애플리케이션의 일관된 클론을 만들 수 있습니다.
애플리케이션 일관성 스냅샷과 비정상 종료 일관성 스냅샷 비교
비정상 종료 일관 스냅샷은 클라이언트 캐싱으로 인해 데이터의 오래된 스냅샷입니다. 비정상 종료 일관성 스냅샷을 사용하면 데이터를 복구하고 대부분의 애플리케이션에서 잘 작동할 수 있습니다. 그러나 스토리지에 있는 일부 데이터는 스토리지에 쓰여지기 전에 운영체제 및 애플리케이션 캐시에 일정 시간 동안 보관되므로 복구 시 오래된 데이터일 수 있습니다.
애플리케이션 일관성 스냅샷 만들기
스냅샷 생성을 애플리케이션의 전용 복구 지점과 동기화하는 것이 좋습니다. NetApp Volumes 스냅샷을 사용하여 애플리케이션 일관성 스냅샷을 만들려면 다음 작업을 완료하세요.
애플리케이션 캐시에서 저장소로 작성되지 않은 모든 데이터를 플러시합니다. 데이터베이스와 같은 많은 애플리케이션은 이 절차를 위한 기본 제공 메커니즘을 제공합니다. 자세한 내용은 애플리케이션 문서를 참고하세요.
또는 애플리케이션을 잠시 중지할 수도 있습니다.
볼륨의 스냅샷을 생성합니다. 스냅샷을 생성하는 데 몇 초 정도 걸립니다.
애플리케이션을 정상 작동 상태로 되돌립니다.
이 절차를 사용하면 몇 초 내에 대규모 애플리케이션 데이터 세트의 일관된 스냅샷을 만들 수 있습니다.
[[["이해하기 쉬움","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,["# Create application-consistent snapshots\n\nThis page provides information about application-consistent snapshots.\n\nAbout application-consistent snapshots\n--------------------------------------\n\nApplication-consistent snapshots are snapshots taken after the operating system\nand application write the current state of the data to storage.\nApplication-consistent snapshots provide\na clear recovery point for the application; you can use them to create\nconsistent clones of the application.\n\nApplication-consistent snapshots versus crash-consistent snapshots\n------------------------------------------------------------------\n\nCrash-consistent snapshots are outdated snapshots of your data due to client\ncaching. Crash-consistent snapshots can help you recover data and work well\nfor a majority of applications. However, some data in storage might be\noutdated at the time of recovery because it's kept in operating system and\napplication caches for some time before it's written to storage.\n\nCreate an application-consistent snapshot\n-----------------------------------------\n\nWe recommend that you synchronize snapshot creation with dedicated recovery\npoints of your application. To use NetApp Volumes snapshots to\ncreate application-consistent snapshots, complete the following actions:\n\n1. Flush all unwritten data from the application caches to storage. Many\n applications, such as databases, provide built-in mechanisms for this\n procedure. Consult your application documentation for more information.\n\n Alternatively, you can stop the application briefly.\n2. Take a snapshot of the volume. Snapshots take a few seconds to generate.\n\n3. Return your application to its normal state of operation.\n\nThis procedure lets you create consistent snapshots of large application\ndatasets within a few seconds.\n\nWhat's next\n-----------\n\n[Manage your snapshots](/netapp/volumes/docs/configure-and-use/volume-snapshots/manage-snapshots)."]]