PHP Scripts » Database Tools

MySQL database backup

Author: Alain WolfLicence: Price: FREEHomepageDownloadPHP Scripts, Database ToolsMySQL database backup

Designed to create a daily snapshot of the dynamic data on your website. (e.g. content management systems, forums, guestbooks etc.) Some of the features include: - Backup multiple databases and servers with different users and passwords. - Backups can be scheduled using cron (on UNIX systems) or AT (on Windows systems). - Create daily, weekly and monthly snpashots of your database. - Keep the daily, weekly and monthly backups for a user-specified time. - Archive and compress the SQL files (*.tar.gz). - Creates a detailed report of everything that has been done. - Reports can be mailed to you or any other user-specified email-address, saved to disk or displayed in browser. - Generated SQL files can be mailed to you or any other user-specified email-address. - Generated SQL files can be uploaded by FTP to any user-specified FTP server. - Choose to create SQL files for each table or one for each database - No system calls, everything in 100% pure PHP.

Comments on: MySQL database backup


FreshOne cannot be held responsible for the content of this page (MySQL database backup - Database Tools, PHP Scripts). The content provided on this page and the comments on MySQL database backup - Database Tools, PHP Scripts are user contributed.

Bookmark this page

           

Related scripts

Backup DB
Backup DB is a very easy to use MySQL database Backup/Restore utility written in PHP and Perl. The interface i...
phpMySQLDiff
A litte tool to create an alter-script for the differences between two databases. Since 1.4.0 InnoDB FOREIGN K...
ADOdb Database Library for PHP
A PHP4 database abstraction library. It currently supports MySQL, PostgreSQL, Interbase/Firebird, Oracle (Oci8...
QuickDB
QuickDB is a database abstraction class that helps PHP developers to move from database engine to another with...
phpMySQLAutoBackup - automate your MySQL backups
phpMySQLAutoBackup automates the backup of your MySQL databases. Exports your database (data and structures),...