This should be easy but ...
I have been working on a Google Compute Engine persistent disk image that I'm calling utilserver
, and basically now need to build it again from scratch, but I might need the original one to try a few things in case problems come up. So I'd like to rename utilserver
to utilserver-backup
and then create a new utilserver
that will hopefully end up being more correct. However, under the web console for my project there's only a "Delete" button, no "Rename" button. Neither does gcutil
seem to have a rename command. Ok, I tried creating a snapshot of utilserver
and then from that a new persistent disk called utilserver-backup
, but when I did that the new disk looked like a completely new image--none of my prior installation work was on there. Any ideas here?