Skip to content

Instantly share code, notes, and snippets.

@syammohanmp
Last active February 16, 2016 11:41
Show Gist options
  • Save syammohanmp/9049e77fe9af912e97df to your computer and use it in GitHub Desktop.
Save syammohanmp/9049e77fe9af912e97df to your computer and use it in GitHub Desktop.
Backup entire MySQL data folder
tar -zcvf /home/backup/archive.tar.gz /var/lib/mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment