6/30/2011 ~ 1 min read

Backup Workflow


  1. Make a new backup folder for YYYY.MM
  2. Dump database with mysqldump into a YYY.MM.sql file that gets compressed into a YYYY.MM.sql.gz file
  3. copy the wp-content directory to the backup folder YYYY.MM
  4. compress the contents of the backup directory YYYY.MM into a YYYY.MM.tar.gz file
  5. scp the YYYY.MM.tar.gz file onto my laptop
  6. upload the YYYY.MM.tar.gz file into my google docs account for safe keeping.

Headshot of Matthew Hippely

Hi, I’m Matthew. I live in Ventura County, and spend my time thinking about systems, software, and how things evolve over time.

You can find me on GitHub, LinkedIn, or read more about me here.