Skip to content

Instantly share code, notes, and snippets.

@bluvertigo
Last active September 29, 2017 08:55
Show Gist options
  • Save bluvertigo/9908e51dc2a62820e6c2 to your computer and use it in GitHub Desktop.
Save bluvertigo/9908e51dc2a62820e6c2 to your computer and use it in GitHub Desktop.
Script sh - MySql backup
#!/bin/sh
NOW=$(date +"%Y-%m-%d")
mysqldump -u nome_utente -p InserisciLaPassword nome_del_database | gzip > dump-`date -I`.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment