- Create a Windows XP clean image
- Use clean image to create a clean image with VS2008 and SVN
- Use clean VS2008 image to create build bots
- Use clean WinXP image for something else
Immutable and named snapshots
-
CrazyCasta
- Posts: 5
- Joined: 6. Sep 2011, 23:38
- Primary OS: Linux other
- VBox Version: OSE other
- Guest OSses: Windows 7 32-bit, Windows XP 32-bit
Immutable and named snapshots
I would like to do something like the following:
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: Immutable and named snapshots
Linked clones. Create a clone of your existing VM, select "Linked" rather then "Full" when you get to that dialog.
-
CrazyCasta
- Posts: 5
- Joined: 6. Sep 2011, 23:38
- Primary OS: Linux other
- VBox Version: OSE other
- Guest OSses: Windows 7 32-bit, Windows XP 32-bit
Re: Immutable and named snapshots
Well, that's not quite what I want because I would like to be able to name the images. However for the time being it's a good enough measure so thank you very much.
In addition, because the original image was immutable I had to do: on the snapshot generated for the new machine.
In addition, because the original image was immutable I had to do:
Code: Select all
VBoxManage modifyhd <uuid> --autoreset off-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: Immutable and named snapshots
You are welcome. I must add however that while I felt obliged to tell you about the thing which was closest to what you asked for, I would not trust this arrangement with a bargepole, particularly for development. Like all snapshot/difference schemes it is cumbersome to move around and back up, and you stand to lose everything if the base image is corrupted, ditto for control files.
I would have used full clones, created at each of the milestones you mentioned.
I would have used full clones, created at each of the milestones you mentioned.