Login Required. Sign up now -- its free!

Projects tagged ‘backup’ and ‘database’


Jump to tag:

Projects tagged ‘backup’ and ‘database’

Filtered by Project Tags backup database

Refine results Project Tags mysql (6) sql (5) manager (5) cd (5) collection (5) archiving (5) dvd (5) organizer (5) restore (3) tools (3) db (3) server (2)

[22 total ]

2 Users
 

Catalog the content of removable volumes like CD and DVD disks for off-line searching. Folders and files can also be arranged in a single, virtual file system. Each folder of this virtual file system can contain files from many disks.
Created about 1 year ago.

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

E-Nature CD/DVD Archiver lets you easily read all files on any data CD/DVD to a local database. With the integrated search function you can search for files stored on any previously added DVD or CD in your collection.
Created about 1 year ago.

0 Users

Latest update: Nov 28 2007 ( patch submitted by Cyril Mougel) fixed : ar-backup not working properly when the OS isn't in English (svn issues) fixed : can't create a backup folder on windows when ... [More] the revision isn't defined enhanced : speed has been improved since we are now parsing the local svn files. Active Record backup is a Rails plugin which lets you backup your database schema and content in a schema.rb file and fixtures. Backups are organized by environments and SVN revision. ar-backup is compatible with sake http://errtheblog.com/post/6069 To install in Rails: Rails script: ruby script/plugin install http://ar-backup.googlecode.com/svn/ar-backup Piston: piston import http://ar-backup.googlecode.com/svn/ar-backup vendor/plugins/ar-backup SVN: svn co http://ar-backup.googlecode.com/svn/ar-backup vendor/plugins/ar-backup Sake: sake -i http://ar-backup.googlecode.com/svn/ar-backup/tasks/ar_backup_tasks.sake Prerequisites:Your project must be under subversion Usage:rake backup:db:dump # create a backup folder containing your db schema and content data (see backup/{env}/build{build number}) rake backup:db:extract_content # Create YAML fixtures from your DB content rake backup:db:extract_schema # Dump the db schema rake backup:db:load # load your backed up data from a previous build. rake backup:db:load BUILD=1182 or rake backup:db:load BUILD=1182 DUMP_ENV=production Backup your database content and schema. (development environment) rake backup:db:dump Do the same thing but with the production environment (note that the previous backup won't be overwritten) RAILS_ENV=production rake backup:db:dump Restore the database content and schema backed up under BUILD=2547 rake backup:db:load BUILD=2547 Restore the production database backup into our development db rake backup:db:load BUILD=2547 DUMP_ENV=production Capistrano 2 usage example(you first need to create a backup folder) set :backup_dir, "#{deploy_to}/backup" before :deploy do db.backup db.move_backup end namespace :db do desc 'create the production database' task :create do run "cd #{current_release} && rake db:create RAILS_ENV=production" end desc 'dump the database schema and content' task :backup do run "cd #{current_release} && rake backup:db:dump RAILS_ENV=production" end desc 'timestamp the backup file' task :move_backup do run "cd #{current_release} && mv backup/production #{backup_dir}/production#{Time.now.strftime("%Y-%m-%d%H-%M")}" end end [Less]
Created about 1 year ago.

0 Users

CDCollect is a CD/DVD catalog application for gnome. It's goal is to be able to catalog your entire CD/DVD collection allowing for searches of your CD/DVD files with a clean and simple interface.
Created about 1 year ago.

0 Users

Chuyen ban ca loai the Gift
Created about 1 year ago.

0 Users

CD Maze is a freely available CD-ROM and DVD-ROM cataloging system for the GNOME desktop. It is written in Python and published under the terms of the GNU General Public License v2.
Created about 1 year ago.

0 Users

Solution for Backup, Integrity Check and Index Optimization in SQL Server 2005 and SQL Server 2008.
Created about 1 month ago.

0 Users

Simple Backup of MySQL databases
Created about 1 month ago.