Title: ZHBackup – Restore &amp; Migration
Author: Zain Hassan
Published: <strong>2026년 4월 22일</strong>
Last modified: 2026년 4월 22일

---

플러그인 검색

![](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.1.0.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/zhbackup/#description)
 * [평가](https://ko.wordpress.org/plugins/zhbackup/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/zhbackup/#installation)
 * [개발](https://ko.wordpress.org/plugins/zhbackup/#developers)

 [지원](https://wordpress.org/support/plugin/zhbackup/)

## 설명

**ZHBackup – Restore & Migration** is a complete WordPress backup and migration 
solution. It handles full-site backups including the database, uploads, plugins,
themes, mu-plugins, and root files — all via chunked AJAX processing that works 
on any hosting without timeout issues.

**Key Features:**

 * **Flexible Backup Formats** — Export your entire WordPress site (database + files)
   as either a standard ZIP archive or a `.zhbackup` archive.
 * **Chunked Processing** — AJAX-powered chunked export and import to avoid server
   timeouts, even on shared hosting.
 * **Resumable Uploads** — Browser-based chunked upload system that survives connection
   drops and resumes from where it left off.
 * **Server-Side Import** — Upload large backups via FTP/SFTP and import directly
   from the server for maximum reliability.
 * **Serialized-Safe Find & Replace** — URL replacement across all database tables
   that properly handles serialized data, JSON-escaped URLs, and Elementor widget
   data.
 * **Secure Storage** — Backups are stored outside the webroot when possible, protected
   by `.htaccess`, `web.config`, and `index.php` files.
 * **Retention Policies** — Automatically clean up old backups by count or age via
   WP-Cron.
 * **ZIP Engine Fallback** — Uses ZipArchive when available, falls back to PclZip
   for full compatibility.
 * **mysqldump Support** — Options to use native `mysqldump` for faster database
   exports when available, with automatic PHP fallback.
 * **No Forced Signup** — The plugin is fully functional without any account or 
   email 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.

## 스크린샷

 * [[
 * ZHBackup dashboard with backup and restore actions.
 * [[
 * Backup creation options for database and site files.
 * [[
 * Import workflow for restoring or migrating a backup archive.
 * [[
 * Find and replace tool for updating URLs after migration.
 * [[
 * Settings screen with retention and optional signup controls.

## 설치

 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**.

## FAQ

### Does this plugin work on shared hosting?

Yes. The chunked AJAX processing is specifically designed to work within typical
shared hosting limits for memory, execution time, and upload size.

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

There is no hard limit. The chunked processing system breaks work into small batches,
so even sites with thousands of files and large databases can be exported and imported
reliably.

### 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 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.

### 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 will replace your database and files. Always create a fresh
backup of your current site before importing.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“ZHBackup – Restore & Migration”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이
이 플러그인에 기여하였습니다.

기여자

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

[자국어로 “ZHBackup – Restore & Migration”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/zhbackup)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/zhbackup/)는, [SVN 저장소](https://plugins.svn.wordpress.org/zhbackup/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/zhbackup/)을
[RSS](https://plugins.trac.wordpress.org/log/zhbackup/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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 and optional `mysqldump` support.
 * Optional, dismissible email signup with no forced account requirement.
 * WordPress.org-compliant release with no license activation system.

## 기초

 *  버전 **1.0.0**
 *  최근 업데이트: **2주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 5.8 또는 그 이상 **
 *  다음까지 시험됨: **6.9.4**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/zhbackup/)
 * 태그:
 * [backup](https://ko.wordpress.org/plugins/tags/backup/)[database](https://ko.wordpress.org/plugins/tags/database/)
   [export](https://ko.wordpress.org/plugins/tags/export/)[import](https://ko.wordpress.org/plugins/tags/import/)
   [migration](https://ko.wordpress.org/plugins/tags/migration/)
 *  [고급 보기](https://ko.wordpress.org/plugins/zhbackup/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/zhbackup/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/zhbackup/)