var fDesc=new Array();
fDesc[0] = "SQLBackupAndFTP: Reliable Backup Solution for SQL Server, MySQL Server, PostgreSQL Server
SQLBackupAndFTP is an essential tool for database administrators seeking a dependable and efficient solution for SQL Server, MySQL Server and PostgreSQL Server backups. This software offers a comprehensive set of features designed to simplify and automate the backup process.
Key Features:
1. Automated Backups: Schedule regular backups of your databases with ease, reducing the risk of data loss.
2. Multiple Storage Options: Save your backups to various storage destinations, including local/network drives, FTP servers, and cloud services like Google Drive, Amazon S3, and Dropbox.
3. Compression and Encryption: Protect your data with built-in compression and encryption options, ensuring secure and efficient storage.
4. Email Notifications: Receive instant email alerts on the status of your backups, keeping you informed and confident in your data protection strategy.
5. User-Friendly Interface: Navigate through the software with an intuitive and easy-to-use interface, making the backup process straightforward even for beginners.
Restoration and Recovery: Quickly restore your databases from backups, minimizing downtime and ensuring business continuity.
SQLBackupAndFTP is the perfect choice for organizations of all sizes, offering a reliable and cost-effective solution to safeguard your SQL Server, MySQL Server, PostgreSQL Server databases. With its robust features and user-friendly design, SQLBackupAndFTP ensures that your data is always secure and readily available.";
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 = '';
}
}