This page provides instructions for how to manage your backup vault.
Considerations
You can only change the description and labels associated with your backup vault after it's created.
View backup vault
Use the following instructions to view backup vault using either the Google Cloud console or Google Cloud CLI:
Console
Go to NetApp Volumes page in the Google Cloud console.
Click Backup vaults from the Data protection menu.
From the list of created backup vaults, select the backup vault you want to see details for. The Backup vaults page opens. You can review the following details:
Resource type: displays the resource type.
State: describes the state of the backup including whether it's ready, creating, updating, deleting, or experiencing an error.
Description: displays the optional description.
Name: lists the name of the backup vault.
Type: specifies if the vault is In-region or Cross-region.
Region (in-region vaults only): specifies the vault's region.
Source region (cross-region vaults only): specifies the vault's source region and associated backup vault.
Destination region (cross-region vaults only): specifies the vault's destination region and associated backup vault.
Created: lists the date and time the backup vault was created.
Labels: displays optional labels.
Backups: displays a table of backups stored in the backup vault. For each backup, the table lists the following:
Backup information Description Status The status of the backup including whether it's ready, creating, updating, deleting, or experiencing an error. Name The name of the backup. Volume The name of the volume the backup was taken from. Location Where the backup data is stored. Type Specifies whether the backup is manual or scheduled. Size The size of the backup in GiB. Creation date The date the backup was created. To view actions for a backup, click
Show more icon.Associated Volumes: displays a list of volumes that are associated with the backup vault. Each volume displays the following:
Status: the status of the volume.
Volume name: the name of the volume.
Utilization: the amount of used capacity versus available capacity in the volume.
Labels: displays optional labels.
To view actions for a volume, click
Show more icon.
gcloud
To view all the backup vaults:
gcloud netapp backup-vaults list
To lookup a specific backup vault:
gcloud netapp backup-vaults describe VAULT_NAME \ --location=LOCATION
Replace the following information:
VAULT_NAME
: the name of the backup vault.LOCATION
: the location of the backup vault.
Edit a backup vault
Use the following instructions to edit a backup vault using either the Google Cloud console or Google Cloud CLI:
Console
Go to the NetApp Volumes page in the Google Cloud console.
Click Backup vaults from the Data protection menu.
In the Backup vaults page, select the backup vault you want to edit.
Click Edit.
Make any applicable changes.
Click Save.
gcloud
To edit a backup vault:
gcloud netapp backup-vaults update VAULT_NAME \ --location=LOCATION
Replace the following information:
VAULT_NAME
: the name of the backup vault.LOCATION
: the location of the backup vault.
For more information, see Google Cloud SDK documentation for NetApp Volumes.
Assign a volume to your backup vault
Use the following instructions to assign a volume to your backup vault using either the Google Cloud console or Google Cloud CLI:
Console
Go to the NetApp Volumes page in the Google Cloud console.
Click Volumes from the Storage menu.
In the Volumes page, select the volume you want to create a backup for.
In the volume details page, click the Backups tab.
Click Assign backup policy.
Select the backup vault to store your backups in from the Backup vault menu.
Click Assign.
gcloud
To assign a volume to a backup vault, add the backup vault to the volume configuration:
gcloud netapp volumes update VOLUME_NAME \ --location=LOCATION \ --backup-config=backup-vault=VAULT_RESOURCE_PATH
Replace the following information:
VOLUME_NAME
: the name of the volume.LOCATION
: the location of the volume.VAULT_RESOURCE_PATH
: full resource path of the backup vault. Format asprojects/PROJECT_ID/locations/VAULT_LOCATION/backupVaults/VAULT_NAME
Unassign a volume from your backup vault
Use the following instructions to unassign a volume from your backup vault.
Considerations
You must first unassign the volume's backup policy before you can disassociate the volume from the backup vault.
You can't unassign a volume from a backup vault until you delete all backups of the associated volume.
Use the following instructions to unassign a volume from your backup vault using either the Google Cloud console or Google Cloud CLI:
Console
Go to the NetApp Volumes page in the Google Cloud console.
Click Backup vaults from the Data protection menu.
In the Backup vaults page, click the backup vault you want to unassign a volume from.
Click the Associated volumes tab.
For the volume you want to unassign from the backup vault, click Show more.
Click Unassign volume.
A message appears that prompts you to confirm you want to unassign the volume from the backup vault.
To confirm that you want to unassign the volume from the backup vault, click Unassign.
gcloud
To unassign a volume from a backup vault, remove the backup vault from the volume configuration:
gcloud netapp volumes update VOLUME_NAME \ --location=LOCATION \ --backup-config=backup-vault=
Replace the following information:
VOLUME_NAME
: the name of the volume.LOCATION
: the location of the volume.
Delete a backup vault
Before you delete a backup vault, you must do the following:
Unassign all backup policies from the volume associated with the backup vault. For more information about backup vaults, see View backup vault.
Remove all backups contained in a vault. The latest backup of a volume can only be deleted after all other backups of the volume have been deleted.
Use the following instructions to delete a backup vault using either the Google Cloud console or Google Cloud CLI:
Console
Go to the NetApp Volumes page in the Google Cloud console.
Click Backup vaults from the Data protection menu.
From your list of backup vaults, click the backup vault you want to delete.
Click Delete.
A message appears asking you to delete the backup vault.
In the Backup vault field, enter the name of the backup vault you want to delete.
Click Delete.
gcloud
gcloud netapp backup-vaults delete VAULT_NAME \ --location=LOCATION
Replace the following information:
VAULT_NAME
: the name of the backup vault.LOCATION
: the location of the backup vault.
For more information, see Google Cloud SDK documentation for NetApp Volumes.
What's next
Manage your backup policies.