Skip to content

Instantly share code, notes, and snippets.

@drscream
Created December 11, 2015 15:45
Show Gist options
  • Save drscream/8a28c953193de13fe889 to your computer and use it in GitHub Desktop.
Save drscream/8a28c953193de13fe889 to your computer and use it in GitHub Desktop.
[ "${DATABASESSTRING}" = "all" ] && innobackupex --defaults-file=${MYSQLCONF} --user=${USERNAME} --password=${PASSWORD} \
--ibbackup=/opt/local/bin/xtrabackup --use-memory=${MEMFREE}MB --slave-info --parallel=8 --tmpdir="${BACKUPDIR}/.tmp" \
--compress --compress-threads=8 --stream=xbstream ./ > ${BACKUPDIR}/${BACKUPFILE}.xbs 2>> ${LOGFILE}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment