Is there a way to clone or copy a windows server r12 in google cloud? I have looked for a way but I couldn't find a way to clone/copy the server into a new windows server r12
Asked
Active
Viewed 46 times
1 Answers
0
You can create a Windows image using these instructions - it requires running sysprep
and deleting the existing instance (but save the boot disk and then relaunch your initial instance). Then you can launch as many new copies as you need from the same image.
https://cloud.google.com/compute/docs/instances/windows/creating-windows-os-image
You can also use persistent disk snapshots to backup and duplicate the disk data:
https://cloud.google.com/compute/docs/instances/windows/creating-windows-persistent-disk-snapshot

Mani Gandham
- 7,688
- 1
- 51
- 60
-
So can I have two different servers with the same files inside? – Yazaw Mar 28 '17 at 14:27