mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Website snapshot
This commit is contained in:
parent
ee0ab66d73
commit
50ec3688a5
281 changed files with 21066 additions and 0 deletions
11
content/blog/virtualizingwithclonezilla.md
Normal file
11
content/blog/virtualizingwithclonezilla.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "Virtualizing Environments with Clonezilla"
|
||||
date: 2019-08-25T20:09:28-04:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
[Clonezilla](https://clonezilla.org/) advertises itself as a disk cloning and backup utility. I've been starting to think of it as a little more than that. Let's say that you go to a client site and they have a machine in production. Instead of messing around with their machine, you make a Clonezilla copy of it. You can then take it back and place it on a computer you're not using to play around with it.
|
||||
|
||||
Now even better, instead of using bare metal, what if you virtualize it? It's essentially the same process as putting it on baremetal, except now you have a virtual copy that you can make clones of, backup, etc.
|
||||
|
||||
Now if the OS is looking for hardware that doesn't exist, that might make life a bit harder....
|
Loading…
Add table
Add a link
Reference in a new issue