var fDesc=new Array(); fDesc[0] = "Spesoft Backup provides you with a fast, powerful, stable and robust way to allow you to backup changes from a folder to another folder, network location or FTP site. It will also produce a command line to run the job again or automatically with scheduling.

Features are,

* The application intelligently only copies changed files when running the job again.
* Stable and fast multithreaded FTP transfer.
* If failure occurs due to network failure, will start off right where it left off, and ensures all files are copied.
* Fastest technique possible to backup to FTP site, only sending changed files.
* Backup terabytes of data.
* Simple wizard interface, ideal for novices.
* Powerful command line interface for scheduling jobs
* Both console and windows based.
* Full rotating log files.
* Install comprises of only single exe file.
* No system files, registry usage. Is a clean application.
* Ideal for backing up dedicated web servers, or hard drive volumes with 100's of gigabytes
* Backup remote network shares as the application provides the ability to login to remote servers and domains.
* Simple profile saving via batch files, which can be easily scheduled with windows scheduler
* Low resource and CPU usage.
* Simply filter files and folder, and easily login to ftp servers."; 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 = ''; } }