0

There is an awesome way to backup Linux instances on GCP (described here and here)

I want to do the same for Windows instances. I'm new to the google cloud. Help!

netslaves
  • 60
  • 6

2 Answers2

0

I would recommend check this article, More specifically this document which will help you to create a Windows persistent disk snapshot.

Shaiq
  • 496
  • 3
  • 8
  • These are all manual ways which I am already doing. I want an automated way as described for Linux instances above. – netslaves Jan 24 '19 at 08:26
  • please note that there is no Google built in method for this, you will need to write a powershell script to take the snapshots similar to the bash scripts – Patrick W Jan 25 '19 at 21:04
0

Google has added a new feature where you can schedule backups!

https://cloud.google.com/compute/docs/disks/scheduled-snapshots

netslaves
  • 60
  • 6