Tagged Questions
4
votes
3answers
629 views
Using Time Machine with Virtualization (Parallels, VirtualBox, VMWare, etc…)
Since a single small change to a VM file should (I think) cause the entire multi-gigabyte file to be backed up again, are there any ideas I can use to more effectively backup my machine?
Assume that ...
0
votes
1answer
300 views
How to clone CD or DVD from the CLI so it can be accessed in VirtulaBox Windows VM
How can I clone a CD or DVD to an ISO or DMG, using just the CLI, so that I can attach it to a VirtualBox VM.
I often clone CDs or DVDs using the following commands:
diskname=`df -kh /Volumes/* | ...