Skip to content

Instantly share code, notes, and snippets.

@mrofi
mrofi / mysql_backup.config
Last active February 20, 2023 13:41 — forked from tleish/mysql_backup.sh
Bash Script to backup all MySQL databases
[client]
user = "mysql_user"
password = "mysql_password"
host = "localhost"
@connorjan
connorjan / shairport-sync-install.md
Last active August 6, 2024 06:55
shairport-sync installation for a Raspberry Pi
@tleish
tleish / mysql_backup.sh
Last active November 21, 2024 06:09
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