Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Netting Out NetBackup

Showing posts by Daniel Hoffer remove filter
Daniel Hoffer | 20 Nov 2008 | 0 comments

Once you're running VMware, new VMs pop up like moles in the game, "Whack-A-Mole." And kind of like the moles, many of the VMs are identical, because they were all cloned from the same gold image. What does that mean from a backup perspective? It means that you're backing up the contents of that same gold image over and over again. These duplicate copies take up a lot of space, and your CFO, if he is savvy enough about data center technologies, will beg you to install some deduplication software (like PureDisk), which will cut your IT expenses dramatically.

 

Why? Two reasons. First, with PureDisk, you'll only backup one copy of each unique block, rather than multiple copies. The savings on storage from doing this are incredible - we've seen as high as 99%. Next, PureDisk puts less of a load on your ESX server than a traditional client inside the Guest VM does. What does that mean? Lower load per VM per ESX Server means you can put more VMs on each ESx...

Daniel Hoffer | 05 Nov 2008 | 0 comments

But why would you do such a thing?? You'd have to be really frickin' stupid to burn dollar bills to light a fire!!

 

Yeah, I knew you'd agree with that. Fortunately, NetBackup customers are smarter than the average bear (or, let's say, the average backup administrator). NetBackup customers know that backing up ESX servers twice (once for the VM image, once for all the individual files) is like burning dollar bills, and additionally, backing up without using incrementals is like throwing a few twenties on top.

 

Let's explore the incrementals angle a bit. NetBackup 6.5.2 is the only backup product available that supports incremental backups with VCB. How does this work? Using VCB at the VMDK level, a full image is backed up initially, and then catalogued on the proxy server. Subsequently, incremental backups are performed by comparing the contents of a VM against the stored catalog of the initial full image. If changes are detected, then VCB is...