How to Back Up Your WordPress Website: A Step-by-Step Guide

Taking a backup is crucial to protect your WordPress website—but don’t know how to do it? Don’t worry! In this guide, I’ll show you the simplest way to back up your website step by step. Let’s get started!

Manual Backup

The first method we’ll learn is how to take a manual backup of your WordPress website.

Step 1: Install the WPVivid Backup Plugin

  1. Log in to your WordPress admin dashboard.
  2. Go to Plugins > Add New.
  3. Search for WPVivid Backup Plugin, then install and activate it.
  4. After activation, you’ll be redirected to the plugin’s dashboard.

Step 2: Take a Backup

  1. Navigate to the Backup & Restore section in the WPVivid dashboard.
  2. Select the type of backup (e.g., database plus files for a full backup).
  3. Click Backup Now to start the process.
  4. The plugin will create a complete backup of your website, including files and the database.
  5. Once the backup is complete, you’ll see it listed in the Backups section.

Save Backups to Remote Storage

Backing up your website to remote storage ensures an added layer of security. Here’s how:

Step 1: Connect to Remote Storage

  1. Go to the Remote Storage section in WPVivid.
  2. Select your preferred storage option, such as Google Drive, Dropbox, Microsoft OneDrive, or others.
  3. Click Authenticate and sign in to your account.
  4. Allow the necessary permissions and complete the authentication process.
  5. Enter a name to identify the storage and click Add Now.

Step 2: Send Backup to Remote Storage

  1. Return to the Backup & Restore section.
  2. Select Send Backup to Remote Storage and choose your connected storage option.
  3. Click Backup Now to start the process.
  4. Once the backup is complete, you’ll find it stored safely in your remote storage folder, typically named wpvividbackup.

Automated Backups

Setting up automatic backups ensures your website is backed up regularly without manual intervention.

Step 1: Enable Backup Schedule

  1. Go to the Schedule section in WPVivid.
  2. Enable Backup Schedule and choose how often backups should run: 12 hours, daily, weekly, fortnightly, or monthly.
  3. Select the type of backup (e.g., database plus files for a full backup).

Step 2: Choose Storage Location

  • Decide where to store your backups:
    • Local Server: Stored on your hosting server.
    • Remote Storage: Recommended for better security.

Step 3: Set Up a Cron Job (If Needed)

If your website doesn’t receive enough traffic to trigger automatic backups, you can set up a cron job:

  1. Access your web server.
  2. For Hostinger: Go to the Advanced Section > Cron Jobs.
  3. For cPanel: Go to Advanced > Cron Jobs.
  4. Paste the cron job script provided below and set it to run every 5 minutes.
  5. Make sure to replace yourdomain.com with your actual domain name.
wget -q -O - https://yourdomain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

Restoring a Backup

If something goes wrong, you can restore your website using a backup.

Scenario 1: Access to Admin Dashboard

  1. Go to WPVivid Backup Plugin in your WordPress dashboard.
  2. Locate the backup you want to restore under the Backups section.
  3. Click Restore, confirm, and wait for the process to complete.
  4. Log back in to your admin dashboard and check your restored website.

Scenario 2: No Access to Admin Dashboard

  1. Install a fresh copy of WordPress on your domain.
  2. Reinstall the WPVivid Backup Plugin.
  3. Upload your backup file via the plugin and restore it.

Final Thoughts

Backing up your WordPress website doesn’t have to be complicated. Whether you prefer manual backups, automated schedules, or remote storage solutions, the WPVivid Backup Plugin makes it easy to protect your site.

If you found this guide helpful, share it with others and let us know in the comments if you have any questions.

Leave a Reply

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

Keep Reading

Category Uncategorized Posted on

How To Build A Cold Email Automation Using N8N (FREE Template)

Sending personalized bulk emails just got easier with N8N + Google Sheets! In this guide, I’ll walk you through an entire workflow where you can send emails using either Gmail or your custom SMTP, and log the status back into your sheet. https://youtu.be/V6HVJzS0iu0 This blog post includes: 🛠️ Full n8n workflow JSON files 💻 JavaScript snippets used ⏱ Delay mechanism for spam prevention ✅ Real-ti…
Continue reading
Category N8N Posted on

How to Build a Smart Website AI Agent Using N8N

Want to automate your website chats and manage appointments like a pro? In this tutorial, you'll learn how to build a Smart AI Website Agent using N8N, Google Calendar, and Google Sheets — all without writing complex code. This powerful setup allows your website visitors to chat, check appointment availability, and book slots directly on your site with real-time calendar integration. We’ll guide you step-by-step …
Continue reading