Klicken Sie unter Datenschutz auf Back-up-Tresore.
Klicken Sie auf der Seite Backup-Tresore auf Erstellen.
Geben Sie im Feld Name einen Namen für den Backup-Tresor ein. Der Name des Sicherungstresors muss in der Region eindeutig sein. Er muss mit einem Buchstaben beginnen und darf nur Kleinbuchstaben, Ziffern und Bindestriche enthalten. Ihre Auswahl ist endgültig.
Optional: Geben Sie im Feld Beschreibung eine Beschreibung für den Backup-Tresor ein.
Wählen Sie im Drop-down-Menü Region einen Speicherort für den Backup-Tresor aus. Achten Sie darauf, dass der von Ihnen ausgewählte Standort dieselbe Region ist, in der sich die Volumes befinden, die Sie sichern möchten.
Wählen Sie unter Typ eine der folgenden Optionen aus:
Wählen Sie In-region aus, um Sicherungen in derselben Region wie das Volume zu speichern.
Wählen Sie Regionenübergreifend aus, um eine andere Region zum Speichern der Sicherungen anzugeben. Wählen Sie im Drop-down-Menü Zielregion Ihre Zielregion aus.
Wenn Sie Details zu den Typen aufrufen möchten, klicken Sie auf Backup Vault-Typen vergleichen.
Optional: Führen Sie unter Löschen von Back-ups verhindern die folgenden Schritte aus:
Klicken Sie das Kästchen Erzwungene Mindestaufbewahrung aktivieren an.
Geben Sie im Feld Erzwungene Mindestaufbewahrung (Tage) die Mindestanzahl von Tagen ein, die die Sicherungen im Vault aufbewahrt werden. Der Wert muss zwischen 2 und 5.475 Tagen liegen. Dieser Wert kann nur erhöht, aber nicht verringert werden.
Wählen Sie unter Aufzubewahrende Sicherungstypen die Sicherungstypen aus, die Sie beibehalten möchten. Sie müssen mindestens einen Sicherungstyp auswählen.
Täglich
Wöchentlich
Monatlich
Manuell
Optional: Klicken Sie unter Labels auf Label hinzufügen, um relevante Labels für Berichte und Abfragen einzugeben.
Klicken Sie auf Erstellen.
gcloud
So erstellen Sie einen Backup Vault innerhalb der Region:
LOCATION: Der Ort, an dem Sie den Tresor erstellen möchten.
REMOTE_LOCATION: Der Speicherort des regionsübergreifenden Ziel-Back-up-Tresors.
BACKUP_RETENTION_POLICY: Ein Parameterblock, der die Details der Konfiguration beschreibt:
Backup-minimum-enforced-retention-days: Anzahl der Tage, für die die angegebenen Sicherungstypen aufbewahrt werden sollen.
Die verfügbaren Sicherungstypen sind daily-backup-immutable, weekly-backup-immutable, monthly-backup-immutable und manual-backup-immutable. Wenn Sie die Aufbewahrungsdauer für einen bestimmten Typ aktivieren möchten, legen Sie den Wert auf true fest. Hinweis: Für mindestens einen Sicherungstyp muss die Aufbewahrungsdauer aktiviert sein. Wenn Sie einen Sicherungstyp aktivieren, können Sie ihn nicht mehr deaktivieren.
DESCRIPTION: die Beschreibung für den Backup Vault.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-03 (UTC)."],[],[],null,["# Create a backup vault\n\nThis page provides instructions for how to create a backup vault.\n\nCreate a backup vault\n---------------------\n\nUse the following instructions to create a backup vault using the\nGoogle Cloud console or Google Cloud CLI: \n\n### Console\n\n1. Go to **NetApp Volumes** page in the Google Cloud console.\n\n [Go to NetApp Volumes](https://console.cloud.google.com/netapp/volumes)\n2. Under **Data protection** , click **Backup vaults**.\n\n3. In the **Backup vaults** page, click **Create**.\n\n4. In the **Name** field, enter a name for the backup vault. Your backup\n vault name must be unique to the region, use lowercase letters, numbers,\n hyphens, and start with a letter. Your choice is permanent.\n\n5. Optional: in the **Description** field, enter a description for the\n backup vault.\n\n6. Use the **Region** drop-down menu to select a location for the backup\n vault. Make sure that the location you choose is the same region where\n the volumes you want to back up are located.\n\n7. Under **Type**, select one of the following:\n\n - Select **In-region** to store backups in the same region as the volume.\n\n - Select **Cross-region** to specify a different region for storing the\n backups. From the **Destination region** drop-down menu, select your\n destination region.\n\n | **Note:** Cross-region backup vaults are supported for Standard, Premium, and Extreme service levels and aren't available for the Flex service level.\n\n To view details about the types, click\n **Compare the backup vault types**.\n8. Optional: under **Prevent backup deletion**, complete the following\n steps:\n\n 1. Select the **Enable minimum enforced retention** checkbox.\n\n | **Important:** Your selection is permanent.\n 2. Enter the minimum number of days the backups in the vault are\n retained in the **Minimum enforced retention days** field. The value\n must be between 2 to 5475 days. This value can only be increased, but\n can't be decreased.\n\n 3. Under **Types of backups to retain**, select the backup types you want\n to retain from the following. You must select at least one backup\n type.\n\n - **Daily**\n\n - **Weekly**\n\n - **Monthly**\n\n - **Manual**\n\n | **Important:** Your selection is permanent.\n9. Optional: under the **Labels** sections, click **Add label** to enter\n relevant labels for reporting and querying purposes.\n\n10. Click **Create**.\n\n### gcloud\n\nCreate an in-region backup vault: \n\n```bash\ngcloud netapp backup-vaults create BACKUP_VAULT \\\n --location=LOCATION \\\n --backup-vault-type=IN_REGION \\\n --description=DESCRIPTION \\\n --labels=foo=bar\n```\n\nCreate a cross-region backup vault: \n\n```bash\ngcloud beta netapp backup-vaults create BACKUP-VAULT \\\n --location=LOCATION \\\n --backup-vault-type=CROSS_REGION \\\n --backup-region=REMOTE_LOCATION \\\n --description=DESCRIPTION \\\n --labels=foo=bar\n```\n\nCreate a backup vault with deletion prevention: \n\n```bash\ngcloud beta netapp backup-vaults create BACKUP-VAULT \\\n --location=LOCATION \\\n --backup-region=REMOTE_LOCATION \\\n --backup-retention-policy=\\\n backup-minimum-enforced-retention-days=DAYS, \\\n daily-backup-immutable=FALSE, \\\n weekly-backup-immutable=TRUE, \\\n monthly-backup-immutable=FALSE, \\\n manual-backup-immutable=FALSE, \\\n --description=DESCRIPTION \\\n --labels=foo=bar\n```\n\nReplace the following information:\n\n- \u003cvar translate=\"no\"\u003eBACKUP-VAULT\u003c/var\u003e: the name of the backup vault.\n\n- \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e: the location in which you want to\n create the vault.\n\n- \u003cvar translate=\"no\"\u003eREMOTE_LOCATION\u003c/var\u003e: the location of the cross-region\n destination backup vault.\n\n- \u003cvar translate=\"no\"\u003eBACKUP_RETENTION_POLICY\u003c/var\u003e: a parameter block\n describing the details of the configuration:\n\n - Backup-minimum-enforced-retention-days: number of days to retain the\n specified backup types.\n\n - Available backup types are: **daily-backup-immutable** ,\n **weekly-backup-immutable** , **monthly-backup-immutable** , and\n **manual-backup-immutable** . To enable the retention period for a\n specific type, set its value to **true**. Note that at least one backup\n type must have its retention period enabled. When you enable a backup\n type, you can't disable it.\n\n- \u003cvar translate=\"no\"\u003eDESCRIPTION\u003c/var\u003e: the description for the backup vault.\n\nFor more options, see [Google Cloud SDK documentation for NetApp Volumes](/sdk/gcloud/reference/netapp/backup-vaults).\n\nWhat's next\n-----------\n\n[Create a backup policy](/netapp/volumes/docs/protect-data/create-backup-policy)."]]