Skip to content

Instantly share code, notes, and snippets.

@alfredbez
Created September 19, 2014 07:17
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 alfredbez/e9a929eb97b146a50386 to your computer and use it in GitHub Desktop.
Save alfredbez/e9a929eb97b146a50386 to your computer and use it in GitHub Desktop.
backup Webspace + Database
tar -zcvf ZIELDATEINAME.tar.gz VERZEICHNISNAME
mysqldump -h HOSTNAME -u USERNAME -pPASSWORT ALTERDATENBANKNAME > backup.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment