Restoring a Backup to a New Volume
On a Roving Edge device, you can restore a volume backup to a new volume using the Device Console, CLI, and API.
You can restore a volume from any of your incremental or full volume backups. Both backup types enable you to restore the full volume contents to the point-in-time snapshot of the volume when the backup was taken. You don't need to keep the initial full backup or subsequent incremental backups in the backup chain and restore them in sequence, you only need to keep the backups taken for the times you care about.
Avoid entering confidential information in names and tags.
-
In the Roving Edge Device Console navigation menu, select Block Storage, then select Block Volume Backups.
- At the top of the page, select the compartment that contains the block volume backup that you want to restore.
-
For the block volume backup that you want to restore, select the Actions menu (
), then select
Restore Block Volume. -
Enter the following information:
-
Name: A name or description for the volume. Avoid entering confidential information.
-
Compartment: Select the compartment in which to restore the block volume.
-
Size (in GBs): To change the size, enter a value from 50 to 32768 (50 GB to 32 TB) in 1 GB increments. You cannot enter a smaller value than the value that is shown.
-
High Performance Volume: (Optional) By default, the volume uses balanced performance. To create a block volume that uses the high performance feature, select the Enable High Performance button.
This selection can't be changed after the volume is created.
-
Backup Policy: (Optional) Select a backup policy from the drop-down list. You might need to change the compartment.
For more information about backup policies, see Managing Backup Policies.
-
Tagging: (Optional) Add tags for this resource. Tags can also be applied later. See Using Resource Tags (IAM on the Device).
-
-
Select Create Block Volume.
The volume is ready to attach after its icon no longer lists it as PROVISIONING in the volume list.
-
Use the oci bv volume create command and required parameters to restore a backup to a new volume.
oci bv volume create --availability-domain <availability_domain_name> --volume-backuup-id <source_volume_backup_OCID> [OPTIONS]For a complete list of CLI commands, flags, and options, see the Command Line Reference.
Use the CreateVolume operation to restore a backup to a new volume. The API has an optional
volumeBackupIdparameter that you can use to define the backup from which the data should be restored on the newly created volume.For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.