Skip to content

Instantly share code, notes, and snippets.

View mbpcoder's full-sized avatar

Mahdi Bagheri mbpcoder

View GitHub Profile
@tleish
tleish / mysql_backup.sh
Last active September 23, 2024 06:13
Bash Script to backup all MySQL databases
#!/bin/bash
#==============================================================================
#TITLE: mysql_backup.sh
#DESCRIPTION: script for automating the daily mysql backups on development computer
#AUTHOR: tleish
#DATE: 2013-12-20
#VERSION: 0.4
#USAGE: ./mysql_backup.sh
#CRON:
# example cron for daily db backup @ 9:15 am