database backup
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2297
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 v more>> 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.<<less
Added: 2007-07-22 License: GPL Price: Free
836 downloads
Web Site and Database Backup
This scirpt can be used to take a server side directories backup and also take database backup which can then be download. more>> This scirpt can be used to take a server side directories backup and also take database backup which can then be download.<<less
Added: 2006-12-18 License: Other Price: $0.00USD
13 downloads
MySQL DataBase Backup Script 0.2
This is a shell script which is for backing up your mysql database. This can be customised as you like. The speciality of the script The script can keep a copy of the mysql database on the server along with sending a copy as attachment to your more>> This is a shell script which is for backing up your mysql database. This can be customised as you like. The speciality of the script The script can keep a copy of the mysql database on the server along with sending a copy as attachment to your mail id.<<less
Added: 2005-12-05 License: GPL Price: $0.00USD
13 downloads
PHP MySql Multiple Database Backup 1.0
This script allows you to make a backup of your MySql databases in sql or gz format allowing you to restore in case of a server crash. The output sql is already compacted. You can download the backup from the server as sql or gzip. Very easy to use. more>> This script allows you to make a backup of your MySql databases in sql or gz format allowing you to restore in case of a server crash. The output sql is already compacted. You can download the backup from the server as sql or gzip. Very easy to use. No tables can be selected. The whole database will be backed-up. Contains fulltxt fields as option. Works with windows/apache too, special changes for windows time-out. For the use with single databases with table selection see: MySql PHP Backup<<less
Added: 2006-01-04 License: Freeware Price: $0.00USD
12 downloads
Other version of PHP MySql Multiple Database Backup
Assure Database Backup Software Free 1.54
This Free Script will allow you to quickly backup your MySQL database and restore it. It is meant to be simple to install, and use. No programming knowledge required. more>> This Free Script will allow you to quickly backup your MySQL database and restore it. It is meant to be simple to install, and use. No programming knowledge required.<<less
Added: 2004-10-04 License: Freeware Price: $0.00USD
14 downloads
Other version of Assure Database Backup Software Free
Automated MySqDump Database Backup 1
mySQLdump Database Backup is a PHP script that: is executed either on a scheduled basis via cron or your manually via your browser; will backup any number of databases (data and structure); gzips the output files; allows you to download individual backup more>> mySQLdump Database Backup is a PHP script that: is executed either on a scheduled basis via cron or your manually via your browser; will backup any number of databases (data and structure); gzips the output files; allows you to download individual backup files or all backups bundled in a zip archive; optionally optimize tables in the databases; deletes old backup files from the server when new backups are created; eliminates transfering the backups to your PC using an FTP client or worse, excruciatingly slow transfer via email attachments; has HTMl user guide with complete instructions for installing and using (visit the site to read it). And it is free!<<less
Added: 2008-01-21 License: GPL Price: $0.00USD
12 downloads
Database Backup Module For Nuke 1.0.0
This module is primarily for Nuke and allows admins access to their database system without the use of phpmyadmin. Will allow admins to backup their entire database, download the file or store it on the server. You can individually delete, empty or save more>> This module is primarily for Nuke and allows admins access to their database system without the use of phpmyadmin. Will allow admins to backup their entire database, download the file or store it on the server. You can individually delete, empty or save each table as you wish, together with optimise your database. Will automatically send out a remainder email every xx days to remind admins to backup your database. Will allow you to view individual tables and their contents, together with allowing you to optimize the table completely. Comes with installer and on line support via our forums.<<less
Added: 2008-02-26 License: Freeware Price: $0.00USD
14 downloads
IAM Backup - A Database Backup PHP Class 1.1.0
IAM Backup is package made of two classes. One performs the backup of the selected MySQL database, and the second restores the database. Both classes support gzip-compressed files for improved performance. more>> IAM Backup is package made of two classes. One performs the backup of the selected MySQL database, and the second restores the database. Both classes support gzip-compressed files for improved performance.<<less
Added: 2007-07-06 License: LGPL Price: $0.00USD
14 downloads
Other version of IAM Backup - A Database Backup PHP Class
Idut Backup 1.0
Idut Backup is a file and database backup system. It is powerful yet easy to use and simple to setup. Written in PHP, you can backup and restore physical files and MySQL tables. more>> Idut Backup is a file and database backup system. It is powerful yet easy to use and simple to setup. Written in PHP, you can backup and restore physical files and MySQL tables.<<less
Added: 2008-01-13 License: Other Price: $0.00USD
14 downloads
PHP WebSite Backup 1.1
Backup a whole or partial website get output as a .tar.gz file. Downloadable via the script. Directories to backup are selectable. Requires PEAR (www.pear.net) Server must have Gzip installed. Will backup even very large websites without a hitch. more>> Backup a whole or partial website get output as a .tar.gz file. Downloadable via the script. Directories to backup are selectable. Requires PEAR (www.pear.net) Server must have Gzip installed. Will backup even very large websites without a hitch. Backup can be send automatically to your email account.<<less
Added: 2004-07-11 License: Freeware Price: 0.00
14 downloads
Other version of PHP WebSite Backup
License:Freeware
Database To XML
This small tool helps you to convert your MySQL database layout into XML. Just specify connection informations and you can display or save the generated XML output. more>> This small tool helps you to convert your MySQL database layout into XML. Just specify connection informations and you can display or save the generated XML output.<<less
Added: 2006-08-07 License: Freeware Price: Free
1181 downloads
Database Abstraction Layer
A database abstraction layer with handy methods, placeholders and auto-escaping. Frequently used in many of my projects. more>> A database abstraction layer with handy methods, placeholders and auto-escaping. Frequently used in many of my projects.<<less
Added: 2006-02-08 License: BSD Style Price: FreeAdditionalInfoMIT
1365 downloads
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 scri more>> 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.<<less
Added: 2006-07-13 License: Free for non-commercial use Price: Free
1339 downloads
BackupZip 1.1
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 more>> 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 dont 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 dont have access to cron or would prefer to output the backup file directly to your web browser, see the Backup scriptlet.<<less
Added: 2006-07-13 License: Free Non-Commercial Price: $0.00USD
11 downloads
Other version of BackupZip
MCM Backup 0.1
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. more>> 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.<<less
Added: 2009-01-13 License: GPL Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above database backup search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed