notes

Extract sql.gz file on command line

If you want to extract the sql.gz backup file using the terminal command, here is the command to run

 gzip -d backup-20100910164109.sql.gz

This will create the .sql file for you. For more options, hit man gzip on your terminal.