Posted By

miziomon on 03/18/07


Tagged

mysql Bash


Versions (?)



Who likes this?

5 people have marked this snippet as a favorite

tylerhall
basicmagic
Leech
jamesming
umang_nine


mysqldump2mail


Published in: Bash 



Website Promotion
DIRECTORY
is a crucial factor for all websites that need to gain better organic search engine rankings and increase website traffic.
Submitting your website as part of your Web Promotion strategy to our SEO friendly and high traffic Business Directory for review is an excellent way to gain a valuable backlink and increase your websites visibility online.

Submit Site


URL: http://maurizio.mavida.com

Expand | Embed | Plain Text
  1. mysqldump -u[utente] -p[password] [nomedatabase]| gzip --best -c > [nomedatabase].sql.gz && (date && echo "backup mysql" && uuencode [nomedatabase].sql.gz wordpress.sql.gz) | mail [miamail@dominio.ext] -s "backup mysql"

Report this snippet 

You need to login to post a comment.