Questions tagged [snapshot]
177 questions
70
votes
8 answers
How do I change the snapshots directory in VirtualBox on Windows?
I have a SSD Hard drive representing C:\, which is only 30GB.
Therefore, I install all my (non-critical) apps on my large G:\ drive. My VirtualBox installation is on G:\, as well as the hard disks. However, I found that the snapshots directory…
David Ackerman
- 803
61
votes
5 answers
Quickest way to merge all snapshots in VirtualBox?
I have vdi with quite a number of snapshots taken from it - say, 50 or 70 snapshots.
I want to have one plain vdi with a current state. These snapshots take way too much disk space and are not needed as snapshots.
I know that if I call
VBoxManage…
Andrey Regentov
- 1,426
- 1
- 13
- 15
23
votes
5 answers
How do I go back to a snapshot in VirtualBox?
I've made three snapshots on VirtualBox virtual machine (Windows XP).
I want to go back to Snapshot 2.
If I click on "Snapshot 2" and click Start, it goes back to the current state.
I can click on "Current State" and "revert to current snapshot"…
Edward Tanguay
- 14,615
18
votes
5 answers
Sharing VirtualBox snapshots
Is it possible to "share" a VirtualBox snapshot? I have a "baseline" VirtualBox machine, and I would like to be able to take a snapshot, and send it to another user which has the same baseline machine.
The scenario is that the baseline machine is…
JesperE
- 1,575
17
votes
2 answers
Export a VM with the snapshots?
I have a machine with snapshots at different key points in the configuration.
Now I need to back up this VM, with its snapshots, to another machine.
I tried the "Export" function, but the .ova file only contain the Current state, no…
DrakaSAN
- 867
13
votes
4 answers
How to make a redundant desktop system with daily snapshots? (Is btrfs ready for use?)
I want to configure a desktop system in which the home filesystem would be redundant (e.g. RAID-1), and would have weekly snapshots taken. I've already done this with ZFS, the snapshot system is wonderful, and with send/recv you can easily create…
TestUser16418
- 950
13
votes
3 answers
Is there a way to snapshot a running process to disk to restore it later?
I usually work with a lot of instances of visual studio open to different projects, I was wondering if there is a way to snapshot/hibernate a running process to disk instead of closing it so that I can open it in the same state as it was quickly.
I…
Sijin
- 231
11
votes
4 answers
How to rollback a specific directory in ZFS snapshot?
Is it possible to rollback to a certain directory within a snapshot? For example, given the snapshot tank/home@snapshot_week_01 can I rollback to something like tank/home/louis@snapshot_week_01 without rolling back all of the other files directories…
Louis Waweru
- 25,409
- 45
- 137
- 203
11
votes
3 answers
Should I be using snapshots or clones for my purposes?
I have a VirtualBox machine representing a "clean" install of my OS. I would like to use this VM for several types of machines - one for simple games, one for programming, one for my audio editing. So basically I want three or four (maybe more…
loneboat
- 519
11
votes
1 answer
When does a VirtualBox snapshot actually happen
I spend a lot of my job writing documentation for the installation of software on my employer's servers. Sometimes this is quite complicated, so I do the initial work inside a virtual machine running in VirtualBox, and take snapshots at each…
Rich
- 2,241
11
votes
1 answer
virtualbox snapshot size
I've started using Windows 7 under VirtualBox on an Ubuntu 10.10 host. I took about 6 snapshots over the course of setting up the VM from the Windows restore image that came with the computer. My installations were more or less limited to windows…
intuited
- 3,481
10
votes
1 answer
Keyboard layout *image* creator
Is there a program for creating images of keyboard layouts? The program would be able to put a background image on each key but also provide its text. One could do it in Inkscape or such, but it would be nice to get rid any aligning problems, etc.
n611x007
- 6,566
- 15
- 67
- 91
10
votes
12 answers
How best to compare huge directory trees
How can I compare directory trees of huge size?
I am thinking a free tool to make a snapshot of the filesystem structure (listing of files and directories, their size & timestamps) would be ideal so I could compare the snapshot to another one made…
jdehaan
- 953
9
votes
4 answers
Virtualbox, merging snapshots and base disk
I have a virtual machine with about 30 snapshots in branches. The current development path is 22 snapshots plus the base disk. The amount of files is seemingly having an impact now on IO and the dev laptop I'm using (don't know if it is host disk…
krembanan
- 193
7
votes
2 answers
How to save the state of a Ubuntu install? (get a snapshot)
I don't know if the terminology as in "snapshot" is correct for this, if not, please, feel free to correct me.
Is there a way that I can, like "save" the state of my linux install, like an image, so if necessary I can go back? And just to point it…
user512585