var fDesc=new Array(); fDesc[0] = "Using Reflect, a tool developed by Macrium, you will be able to backup individual files and folders into a single compressed mountable archive file or create an exact image of partitions on your hard disk for easy hard disk upgrade or complete/partial system recovery. Let’s briefly describe how this tool works on the different categories of tasks:
1. File and Folder Backup: you just simply select the folders that you want to backup, or individual files, apply any filtering criteria to include and exclude files, and Reflect will create a compressed backup file that can be restored directly or browsed using Windows Explorer. You can create full, differential and incremental backups to optimize backup speed and disk space requirements.
2. Disk Imaging: you will be able to create an accurate and reliable Image of your hard disk or partitions on your disk. Using this image you can restore the entire disk, partition or individual files and folders in the event of a partial or complete system loss. Once again, you can create full, differential and incremental images to optimize backup speed and disk space requirements. Images can be stored on local or network drives, CD or DVD media, and removable drives connected using USB or Firewire (IEEE1394).
3. VBScript and MS-DOS Batch file support: Backup definitions can be stored as XML files that can be accessed by Reflect to provide powerful batch and scheduling processing using VBScript or MS DOS batch files. Reflect includes a powerful VBScript generator that automatically creates Windows Scripting Host (WScript) VBScript files for ultimate control over the backup procedure.
4. Recovery - Linux or Vista: In the event of a total loss of the Windows operating system your PC can be started using the Reflect™ recovery CD. This CD starts either a compact version of the Linux operating system with a familiar mouse and graphical interface OR a Windows PE (Vista) based CD with additional functionality. You can then recover partitions, entire disk images or individual files with just a few clicks of your mouse. Have in mind that the Widows Vista based recovery CD is not available with the trial version of Reflect."; 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 = ''; } }