8

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?

Leif Jones
  • 320
  • 6
  • 21
Lev
  • 3,719
  • 6
  • 41
  • 56

2 Answers2

5

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

Community
  • 1
  • 1
Kamran
  • 3,397
  • 26
  • 40
1

Yes, recently GCP announced snapshot schedules which can be used to do exactly what you want. You can refer to the this link to set your schedule either by GCP console or gcloud command.

Goli Nikitha
  • 858
  • 3
  • 9
starshine wang
  • 616
  • 1
  • 8
  • 13