var fDesc=new Array(); fDesc[0] = "IBackup makes it possible for the user to restore or schedule regular online backups for Windows based systems, which gives a sheer native feeling of Microsoft Windows Explorer clubbed with powerhouse logging and scheduling functionality. It chooses important data like Microsoft Outlook, Outlook Express, My Documents, Financial Files and other Office files for back-up and has many advanced features like the Open file back up, etcetera, as well.

IBackup has generic features, such as incremental and compressed backups that substantially reduce the network bandwidth usage by transferring only the modified portions of a file, enhanced security with 128-bit SSL encryption on transfers, optional 256-bit proprietary encryption on storage with a user-defined encryption key that is not stored anywhere on IBackup servers and lot more.

The advanced functionality includes support for Open-File Backup for all the common application data types, provision for backup of critical system related components using 'System State Backup', MS SQL Server database backup without stopping the database services, MS Exchange Server database and Mailboxes backup without interrupting the running MS Exchange Server services, Oracle Server database backup without stopping the Oracle Server database services. It also offers support to one-way Sync from local machine to IBackup account."; 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 = ''; } }