Skip to content

Instantly share code, notes, and snippets.

@mrkdevelopment
Created February 10, 2017 00:27
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 mrkdevelopment/6bab90bcc28705c377ee2d20008443e4 to your computer and use it in GitHub Desktop.
Save mrkdevelopment/6bab90bcc28705c377ee2d20008443e4 to your computer and use it in GitHub Desktop.
Use this for migrations and downloads of remote WordPress sites.
//tar files
tar -zcvf backup.tar.gz *
//export DB with WP CLI
wp db export --add-drop-table --porcelain --allow-root
//Extra the tar files
tar -zxvf backup.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment