DEV Community

Cover image for Backing Up WordPress: Plugin vs Host vs Manual
DesignToCodes
DesignToCodes

Posted on

Backing Up WordPress: Plugin vs Host vs Manual

The backup you didn't make is the one you'll need. One bad update, hack, or host failure can wipe months of work - and a fresh backup turns that into a ten-minute restore. Three ways to do it.

A full backup = files + database

Files (themes, plugins, uploads, wp-config) and the database (posts, pages, settings). Either one alone won't restore a working site.

Method 1 - Plugin (easiest)

WP BackupX/UpdraftPlus/Duplicator/Jetpack VaultPress: schedule + push to Google Drive, Dropbox, or S3, one-click restore. Right choice for most people. Try WP BackupX for the easiest and most secure backup and migration for WordPress websites.

Method 2 - Host tool

Convenient automatic backups + one-click restore - but treat it as a bonus. Infrequent, limited retention, and gone if the host account itself has a problem.

Method 3 - Manual

FTP the files (FileZilla) + export the DB from phpMyAdmin as .sql. Most effort, fully portable, works anywhere - also how most migrations happen.

3-2-1

Multiple copies, 2+ locations, 1 off-site. Daily for active/eCommerce, weekly otherwise, always before a big update - and actually test a restore.

New project? Start on a solid theme: DesignToCodes WordPress templates.

Plugin, host, or manual - what's your backup setup? 👇

Top comments (0)