mysql_innodb_db_backup --------------------------------------------------------------------- # ... quick and dirty backup for InnoDB engine driven mysql db's --------------------------------------------------------------------- --------------------------------------------------------------------- COPYRIGHT THE FOLLOWING 10 LINES MAY NOT BE REMOVED, but may be appended with additional contributor info. mysql_innodb_db_backup Copyright (C) 2009, 2010 V. Spinelli for Sorrento Lactalis American Group This program comes with ABSOLUTELY NO WARRANTY; As this program is based on [and has dependancies] the content of GPL and LGPL works, GPL is preserved. This is open software, released under GNU GPL v3, and you are welcome to redistribute it, with this tag in tact. ... http://www.sorrentolactalis.com ... http://www.spinellicreations.com A copy of the GPL should be included with this work. If you did not receive a copy, see... http://www.gnu.org/licenses/gpl-3.0.txt --------------------------------------------------------------------- --------------------------------------------------------------------- CONTACT Author V. Spinelli Email: Vince@SpinelliCreations.com Site: http://spinellicreations.com Handle: PoweredByDodgeV8 Copyright Holder Sorrento Lactalis American Group Email: http://www.sorrentocheese.com/about/contact.html Site: http://www.sorrentolactalis.com --------------------------------------------------------------------- REVISION HISTORY... --------------------------------------------------------------------- ENTRY NAME V REV NOTES ----- ---- - --- ----- 0 mysql_innodb_backup 0.1 n/a first hack at it. 1 mysql_innodb_backup 0.1-a 1 removed need to statically declare the path to global options file in the program itself. utility now auto-determines path to options directory based upon operating system. 2 mysql_innodb_backup 0.2 n/a deprecated procname and opted for setproctitle module / library ---------------------------------------------------------------------