Created
July 30, 2016 08:41
-
-
Save subhajeet2107/a451a8b4ee3acb742bfc40d1a65cc8f3 to your computer and use it in GitHub Desktop.
Command to Compress a MySQL dump at highest compression level
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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