0

I need some help with Google cloud. I need a shell script for creating a current instance snapshot. I have researched and found some shell script which can create snapshots for all project instances, but I don't want to give access to another instances. Please help me!

Thanks in advance.

Humberto Castellon
  • 879
  • 1
  • 7
  • 17

1 Answers1

0

You can use the gcloud command "gcloud compute disks snapshot [disk_name]" to get a snapshot of a specific disk instead of all disks in a project.

xavierc
  • 153
  • 5