var fDesc=new Array(); fDesc[0] = "Handy Backup Small Server is an all-included solution for backing up server data and business applications. Supports Windows Server 2012/2008/2003 and Windows 10/8/7/Vista/XP, contains built-in presets to back up Microsoft Exchange Server data, MS SQL, MySQL, PostgreSQL, IBM (Lotus) Notes/Domino, DB2, Oracle and other databases. Supports a wide range of storage media, including local and networked drives, FTP/FTPS/SFTP servers, WebDAV-compatible services, Amazon S3, HBDrive, and other popular cloud resources. All backups could be encrypted with 128-bit BlowFish algorithm, to reduce possible risks during the transfer and storage. The software provides full, incremental, and differential backup with ZIP compression, versioning, scheduling, and other advanced options. Disk Image functionality allows performing complete PC backup through creation of a drive image (snapshot) with all data and system records. In 2012, Handy Backup Small Server was awarded as the "Best Small Business App" by PCMag."; 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 = ''; } }