Skip to content

Instantly share code, notes, and snippets.

@lucian303
Created November 6, 2012 05:20
Show Gist options
  • Save lucian303/4022740 to your computer and use it in GitHub Desktop.
Save lucian303/4022740 to your computer and use it in GitHub Desktop.
db backup
rm -f lucianux_db_backup.sql.gz
mysqldump -R -uroot -proot --all-databases > lucianux_db_backup.sql
gzip lucianux_db_backup.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment