
Admin dashboard with backup options
WP Backup is a comprehensive backup solution for WordPress. Effortlessly create and restore backups of your entire site, including database, plugins, themes, uploads, and demo content. Designed for reliability, speed, and ease of use, with a modern React-powered admin interface.
WP Backup provides a developer-friendly way to package and import demo content, making it ideal for theme and plugin authors who want to offer a quick start for their users.
Worry Proof Backup is built with modern techniques to ensure your data restores safely, quickly, and reliably—even when working with large backup files.
We require PHP 8.0 or higher for the following reasons:
PHP 8 introduces Just-In-Time (JIT) compilation, which significantly speeds up operations like:
* Extracting ZIP archives with tens of thousands of files
* Reading and writing large file contents in memory
* Fast, stable looping over file lists
In PHP 7, some built-in functions like stream_get_contents() can behave inconsistently with large files or streams. PHP 8 provides:
* More reliable file extraction
* Fewer write failures and timeouts
* Better handling of memory streams
Our plugin supports restoring entire folders with thousands of files, which demands fast and reliable filesystem operations—something PHP 8 handles far better than PHP 7.
We strongly recommend upgrading to PHP 8.0+ for optimal compatibility, performance, and security—not just for this plugin, but for your entire WordPress site.
Most hosting providers support PHP 8—feel free to reach out to your hosting support team and ask for an upgrade.
GPL v2 or later. See https://www.gnu.org/licenses/gpl-2.0.html for details.