Skip to content

Instantly share code, notes, and snippets.

@ewheeler
Created December 15, 2009 12:23
Show Gist options
  • Save ewheeler/256900 to your computer and use it in GitHub Desktop.
Save ewheeler/256900 to your computer and use it in GitHub Desktop.
#/bin/bash
mysqldump -u root llin > /home/adammck/llin.sql && gzip /home/adammck/llin.sql && scp /home/adammck/llin.sql.gz unicef@ec2:/home/unicef/llin.sql.gz && rm llin.sql.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment