how we can do automatic backup for compute engine disk everyday ? in google cloud -


i have created instance in compute engine windows server 2012. cant see option take automatic backup instance disk database everyday. there option of snapshot need operate manually. please suggest way backup automatically , can restore able on single click. if there other possibility using cloud sql storage or other storage please recommend.

thanks

there's api take snapshots, see api section here:

https://cloud.google.com/compute/docs/disks/create-snapshots#create_your_snapshot

you can write simple app triggered cron or take snapshot periodically.


Comments