1,885
edits
Changes
→Investigation 6: How do I backup a virtual machine?
# Compare the size of the compressed and original files.
# Start the ''fedora3'' VM.
# Wreck it! Try this command inside the fedora3 virtual machine (DO NOT do this on your main Fedora system!): <code>rm -rf /*</code>
# Shut down the VM.
# Restore the original image from backup: <code>gunzip <fedora3.img.backup.gz >fedora3.img</code>