Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | PHP | Scripts & Programs | Database Tools | Database Backup & Restore

Results 1-20 of 24
Backup DB
Backup DB is a very easy to use MySQL database Backup/Restore utility written in PHP and Perl. The interface is written in PHP to keep things streamlined and the backup/restore processes are written in Perl to avoid PHP's limitations in the areas of safe_mode file ownership and system commands (v1.10 adds the option of using PHP files for the backup/restore process). Backups are compressed to limit storage space, organized by database (for ease of restoring), and saved with the date appended to the filename (to allow multiple backups). You can backup or restore one or more (or all) tables in the selected database at once.
(3 ratings)
Reviews0
Price 11.00
Views3441
MCM Backup
MCM Backup is a free PHP/MySQL website backup software. It allows you to backup your files and database and save them to your PC.
(3 ratings)
Reviews0
PriceFree
Views1882
backupDB()
backupDB() is a PHP script that backs up MySQL tables and databases to a gzip'd file for easy daily backup. Can back up a single database and/or table, or all tables. Structure-only, complete-inserts optional. Can be called interactively or run as a cron job. Works well with doSQL() (also available on this site). Faster and more robust than phpMyAdmin's backup function.
(82 ratings)
Reviews1
PriceFree
Views8996
MySQL 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.
(272 ratings)
Reviews2
PriceFree
Views20096
MySQL Dump
Backup program for MySQL databases that creates MySQL database backup files on your server. The backup files are in the same format as the phpmyadmin dump files. Simple installation. Optional german or english language. Comments in German and english.
(15 ratings)
Reviews0
PriceFree
Views10202
Free PHP MySQL Backup Script
The main difference between this script and other backup solutions is that the current script are splitting the backup process into more than one sub processes and each sub process is saving a small part of your database.
(4 ratings)
Reviews0
PriceFree
Views2552
Holomarcus MySQL Database Backup
With HMS_BACKUP you can make a backup of your MySQL-database. This backup can be sent by e-mail or uploaded through FTP. This script doesn't need privileges to execute *nix commands. It's 100% pure PHP.
(19 ratings)
Reviews1
PriceFree
Views3945
phpMySQLAutoBackup - automate your MySQL backup using php
Now includes detailed reporting - phpMySQLAutoBackup the simple way to backup MySQL databases - automates the backup of your MySQL databases. Exports your database (data and structures), compresses it into gzip format and emails it to you. Schedule it to run every day/week by adding it to a cron job, or use phpJobScheduler. New features include the ability to select separate tables for backup, and limit the backup to start and stop at pre-set table row numbers, this will now allow a section of a large table (with millions of records) to be selected for backup. Features: * option to ftp backup file to remote server * email zipped database to your specified address * option to save to backup folder * backup limited to once per hour (easily changed) prevents malicious attempts at bringing down your server * specify specific tables to include or exclude, or backup the whole database * set ranges to backup - from start row number to last specified row number
(166 ratings)
Reviews4
PriceFree
Views21473
BackupZip
BackupZip creates a .gz zipped backup of a MySQL database on demand. You can either backup all tables within the database or chose to just backup specific tables. Used with cron and an automated ftp download, you can completely automate database backups! If you don't have access to cron, setup a reminder or scheduler to run this script daily or weekly via your web browser and download the zipped files via FTP when convenient. If you don't have access to cron or would prefer to output the backup file directly to your web browser, see the Backup scriptlet.
(6 ratings)
Reviews0
PriceFree
Views2839
Backup
Backup outputs a copy of a MySQL database in sql format directly to your web browser. You can either backup all tables within the database or chose to just backup specific tables. Simply run this script, copy the output, paste it into plain text file and save it for future use. If you have access to cron or would prefer store zipped backup files on your server for later download via FTP, see the BackupZip scriptlet.
(6 ratings)
Reviews0
PriceFree
Views2923
phpMyBackupPro
phpMyBackupPro is a web-based MySQL backup application in PHP. You can schedule backups, download, email or upload them with FTP and backup whole file directories. Zip and gzip compression, easy interface and installation. Many languages and online help!
(6 ratings)
Reviews0
PriceFree
Views1002
Simple Backup MySQL Database
This script creates the backup of the MySQL tables in SQL format and saves it into a ZIP file on server. Also, it can restore the MySQL tables in your database from the SQL backup stored in ZIP archive. Supports both PDO and MySQLi for accessing MySQL databases in PHP. It has options to Download or Delete the back-up files from server.
(13 ratings)
Reviews1
PriceFree
Views1125
Database Dump Utility
Sql dump utility for MySQL and PostgreSQL Databases
(12 ratings)
Reviews0
PriceFree
Views787
PostgreSQL Backup n' Restore
This class can be used to generate backups of PostgreSQL. It accesses a given database and generates SQL statements that can be used to recreate the database tables and the values stored on their rows. The generated SQL is stored in a given file. The class can also restore a database from a previously generated backup by executing the SQL statements stored in a backup file.
(6 ratings)
Reviews0
PriceFree
Views1866
Sypex Dumper 2
Sypex Dumper is a PHP-script, which can help you create a backup (dump) of a MySQL database, and also restore the database from the backup if needed. Unlike many similar programs (scripts), is optimized for maximum performance, as well as for working with large databases of hundreds or thousands of megabytes. Key features, briefly - backup and restore of MySQL database without using third-party programs, just pure PHP; - impressive performance; - support for two formats, file compression (Gzip and Bzip2); - friendly Web 2.0 interface with AJAX; - work in several stages (to bypass the restrictions about time); - special file format with the meta-information; - MySQL service functions (check, optimize, repair); - smart backup with post-processing;
(19 ratings)
Reviews1
PriceFree
Views2123
Large Database Backup
This class can be used to backup large MySQL databases into multiple files. It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current values of the table rows, as if it was creating a new database. The class stores the generated SQL statements in files. A full backup process can be split in multiple iterations to not exceed PHP default script execution time limit. Each iteration dumps a limited number of table rows. An iteration can be executed by a script that redirects the page request to itself at the end to proceed to the next iteration.
(6 ratings)
Reviews0
PriceFree
Views2372
dbbackup
A PHP5 class to simplify backing up databases remotely.
(6 ratings)
Reviews0
PriceFree
Views1653
mySQL Backup Script
This is a simple script that will create a mysqldump of your database and upload it to a ftp server. This can be configured to determine which database (or all) you want to backup, where you stock it locally and where you upload it.
(6 ratings)
Reviews0
PriceFree
Views4773
XCloner - Backup and Restore made easy
XCloner is a Backup and Restore component designed for PHP/Mysql websites, it can work as a native plugin for WordPress and Joomla!. XCloner design was specifically created to Generate custom backups of any LAMP website through custom admin inputs, and to be able to Restore the clone on any other location with the help of the automatic Restore script we provide, independent from the main package! XCloner Backup tool uses Open Source standards like TAR and Mysql formats so you can rest assured your backups can be restored in a variety of ways, giving you more flexibility and full control. Features: * Backup and Restore any PHP/Mysql application * Create custom backups * Generate automatic backups based on cronjobs * Restore your backups anywhere * Share your custom backups with your clients
(9 ratings)
Reviews0
PriceFree
Views1856
exportDb
This class can be used to create a backup of a MySQL database using the mysqldump command. It invokes the mysqldump command to generate a backup file of a given database on behalf of a given authenticated MySQL database user. The generated backup file is copied to another file with the name based on the current date.
(3 ratings)
Reviews0
PriceFree
Views1589
Results 1-20 of 24