Skip to content

Instantly share code, notes, and snippets.

@crs1138
Created April 20, 2022 20:00
Show Gist options
  • Save crs1138/8b1932d84c3ecb758abbb6c31b9fe47d to your computer and use it in GitHub Desktop.
Save crs1138/8b1932d84c3ecb758abbb6c31b9fe47d to your computer and use it in GitHub Desktop.
WP CLI gists
# Backup of the database
wp db export - | gzip ~/tmp/mydbdump.sql.gz
# Backup of the files
tar czvf my-site.tar.gz --exclude=no-go-dir public_html/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment