var fDesc=new Array(); fDesc[0] = "NAKIVO Backup & Replication offers an all-in-one data protection solution for virtual, physical, cloud, and SaaS environments including VMware vSphere, Microsoft Hyper-V, Nutanix AHV, Proxmox VE, Amazon EC2, Windows and Linux machines, file shares/NAS, Oracle databases, and Microsoft 365 - all from a centralized web interface. The NAKIVO solution delivers the highest levels of reliability, performance, and usability.

Some of the key features include:

Incremental, app-aware backup
Instant recovery of objects
Instant recovery of VMs
Bare metal recovery for physical machines
Backup directly to public and private clouds (Amazon S3, Wasabi, Backblaze B2, Azure Blob)
Site Recovery
Real-Time Replication (now supporting vSphere 8.0)
Backup to tape
Enhanced Microsoft 365 backup (back up directly to more destinations without disabling MFA)
NAS backup with support for more destinations including cloud, deduplication appliances, and tape
MSP Console v2 for centralized multi-tenant management
Backup from NetApp storage snapshots (AFF and FAS devices with ONTAP 9.6+)
Federated repositories for flexible backup storage scaling
Immutable backups with HydraStor WORM filesystem support
Generic source-side backup encryption
Spanish localization
and much more..."; 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 = ''; } }