Title: ZHBackup – Restore &amp; Migration
Author: Zain Hassan
Published: <strong>22 ਅਪ੍ਰੈਲ 2026</strong>
Last modified: 24 ਮਈ 2026

---

ਪਲੱਗਇਨਾਂ ਖੋਜੋ

![](https://ps.w.org/zhbackup/assets/banner-772x250.png?rev=3512806)

![](https://ps.w.org/zhbackup/assets/icon-256x256.png?rev=3512806)

# ZHBackup – Restore & Migration

 [Zain Hassan](https://profiles.wordpress.org/zainhassandeveloper/) ਵੱਲੋਂ

[ਡਾਊਨਲੋਡ ਕਰੋ](https://downloads.wordpress.org/plugin/zhbackup.2.0.0.zip)

 * [ਵੇਰਵਾ](https://pan.wordpress.org/plugins/zhbackup/#description)
 * [ਸਮੀਖਿਆਵਾਂ](https://pan.wordpress.org/plugins/zhbackup/#reviews)
 *  [ਸਥਾਪਤੀਕਰਨ](https://pan.wordpress.org/plugins/zhbackup/#installation)
 * [ਵਿਕਾਸ](https://pan.wordpress.org/plugins/zhbackup/#developers)

 [ਸਹਿਯੋਗ](https://wordpress.org/support/plugin/zhbackup/)

## ਵੇਰਵਾ

**ZHBackup – Restore & Migration** is a full-site WordPress backup and restore plugin
built for real migration workflows. It packages your database, media, plugins, themes,
selected `wp-content` folders, root files, and optional custom root folders, then
restores them through a chunked process designed to avoid request timeouts.

The database is stored as a structured package instead of one large SQL replay file,
so large page-builder data, post meta, options, and other oversized values can be
restored in smaller, traceable steps. Live activity logs show the progress of exports,
imports, database rows, large values, file restore, validation, and cleanup.

After a restore, ZHBackup lets you review the site first and run stale-file cleanup
separately from the restore process. This keeps restore completion predictable while
still giving you a controlled way to remove old plugins, uploads, themes, and selected
root-folder files that are not present in the backup.

**Key Features:**

 * **Full-Site Backups** — Back up the database, uploads, plugins, themes, mu-plugins,
   selected `wp-content` folders, root files, and optional custom root folders.
 * **Structured Database Package** — Export database schemas, row chunks, and large
   values separately for reliable restores of Elementor/page-builder data and other
   large rows.
 * **Chunked Export and Restore** — Process database and file operations in small
   AJAX steps to reduce timeout and memory-limit issues.
 * **Browser Upload or Server Restore** — Upload backups through the browser in 
   resumable chunks, or place backups on the server via FTP/SFTP and restore from
   a table of available files.
 * **Flexible Archive Formats** — Create standard `.zip` backups or optimized `.
   zhbackup` archives.
 * **Live Activity Logs** — Follow professional export/import logs with database
   checkpoints, row counts, large-value restore events, file progress, validation,
   and cleanup status.
 * **Post-Restore Cleanup** — Save a cleanup plan after restore and run stale-file
   cleanup manually after reviewing the restored site.
 * **Serialized-Safe Find & Replace** — Update URLs safely across serialized PHP
   data, JSON-escaped URLs, and Elementor widget data.
 * **Secure Backup Storage** — Store backups outside the webroot when available,
   with `.htaccess`, `web.config`, and `index.php` protections when stored inside
   the site.
 * **Retention Policies** — Automatically clean up older backups by count or age
   using WP-Cron.
 * **No Required Account** — Use all backup, restore, migration, and cleanup features
   without a license key or forced signup.

**WordPress.org Compliant:**

 * No obfuscated or encoded PHP
 * Proper sanitization for all inputs
 * Escaped outputs throughout
 * Nonces for all form submissions
 * Capability checks on every action
 * No hidden external API calls
 * No telemetry without explicit consent

### External services

ZHBackup includes an optional newsletter signup form on the plugin Settings page.

This feature connects to an external service hosted by Hassan Zain at `hassanzain.
com`. It is used only to add the submitted email address to the ZHBackup newsletter
or product updates list.

Data is sent only when an administrator manually submits the optional signup form.
The plugin does not contact this service during normal backup, restore, migration,
import, export, or find-and-replace usage.

When the form is submitted, the plugin sends:

 * Email address entered in the signup form
 * Site URL (`home_url()`)
 * Plugin slug (`zhbackup`)
 * Plugin version

Terms of service: https://hassanzain.com/terms-and-conditions
 Privacy policy: https://
hassanzain.com/privacy-policy

### Privacy

ZHBackup does not send telemetry or usage analytics during normal backup, restore,
migration, import, export, or find-and-replace operations.

The only optional external data transfer is the administrator-initiated newsletter
signup described above.

## ਸਕਰੀਨਸ਼ਾਟ

 * [[
 * Export screen for choosing backup components, wp-content folders, optional folders
   and files, and the backup archive format.
 * [[
 * Existing backups table with backup contents, file size, date, download, restore,
   and delete actions.
 * [[
 * Import screen with chunked browser upload plus server-side backup restore from
   uploaded `.zip` or `.zhbackup` files.
 * [[
 * Find & Replace screen for serialized-safe URL replacement across WordPress database
   tables.
 * [[
 * Restore Cleanup screen for reviewing and running pending stale-file cleanup after
   a restore.
 * [[
 * Settings screen showing storage security status, backup engine details, and server
   health checks.

## ਸਥਾਪਤੀਕਰਨ

 1. Upload the `zhbackup` folder to `wp-content/plugins/`.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Navigate to **ZHBackup** in the admin sidebar to start creating backups.

**Alternatively:**

 1. Go to **Plugins  Add New** in your WordPress admin.
 2. Search for “ZHBackup – Restore & Migration”.
 3. Click **Install Now**, then **Activate**.

## ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

### Does this plugin work on shared or managed hosting?

Yes. ZHBackup uses chunked export, upload, import, and restore steps so each request
stays small. The database is also restored table-by-table from a structured package
instead of replaying one large SQL file.

### How large of a site can this handle?

There is no fixed size limit in the plugin. Very large sites depend on available
disk space, PHP limits, and database performance, but ZHBackup is designed to process
large file sets and databases in small resumable steps.

### How does ZHBackup handle large Elementor or page-builder data?

Large database values are stored separately from normal row chunks and restored 
in smaller append operations. This helps preserve large `_elementor_data`, post 
meta, options, and other oversized rows during restore.

### What is the difference between `.zip` and `.zhbackup`?

Both formats can contain the same backup data. `.zip` is a standard archive format.`.
zhbackup` is ZHBackup’s optimized archive format for this plugin. Both support the
structured database package.

### Can I restore a backup uploaded by FTP or File Manager?

Yes. Upload a `.zip` or `.zhbackup` file to the backup storage directory shown on
the Import screen. It will appear in the server backup table, where you can restore
it directly.

### Where are backups stored?

The plugin automatically selects the most secure location. It prefers a directory
outside the webroot (not accessible via browser), but falls back to `wp-content/
zhbackup-backups/` if needed, where files are protected by `.htaccess` rules.

### Can I include custom folders from the WordPress root?

Yes. The export screen can include optional first-level folders from the WordPress
root. WordPress core folders such as `wp-admin`, `wp-includes`, and `wp-content`
are handled separately or excluded automatically.

### Can I import a backup from a different domain?

Yes. After importing, use the built-in **Find & Replace** tool to update old URLs
to your new domain. It handles serialized data safely, including Elementor widget
data.

### What is post-restore cleanup?

Restore copies files from the backup first. If older files or folders still exist
on the destination site, ZHBackup saves a cleanup plan. After you verify the restored
site, go to **ZHBackup  Cleanup** to remove stale files that are not present in 
the backup.

### Will cleanup fail the restore if file permissions block deletion?

No. Cleanup is manual and best-effort. Permission-related deletion failures are 
logged as warnings so the restore can remain complete and you can review any paths
that need manual attention.

### Is the email signup required?

No. The email signup on the Settings page is completely optional and can be dismissed
permanently. The plugin is fully functional without it.

### Is the `.zhbackup` format free to use?

Yes. The `.zhbackup` export format is included for free and does not require any
license key or activation page.

### Does this plugin make external API calls?

Yes, but only for the optional newsletter signup on the Settings page after an administrator
explicitly enters an email address and submits the form. No data is sent anywhere
during backup, restore, migration, import, export, or find-and-replace operations.

### Will importing overwrite my existing site?

Yes. Importing a backup restores the backed-up database and files over the current
site. Always create a fresh backup of the current site before importing.

## ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

## ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“ZHBackup – Restore & Migration” is open source software. The following people have
contributed to this plugin.

ਯੋਗਦਾਨੀ

 *   [ Zain Hassan ](https://profiles.wordpress.org/zainhassandeveloper/)

[“ZHBackup – Restore & Migration” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।](https://translate.wordpress.org/projects/wp-plugins/zhbackup)

### ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

[Browse the code](https://plugins.trac.wordpress.org/browser/zhbackup/), check out
the [SVN repository](https://plugins.svn.wordpress.org/zhbackup/), or subscribe 
to the [development log](https://plugins.trac.wordpress.org/log/zhbackup/) by [RSS](https://plugins.trac.wordpress.org/log/zhbackup/?limit=100&mode=stop_on_copy&format=rss).

## ਤਬਦੀਲੀ-ਚਿੱਠਾ

#### 2.0.0

 * Added a structured database package that exports schema files, table row chunks,
   and separate large-value files for reliable full-site restores.
 * Added table-by-table database restore with checkpoints, validation, large-value
   restoration, URL migration support, and detailed activity logs.
 * Added optional custom root folder backup and restore for first-level folders 
   in the WordPress root.
 * Added manual post-restore cleanup so administrators can review the restored site
   before removing stale files.
 * Added a redesigned admin experience with cleaner backup options, optional item
   grouping, compact backup tables, icon tooltips, and professional live logs.
 * Improved server-side import with a table of available backups and one-click restore
   actions.
 * Improved backup content selection for database, root files, wp-content folders,
   root folders, archive format, and additional database tables.
 * Improved archive support for both `.zip` and `.zhbackup` formats.

#### 1.0.0

 * Initial public release.
 * Full site backup with chunked AJAX export and import.
 * Support for `.zip` and `.zhbackup` backup formats.
 * Chunked, resumable browser uploads for large imports.
 * Server-side import from backups uploaded via FTP/SFTP.
 * Serialized-safe find and replace with Elementor support.
 * Automatic secure storage with `.htaccess`, `web.config`, and `index.php` protection.
 * Backup retention policies (by count or age).
 * ZipArchive with PclZip fallback.
 * Optional, dismissible email signup with no forced account requirement.
 * WordPress.org-compliant release with no license activation system.

## ਮੈਟਾ

 *  Version **2.0.0**
 *  Last updated **21 ਘੰਟੇ ਪਹਿਲਾਂ**
 *  Active installations **10 ਤੋਂ ਘੱਟ**
 *  WordPress version ** 5.8 ਜਾਂ ਇਸ ਤੋਂ ਉੱਚਾ **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 ਜਾਂ ਇਸ ਤੋਂ ਉੱਚਾ **
 *  Language
 * [English (US)](https://wordpress.org/plugins/zhbackup/)
 * Tags
 * [backup](https://pan.wordpress.org/plugins/tags/backup/)[database](https://pan.wordpress.org/plugins/tags/database/)
   [export](https://pan.wordpress.org/plugins/tags/export/)[import](https://pan.wordpress.org/plugins/tags/import/)
   [migration](https://pan.wordpress.org/plugins/tags/migration/)
 *  [Advanced View](https://pan.wordpress.org/plugins/zhbackup/advanced/)

## ਦਰਜਾਬੰਦੀ

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/zhbackup/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/zhbackup/reviews/)

## ਯੋਗਦਾਨੀ

 *   [ Zain Hassan ](https://profiles.wordpress.org/zainhassandeveloper/)

## ਸਹਿਯੋਗ

ਕੁਝ ਕਹਿਣਾ ਹੈ? ਮਦਦ ਚਾਹੀਦੀ ਹੈ?

 [ਸਹਿਯੋਗ ਫੋਰਮ ਦੇਖੋ](https://wordpress.org/support/plugin/zhbackup/)