Skip to content

Instantly share code, notes, and snippets.

@subhajeet2107
Created July 30, 2016 08:41
Show Gist options
  • Save subhajeet2107/a451a8b4ee3acb742bfc40d1a65cc8f3 to your computer and use it in GitHub Desktop.
Save subhajeet2107/a451a8b4ee3acb742bfc40d1a65cc8f3 to your computer and use it in GitHub Desktop.
Command to Compress a MySQL dump at highest compression level
tar cv path_to_dump.sql | xz -9 > filename.tar.xz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment