Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Compute Engine virtual machine backup strategy

Does Google Compute Engine provide automatic, scheduled backups for virtual machines? I want to backup entire disk, exactly how I can do it manually, Couldn't find it in their documentation, and if not, what are other strategies for scheduling backups you have used?

like image 493
Lev Avatar asked Feb 06 '15 07:02

Lev


People also ask

How do I backup my GCP VM?

In the Name column, click the name of the VM that has the persistent disk to back up. In Storage : To back up the boot disk, in the Boot disk section, click the Name of the boot disk. To back up an attached persistent disk, in Additional disks, click the Name of the attached persistent disk.

Is Google Compute Engine a VM?

Google Compute Engine provides a scalable number of virtual machines (VMs) to serve as large compute clusters for that purpose. GCE can be managed through a RESTful application program interface (API), command line interface or web console.

Is Compute Engine a VM?

Compute Engine offers predefined virtual machine configurations for every need from small general purpose instances to large memory-optimized instances with up to 11.5 TB of RAM or fast compute-optimized instances with up to 60 vCPUs.


1 Answers

You can use Compute Engine API to programmatically do automatic snapshot. A similar question has been answered on this thread.

like image 190
Kamran Avatar answered Oct 30 '22 06:10

Kamran