[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-17 UTC."],[],[],null,["# Create a manual volume snapshot\n\nThis page provides instructions for how to create a manual volume snapshot.\n\nCreate a manual snapshot\n------------------------\n\nUse the following instructions to create a manual snapshot using the\nGoogle Cloud console or Google Cloud CLI. \n\n### Console\n\nUse the following instructions to create a manual snapshot in the\nGoogle Cloud console.\n\n1. Go to the **NetApp Volumes** page in the Google Cloud console.\n\n [Go to NetApp Volumes](https://console.cloud.google.com/netapp/volumes)\n2. Click **Volumes**.\n\n3. Select the volume you want to create a snapshot for.\n\n4. Click **Create snapshot**.\n\n5. For the **Create a snapshot** dialog, complete the following steps:\n\n 1. Enter a name in the **Name** field for the snapshot.\n\n 2. Optional: Add a description in the **Description** field.\n\n 3. Optional: under the **Labels** section, click **Add label** to enter\n relevant labels for reporting and querying purposes.\n\n### gcloud\n\nRun the following command to create a snapshot: \n\n```bash\ngcloud netapp volumes snapshots create NAME \\\n --project=PROJECT_ID \\\n --location=LOCATION \\\n --volume=VOLUME_NAME\n```\n\nReplace the following information:\n\n- \u003cvar translate=\"no\"\u003eNAME\u003c/var\u003e: the name of the snapshot you want to create.\n This name must be unique for each volume.\n\n- \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e: the name of the project that you intend\n to create the snapshot in.\n\n- \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e: the location that you want to create\n the snapshot in.\n\n- \u003cvar translate=\"no\"\u003eVOLUME\u003c/var\u003e: the name of the volume you want to snapshot.\n\nFor more options, see [Google Cloud SDK documentation for NetApp Volumes volume snapshots](/sdk/gcloud/reference/netapp/volumes/snapshots).\n\nWhat's next\n-----------\n\n[Manage volume snapshots](/netapp/volumes/docs/configure-and-use/volume-snapshots/manage-snapshots)."]]