Skip to content

Instantly share code, notes, and snippets.

@potasiyam
Last active March 27, 2018 13:09
Show Gist options
  • Save potasiyam/15d8d7054c23c4be563238c13a70a3dc to your computer and use it in GitHub Desktop.
Save potasiyam/15d8d7054c23c4be563238c13a70a3dc to your computer and use it in GitHub Desktop.
sqldump and email
mysqldump -uroot -ppassword dbname | gzip --best -c > /home/dbname.sql.gz | echo "This is the message body" | mail -s "dbname backup" -a /home/dbname.sql.gz potasiyam@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment