Skip to content

Instantly share code, notes, and snippets.

@NemoD503
Created January 27, 2014 16:17
Show Gist options
  • Save NemoD503/8651631 to your computer and use it in GitHub Desktop.
Save NemoD503/8651631 to your computer and use it in GitHub Desktop.
mysqldump gzip
mysqldump --opt <database> | gzip -c | ssh user@wherever 'cat > /tmp/yourfile.sql.gz'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment