forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wei, Hongmin <weihongmin1@huawei.com> Co-committed-by: Wei, Hongmin <weihongmin1@huawei.com>
6.2 KiB
6.2 KiB
Using a Backup to Create an Image
CBR allows you to create images using ECS backups. You can use the images to provision ECSs to rapidly restore service running environments.
Prerequisites
- Confirm that the following operations have been performed before you use an ECS backup to create an image:
- You have optimized the Linux ECS (referring to Optimizing a Linux Private Image) and installed Cloud-Init (referring to Installing Cloud-Init).
- You have optimized the Windows ECS (referring to Optimizing a Windows Private Image) and installed Cloudbase-Init (referring to Installing and Configuring Cloudbase-Init).
- A backup can be used to create an image in either of the following scenarios: 1. The backup is in the Available state. 2. The backup is in the Creating state which is marked with Image can be created.
- The backup you want to use to create an image contains the system disk data.
Function Description
- Images created using a backup are the same, so CBR allows you to use a backup to create only one full-ECS image that contains the whole data of the system disk and data disks of an ECS, in order to save the image quota. After an image is created, you can use the image to provision multiple ECSs in a batch.
- A backup with an image created cannot be directly deleted. If you want to delete such a backup, delete its image first. If a backup is automatically generated based on a backup policy and the backup has been used to create an image, the backup will not be counted as a retained backup and will not be deleted automatically.
- A backup is compressed when it is used to create an image. Therefore, the size of the generated image is smaller than that of the backup.
Procedure
- Log in to CBR Console.
- Click the Backups tab. Locate the desired backup. For details, see Viewing a Backup.
- In the row of the backup, choose More > Create Image. See Figure 1.
- Create an image by referring to section "Creating a Full-ECS Image from a CBR Backup" in the Image Management Service User Guide.
- If you want to use an image to provision ECSs, see section "Creating an ECS from an Image" in the Image Management Service User Guide.
Parent topic: Backup Management