1
votes

Try to set up a snapshot schedule in Google VM console and attached the snapshot schedule to the disk. Everything looks good, but it just not running and no snapshot is created at the specified time.

Here is the instruction what I followed. https://cloud.google.com/compute/docs/disks/scheduled-snapshots

Anyone has the same problem and know what wrong?

Thanks!

1
Edit your question with the output from gcloud beta compute resource-policies describe [SCHEDULE_NAME]John Hanley

1 Answers

0
votes

We are in the same situation.

I have tested different time schedules and frequency but no snapshots have been generated.

For the time being, we've resorted back to using Auto-snapshot tool:

https://github.com/jacksegal/google-compute-snapshot

Of which have been working without issues.