How to backup your WordPress site (via plugin)

Super simple guide to quickly backup your WordPress remotely to S3 using an awesome free backup plugin. Now you have backups ready in case something ever happens to your site or web-server!

STEP #1 – set up Amazon Web Services (AWS) account:

  1. Create AWS account (Amazon Web Services) if you don’t have one. We need this to store backups remotely here. (It’s VERY CHEAP and saves space on your webhosting account. Also much safer in case your webhosting account/server was damaged, the backups stored elsewhere.)
  2. Copy your security credentials – click your name from top-right of the AWS management console and click on “My Security Credentials”, then click on “Access Keys” and copy/save them to your computer somewhere. (You cannot view them again later!)
  3. Create S3 bucket (OPTIONAL) – from menu top-left click on Services > Storage > S3. Then create bucket in the region closest to your server (although any will work). Use all the default settings for the bucket.

STEP #2 – set up BackWPup plugin:

  1. Install BackWPup plugin (it’s free).
  2. You can also buy the paid version if you want the extra features. It’s not necessary, though.
  3. In case you’re wondering, I like BackWPup so much more than UpDraft Premium backup plugin.

STEP #3 – set up DATABASE backups:

  1. Go to WP-admin > BackWPup > Add new job.
  2. From General tab, check “Database backup”. Then scroll down to Job Destination and check “Backup to an S3 service.”
  3. From Schedule tab, choose “WordPress cron” and pick daily.
  4. From DB Backup tab, click “All” for Tables to backup.
  5. From “To: S3 Service” tab, select your bucket location (if you have one), then enter Access/Secret keys. Then select your bucket or create a new bucket.
  6. For file deletion, I suggest “30” to save thirty days worth of database backups.
  7. Click “Save changes” at the bottom. Then go to BackWPup > Jobs, and run the job to make sure that it works.

STEP #4 – set up FULL backups:

  1. Go to WP-admin > BackWPup > Add new job.
  2. From General tab, check “Database backup” and “File backup”. Then scroll down to Job Destination and check “Backup to an S3 service.”
  3. From Schedule tab, choose “WordPress cron” and pick weekly.
  4. From DB Backup tab, click “All” for Tables to backup.
  5. From “To: S3 Service” tab, click the “Select a S3 service” dropdown and pick a location near the web-server, then enter Access/Secret keys. Select a bucket or create a new bucket.
  6. For file deletion, I suggest “8” to save eight weeks worth of full site backups.
  7. Click “Save changes” at the bottom. Then go to BackWPup > Jobs, and run the job to make sure that it works.

Tips on backing up:

  1. I recommend Amazon S3 for remote backups because they’re so cheap (several terabytes of space used is still only $1-2/month), compared to $10/month for 2TB with Google Drive. Not only that but Google Drive can be really annoying and limit/block you when you’re trying to download several files at once. Amazon AWS is more technical and less user-friendly but so much cheaper and more reliable!
  2. Yes, although full backups already include the database, I still recommend doing separate database backups in case you realize later that your full backups never ran or didn’t backup properly. (It happens!)
  3. I generally don’t recommend DAILY full backups for websites unless your site is small (1GB and below) AND you’re making changes often or having sales everyday. I wouldn’t save more than 7 days worth of daily backups.
  4. Big sites (over 2GB) can do full backups every week (Sunday or any day/time with low traffic would be the most logical idea). I wouldn’t save more than 8 recent instances (two months) worth of weekly backups. Big sites should never do do daily backups as that eats up too much server resources and can take forever if the server is especially big.
  5. EVERY site regardless of size (big or small) should save 6 months of FULL MONTHLY backups. WHY?! This is because your site may be hacked or something was broken or had so change and it actually happened months ago but you didn’t realize until recently. In this case, having an old enough backup would be a very helpful reference point to get back to.
  6. Really large sites (above 5GB) should really only be doing incremental backups anyway! Or least exclude some files/folders so you’re not unnecessarily wasting so much space saving stuff that never changes.

Need to restore a site?

  • How to restore WordPress site from backup (manually)

Looking for ultra-fast WordPress hosting?

Learn More About JVPS

Reader Interactions

Comments

  1. Hej Johnny

    thx for the tutorial, I get an error “zip archive cannot be closed correctly”

    Do you know what to do?

Leave a Reply

Your email address will not be published. Required fields are marked *