Skip to content

Instantly share code, notes, and snippets.

View markstreich's full-sized avatar

Mark markstreich

View GitHub Profile
@markstreich
markstreich / innobackupex-runner.sh
Created November 23, 2011 03:10 — forked from dalecaru/innobackupex-restore.sh
Script to run innobackupex script (for all databases on server), check for success, and apply logs to backups.
#!/bin/sh
#
# Script to run innobackupex script (for all databases on server), check for success, and apply logs to backups.
#
# (C)2010 Owen Carter @ Mirabeau BV
# This script is provided as-is; no liability can be accepted for use.
# You are free to modify and reproduce so long as this attribution is preserved.
#
INNOBACKUPEX=innobackupex-1.5.1