Skip to content

Instantly share code, notes, and snippets.

@bouassaba
Created January 13, 2015 11:07
Show Gist options
  • Save bouassaba/cdbbb49bc007c0f16288 to your computer and use it in GitHub Desktop.
Save bouassaba/cdbbb49bc007c0f16288 to your computer and use it in GitHub Desktop.
MySQL db dump with pretty filename and gzip
mysqldump -u root -p mydbname | gzip > amapur_`date +%Y_%m_%d_%H_%M_%S`.sql.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment