search for: mysqlhotcopys

Displaying 4 results from an estimated 4 matches for "mysqlhotcopys".

Did you mean: mysqlhotcopy
2009 Jul 06
3
How to make big MySQL database more diffable/rsyncable? (aka rsyncing big files)
Hello group, I'm having a very hard time rsyncing efficiently a MySQL database which contains very large binary blobs. (Actually, it's the database of Mantis bug tracker [http://www.mantisbt.org/], with file attachments stored directly in the table rows. I know it's a bad idea from many other reasons, but let's say it was given to me as such.) First, I was dumping the
2012 Mar 24
5
your advice on backup procedure
...er. Many backup solutions and programs seem centered on a network of computers with file sharing. I do not have this and don't think I want to go that way on my host. My three thoughts, not sure which one to pursue... (involves certain folders, /home/ (which includes maildir), /var/www/, /mysqlhotcopys and bin files, and maybe a few more. I can rebuild the comp pretty quick and then restore, or maybe just do one big backup of each server, then work on the folders as a solution) 1- Amanda. I do not know much about it or how it would deal with mysql databases, but it look promising. I do not ha...
2004 Nov 10
3
Copying Oracle data files
Can I copy an Oracle database by just copying that Oracle Database datafiles and moving them to another server with oracle? If possible can one back up a database using this same method. ============================================================= PLEASE NOTE: The provider of this email service, http://www.jislaaik.com, does NOT tolerate Spam and Fraud! If you receive an unsolicited email or
2012 Jan 19
1
Check for Open files during rsync
Hi All, I saw on previous mail thread under topic *"exclude open file in backup with rsync (2006)"* That Rsync can't handle open files and it sends all files without checking whether they are open.I want to know whether still Rsync have this problem or if their any solution for this. I really need to check open files and I want to sync without open files. if their any way do this