Skip to content

Instantly share code, notes, and snippets.

@ojura
Created April 24, 2017 16:19
Show Gist options
  • Save ojura/7c6238274f15d8fce09ddbc5d5179513 to your computer and use it in GitHub Desktop.
Save ojura/7c6238274f15d8fce09ddbc5d5179513 to your computer and use it in GitHub Desktop.
Extract .tar.gz with progress:
pigz -dc mysql-binary-backup.tar.gz | pv | tar -xf -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment