Projects tagged ‘backup’ and ‘mysql’


Jump to tag:

Projects tagged ‘backup’ and ‘mysql’

Filtered by Project Tags backup mysql

Refine results Project Tags php (9) database (6) mysqldump (6) dump (5) script (5) bash (3) perl (3) restore (3) ftp (3) shell (3) python (3) replication (2)

[25 total ]

2 Users

mylvmbackup is a Perl script for quickly creating backups of MySQL server's data files. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, makes ... [More] an LVM snapshot of the volume containing the MySQL data directory, and unlocks the tables again. The snapshot process takes only a small amount of time. When it is done, the server can continue normal operations, while the actual file backup proceeds. [Less]
Created over 2 years ago.

1 Users

Staggered import of large and very large MySQL Dumps (like phpMyAdmin 2.x Dumps) even through the web-servers with hard runtime limit and those in safe mode. The script executes only a small part ... [More] of the huge dump and restarts itself. The next session starts where the last was stopped. [Less]
Created over 3 years ago.

0 Users

Please go to the official project website for more information: http://www.mysql-mmm.org
Created about 1 year ago.

0 Users

These scripts allow you to export and back-up your MySQL databases to Amazon's S3 Storage.
Created about 1 year ago.

0 Users

Backup System
Created 4 months ago.

0 Users

Easy PHP Backup is a ph class designed to simplify the creation of full backups of your mysql database. Using this class you can create and schedulate backup of your database with very few lines of php code.
Created 11 months ago.

0 Users

mysqlbackup uses mysqldump to make a backup of all databases or a single database and compress the backup and optionally saves it to a remote location using scp
Created 8 months ago.

0 Users

On first run this script will detect auto-incremental columns from the database tables, store it's max(value) into a special file called point file, and on the next runs will run mysqldump with ... [More] --where param auto-incremental column > last max(value). As output is small, it's a perfect candidate to send the incremental backups to some email every some hours. It's not a replacement for full backups or for binary logs. It cannot detect deleted or updated rows. [Less]
Created 12 months ago.

0 Users

Automated backup of your files and mysql-DBs and optimization of your DBs.
Created 12 months ago.

0 Users

phpMyImporterphpMyImporter is a php class, that can be used to import database tables into a MySQL database from a sql file. This is useful if filesize of the sql file is too large to be imported with ... [More] phpMyAdmin. TodoVersion History1.00: (2009-10-26) Initial release Support for compressed sql files Support for UTF-8 connections Progress information [Less]
Created about 1 month ago.