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.

Keep Reading

Category AI Posted on

How to Build an AI SaaS App with Claude Code (No Backend Code)

Building a full SaaS app used to mean weeks of backend setup — databases, authentication, payment logic, email automation, hosting. Today, tools like Claude Code make writing an app faster than ever, but for non-technical builders, the backend is still the hard part. In this guide, I'll show you exactly how I built Resume Fit — a production-ready, AI-powered resume optimization SaaS app — with login, Stripe payme…
Continue reading
Category AI Posted on

How to Remove Gemini Watermark for Free : From Both Images and Videos

If you create AI images or videos using Google Gemini or Google Flow, you already know the annoying watermark that comes stuck on every output — even on the paid plan. In this video, I show you a completely free tool that removes the Gemini watermark from both images and videos in just seconds, without losing any quality and without installing any software. Watch the full tutorial below to see exactly how it w…
Continue reading