By Steve Endow
So, how do you backup your Hyper-V virtual machines? You DO back them up, don't you?
Today I spent a rare day working on my "data center infrastructure".
Specifically, I was working on my Hyper-V backups. For the last several years, I've used batch files and VBS scripts to save my VMs and then copy the VHDs to a file server. While not fancy, this actually worked okay for me for several years.
But since I retired my Windows file server and replaced it with a Synology NAS, I stopped compressing my VHD files, and started to also implement offsite backups as well. So my VHD files get copied to the Synology, then the Synology has a backup job to copy the VHDs to external drives that are rotated each week. Since I was no longer compressing the VHD files, my 2TB external drives were filling up, so I had to finally come up with a better system.
While copying VHD files seems adequate for basic situations, there are some challenges. The obvious downside is compression. Even if you have plenty of storage, having terabytes of backups sitting around isn't ideal. And in my case, my limitation was not my main storage, but my external drives that I rotate each week. In addition to capacity, managing multiple backup versions on the external drives was a hassle.
I looked into using Windows Backup on each VM, but if you attempt to backup to a network share (a NAS, in my case), Windows Backup only supports a single full backup. It will not do differential backups, and it will not retain multiple backups on a share. So that option was quickly ruled out.
I then searched for Hyper-V backup software. After perusing the search results and a few forum posts, I probably found a dozen different names mentioned. There are a lot of options and I couldn't possibly evaluate them all, or even a half dozen. But two names seemed to have a focus on Hyper-V, and seemed to have positive feedback.
The two I chose to evaluate are:
I've done some initial testing of both products, and both vendors offer a free limited version, as well as a full trial version. Both appear to work well, but they seem to be pretty different products in terms of their features and presumed target market.
Veeam seems to be focused on "higher end" features and enterprise requirements with a full set of configuration options for nearly everything, while Altaro has a very good set of features and a simpler design that can get you running backups in a few minutes with less configuration.
Veeam seems to install a ton of "stuff"--it's installer is over 800 MB, with a 139 MB service pack. The Veeam solution takes quite a while to install, requiring .NET 4 and SQL Server Express, among other things. Altaro is a relatively svelte 144 MB, with a very fast, simple installation. It seems obvious that the Veeam installation is larger and more involved because it has some pretty advanced and powerful features--a few of which I don't understand. The question I have to answer is whether I want those features and whether the potential overhead is worthwhile.
I don't believe that my comparison of the two products will be focused on whether one product is "better" than the other. It will be a question of whether they can completely fulfill my current requirements, fulfill any possible future requirements I can think of, how easy they are to use and manage, and how much they cost.
From the list prices I've seen, Veeam is a little bit more expensive than Altaro, but offers some additional feature and more flexibility, such as with the configuration of multiple backups and destinations. The difference is only a few hundred dollars, so price alone isn't a primary driver for me between the two.
My initial impressions are that, objectively, Altaro is probably the more appropriate solution for me. While I may like a few of the more advanced features and configurability of Veeam, those items are probably not essential for my business. Nice to have? Sure. Critical? No. Overhead that I probably don't need to be thinking about given my simple requirements? Probably.
But would I like just a little more configurability in Altaro? Yes. And while it is probably not important technically, I find Veeam's backup files and folder structure to be fantastically simple, while Altaro produces a messy pile of directories and files that look baffling.
My guess is that this difference is due to how the two manage their backup logs and histories. Veeam appears to use SQL Server Express, so it can maintain metadata in SQL and have a very clean backup file and folder structure, whereas my guess is that Altaro stores the backup metadata on the backup drive, so that's why you see dat files and GUIDs on the backup drive. Once I do some restores I suspect I'll have a better feel for the merits of each approach.
I just started evaluating the two products today, so I'm going to compare them over the next two weeks to see which one might be a better fit.
So, how do you backup your Hyper-V virtual machines? You DO back them up, don't you?
Today I spent a rare day working on my "data center infrastructure".
Specifically, I was working on my Hyper-V backups. For the last several years, I've used batch files and VBS scripts to save my VMs and then copy the VHDs to a file server. While not fancy, this actually worked okay for me for several years.
But since I retired my Windows file server and replaced it with a Synology NAS, I stopped compressing my VHD files, and started to also implement offsite backups as well. So my VHD files get copied to the Synology, then the Synology has a backup job to copy the VHDs to external drives that are rotated each week. Since I was no longer compressing the VHD files, my 2TB external drives were filling up, so I had to finally come up with a better system.
While copying VHD files seems adequate for basic situations, there are some challenges. The obvious downside is compression. Even if you have plenty of storage, having terabytes of backups sitting around isn't ideal. And in my case, my limitation was not my main storage, but my external drives that I rotate each week. In addition to capacity, managing multiple backup versions on the external drives was a hassle.
I looked into using Windows Backup on each VM, but if you attempt to backup to a network share (a NAS, in my case), Windows Backup only supports a single full backup. It will not do differential backups, and it will not retain multiple backups on a share. So that option was quickly ruled out.
I then searched for Hyper-V backup software. After perusing the search results and a few forum posts, I probably found a dozen different names mentioned. There are a lot of options and I couldn't possibly evaluate them all, or even a half dozen. But two names seemed to have a focus on Hyper-V, and seemed to have positive feedback.
The two I chose to evaluate are:
- Veeam Backup & Replication (apparently pronounced like "veem")
- Altaro Hyper-V Backup
I've done some initial testing of both products, and both vendors offer a free limited version, as well as a full trial version. Both appear to work well, but they seem to be pretty different products in terms of their features and presumed target market.
Veeam seems to be focused on "higher end" features and enterprise requirements with a full set of configuration options for nearly everything, while Altaro has a very good set of features and a simpler design that can get you running backups in a few minutes with less configuration.
Veeam seems to install a ton of "stuff"--it's installer is over 800 MB, with a 139 MB service pack. The Veeam solution takes quite a while to install, requiring .NET 4 and SQL Server Express, among other things. Altaro is a relatively svelte 144 MB, with a very fast, simple installation. It seems obvious that the Veeam installation is larger and more involved because it has some pretty advanced and powerful features--a few of which I don't understand. The question I have to answer is whether I want those features and whether the potential overhead is worthwhile.
I don't believe that my comparison of the two products will be focused on whether one product is "better" than the other. It will be a question of whether they can completely fulfill my current requirements, fulfill any possible future requirements I can think of, how easy they are to use and manage, and how much they cost.
From the list prices I've seen, Veeam is a little bit more expensive than Altaro, but offers some additional feature and more flexibility, such as with the configuration of multiple backups and destinations. The difference is only a few hundred dollars, so price alone isn't a primary driver for me between the two.
My initial impressions are that, objectively, Altaro is probably the more appropriate solution for me. While I may like a few of the more advanced features and configurability of Veeam, those items are probably not essential for my business. Nice to have? Sure. Critical? No. Overhead that I probably don't need to be thinking about given my simple requirements? Probably.
But would I like just a little more configurability in Altaro? Yes. And while it is probably not important technically, I find Veeam's backup files and folder structure to be fantastically simple, while Altaro produces a messy pile of directories and files that look baffling.
My guess is that this difference is due to how the two manage their backup logs and histories. Veeam appears to use SQL Server Express, so it can maintain metadata in SQL and have a very clean backup file and folder structure, whereas my guess is that Altaro stores the backup metadata on the backup drive, so that's why you see dat files and GUIDs on the backup drive. Once I do some restores I suspect I'll have a better feel for the merits of each approach.
I just started evaluating the two products today, so I'm going to compare them over the next two weeks to see which one might be a better fit.
Steve Endow is a Microsoft MVP for Dynamics GP and a Dynamics GP Certified IT Professional in Los Angeles. He is the owner of Precipio Services, which provides Dynamics GP integrations, customizations, and automation solutions.