How to Download & Restore Backups from BionicWP
Overview
BionicWP provides comprehensive backup solutions to ensure the safety and integrity of your WordPress websites. These backups can be downloaded and extracted for purposes such as local development, migration, or manual restoration. This guide outlines the steps to access and extract your BionicWP backups securely.
How It Works
BionicWP backups are stored as compressed .zip
files containing your website's files and database. By downloading and extracting these backups, you can retrieve your site's data for various needs, including testing, migration, or recovery.
Step-by-Step Instructions
1. Downloading Your Backup
Log into the BionicWP Dashboard
Navigate to my.bionicwp.com and sign in with your credentials.
Access Your Site's Backups
Click on “Sites” in the left navigation menu.
Select the site for which you want to download the backup.
Navigate to the Backups tab within the site dashboard.
Download the Backup File
Locate the desired backup from the list.
Click the Download button to save the
.zip
backup file to your local machine.
2. Extracting the Backup
Locate the Downloaded Backup File
Navigate to the folder where the
.zip
backup file was saved.
Extract the Backup Contents
Right-click on the
.zip
file.Select Extract All (Windows) or Open With > Archive Utility (Mac).
Choose a destination folder for the extracted files and proceed with the extraction.
Access the Extracted Files
After extraction, you'll find your website's files and database in the chosen destination folder.
The typical structure includes:
htdocs/
folder containing your WordPress files.A
.sql
file representing your website's database.
Pro Tip: Always store your backups in a secure location and consider maintaining multiple copies in different storage mediums (e.g., local drive, external hard drive, cloud storage) to safeguard against data loss.