Skip to content

Instantly share code, notes, and snippets.

@filipeandre
Last active May 8, 2018 16:13
Show Gist options
  • Save filipeandre/a38858ade8dc787386bba75498bf938f to your computer and use it in GitHub Desktop.
Save filipeandre/a38858ade8dc787386bba75498bf938f to your computer and use it in GitHub Desktop.
Simple commands to backup
# Zip and compress folder
tar -cjf /mysql.tar.bz2 .
# Restore folder
tar -C . -xjf /mysql.tar.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment