var fDesc=new Array(); fDesc[0] = "Time to Backup" is a suite of programs that allow to schedule backup of InterBase/Firebird database on your database servers. Besides database backup it can run specified stored procedure or SQL script at specified day and time.
On the windows platform Windows NT, Windows 2000, Windows XP, Windows 2003 are supported. Windows 95, 98 and Millenium are not supported because they do not support services.
On all platforms InterBase or Firebird client must be installed. Sinse Sevices API is available from InterBase 6.0 Time to Backup cannot be used with earlier versions of InterBase. Any version of Firebird is supported. Classic build of Firebird 1.0 is not supported because it does not support Services API.
Time to Backup consists of two main parts - server service and management application. On Windows platform server part is running as a system service. On Linux it is a simple daemon and that can be run by any user. Management tool work on Windows platform only."; 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 = ''; } }