Skip to content

Instantly share code, notes, and snippets.

@sibe7691
Created March 29, 2014 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sibe7691/13cc7d3e78c02d38e6f7 to your computer and use it in GitHub Desktop.
Save sibe7691/13cc7d3e78c02d38e6f7 to your computer and use it in GitHub Desktop.
#!/bin/bash
mysqldump -u root -h localhost -pApass Adatabase > /var/MYSQL_BACKUP/Adatabase`date +%y%m%d%s`.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment