Automate MySQL Backups to S3 with a Pro-Grade Script (And Never Lose Data Again) (opens in new tab)

Discussed on r/linuxadmin

This shell script (mysql_backup.sh) automates MySQL database backups, keeps a rotating set of backups (newest 7 days intended), compresses them, uploads them to Amazon S3, and sends a notification email.#!/bin/sh # mysql_backup.sh: Backup MySQL databases and keep rotating backups. # ------------------------------- # Configuration # ------------------------------- DB_PREFIX=”BK” # MySQL binaries MYSQLPATH=”/usr/local/mysql” MYSQL=”$MYSQLPATH/bin/mysql --defaults-extra-file=$DB_HOST” MYSQLDUMP=...

Read the original article
Sign in to keep reading the full article.

Keyboard Shortcuts

Navigation

Next / previous post
j/k
Open post
oorEnter
Preview post
v

Post Actions

Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Save / unsave
s

Recommendations

Add interest / feed
Enter
Not interested
x

Go to

Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Discover
gb
Search
/

General

Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help