var fDesc=new Array(); fDesc[0] = "Hyperoo is a fantastic piece of software to solve your Hyper-V Virtual Host backup headaches. From live backups on the network to remote backups across the Internet, Hyperoo is all you need to SECURE, BACKUP and RESTORE your Hyper-V environments.

Hyperoo backs up live Hyper-V virtual servers to your remote Hyperoo server across your network/internet. Backup schedules are highly customisable, transfers are securely encrypted and the transfer process itself fast. And Hyperoo isn't restricted to just backing up virtual servers, you can use it for backing up data folders, SQL databases, Exchange mail stores and plenty more besides!

Moving sensitive backup data over the Internet is always a concern, but Hyperoo allows you to securely encrypt your data during transmission. This is done using a modern robust AES encryption standard.

Easily restore any of your Backups onto remote servers using Hyperoo's built-in Restore interface. Transfers are securely encrypted and you only transfer the differential, so it's lightning fast to boot!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }