Skip to content

Instantly share code, notes, and snippets.

@nimdasx
Last active February 9, 2020 13:59
Show Gist options
  • Save nimdasx/3357ddb82c53b7977ebe1af7cbc0c7d4 to your computer and use it in GitHub Desktop.
Save nimdasx/3357ddb82c53b7977ebe1af7cbc0c7d4 to your computer and use it in GitHub Desktop.
mysqldump backup
mysqldump -R simpeg | gzip > simpeg-$(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