Title: PWS Backup &amp; Migration
Author: Syed Mukhyyar Hussain Rizvi
Published: <strong>Agẹmọ  18, 2026</strong>
Last modified: Agẹmọ  18, 2026

---

Ṣàwárí àwọn plugin

![](https://s.w.org/plugins/geopattern-icon/pws-backup-migration.svg)

# PWS Backup & Migration

 Láti ọwọ́ [Syed Mukhyyar Hussain Rizvi](https://profiles.wordpress.org/mukhyyar/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/pws-backup-migration.1.0.10.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/pws-backup-migration/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/pws-backup-migration/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/pws-backup-migration/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/pws-backup-migration/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/pws-backup-migration/)

## Àpèjúwe

**PWS Backup & Migration** by [Professional Web Solutions](https://pwsolution.com/)
lets you export, import, store, and restore complete WordPress sites using the proprietary`.
pws` archive format.

Professional migration and WordPress services are available from the plugin author.

#### Features

 * One-click full site export to `.pws`
 * Chunked upload for unlimited import size
 * Local backups management (download, restore, delete)
 * Pre-restore validation (archive, disk, PHP, WP, MySQL)
 * URL search & replace during migration
 * SHA-256 checksums for archive integrity
 * Smart exclusions (cache, logs, dev folders)

#### Privacy

 * **Telemetry:** NONE
 * **External services:** NONE
 * **Remote API calls:** NONE (except loopback AJAX for pipeline continuation)

All backup operations run locally on your server. No data is sent to third parties.

### Developer Notes

Filter `pwsbami_archive_chunk_size` to adjust archiver read/write chunk size (default
524288 bytes).
 Filter `pwsbami_export_exclude_path` to exclude additional paths
from export.

## Àwọn àwòrán ìbòjú

[[

[[

[[

## Ìgbéwọlẹ̀

 1. Upload the plugin to `/wp-content/plugins/pws-backup-migration/`
 2. Activate through the ‘Plugins’ menu in WordPress
 3. Go to **PWS Backup** in the admin menu

## FAQ

### What is a .pws file?

A `.pws` file is the native archive format used by PWS Backup & Migration. It contains
your database, uploads, plugins, themes, and migration metadata.

### Does this plugin send data externally?

No. Telemetry is NONE, external services are NONE, and remote API calls are NONE.

### Can I migrate large sites?

Yes. The plugin uses chunked uploads and a multi-step AJAX pipeline to handle sites
of any size.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“PWS Backup & Migration” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti
ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

 *   [ Syed Mukhyyar Hussain Rizvi ](https://profiles.wordpress.org/mukhyyar/)

[Túmọ̀ “PWS Backup & Migration” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/pws-backup-migration)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/pws-backup-migration/),
ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/pws-backup-migration/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/pws-backup-migration/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/pws-backup-migration/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.0.10

 * Auto-remove duplicate plugin folders on activation (fixes multiple “PWS Backup&
   Migration” rows after zip upload)
 * Admin notice with one-click cleanup when duplicate installs are detected

#### 1.0.9

 * Faster file packing: single-pass SHA-256 while writing (no double disk read)
 * Stream file list from disk with byte-offset resume (no 39k-path memory load per
   request)
 * Smaller packing steps (150 files / 12s) for strict shared-hosting timeouts
 * Export retries use exponential backoff (up to 20 attempts); refresh page to resume
   after failure

#### 1.0.8

 * Fix large-site export timeouts: chunked resumable file scanning with per-step
   time budget
 * Export pipeline retries transient AJAX failures (up to 10 attempts) and auto-
   resumes after page refresh
 * Safer default step sizes for shared hosting (500 files / 20s per request)

#### 1.0.7

 * Move local backup storage to uploads/pws-backup-migration/backups/ (migrate legacy
   wp-content/pws-backups/ on activation)
 * Replace direct ABSPATH/WP_CONTENT_DIR usage with WordPress path helpers (get_home_path,
   get_theme_root, wp_upload_dir, plugin_dir_path)
 * Harden import extract with archive path allowlisting and traversal checks

#### 1.0.6

 * Prefix template and uninstall variables for Plugin Check / PHPCS compliance

#### 1.0.5

 * WordPress.org review: remove production ini_set(‘display_errors’) from import
   handler
 * Rename all code prefixes from pws/PWS_ to pwsbami/PWSBAMI_ for namespace uniqueness
 * Migrate legacy pws_* option keys on plugin activation

#### 1.0.4

 * Store runtime work files in the uploads directory instead of the plugin folder
 * Resolve archive paths via WP_CONTENT_DIR for custom content directory layouts
 * Portable 64-bit archive size encoding; legacy storage migration on activation

#### 1.0.3

 * Faster export: time-budget batching for file packing and database export
 * Improved restore/import UI with loading, progress, and success states
 * Smarter export exclusions (installer zips, backup temp folders, archive files)
 * Export complete message shows files vs database size breakdown
 * WordPress.org Plugin Check compliance (no hidden files in plugin package)
 * Import pipeline reliability fixes; removed unstable restore-point option from
   UI

#### 1.0.2

 * Add contextual author services sidebar on Export, Import, and Backups admin pages(
   WordPress.org compliant)

#### 1.0.1

 * Export database schema (CREATE TABLE) before row data for reliable restore after
   drop
 * Client-driven import pipeline (no server loopback) for shared hosting and localhost
 * Removed development debug instrumentation
 * Improved export resume, exclusions, and large-site packing reliability

#### 1.0.0

 * Initial release

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.0.10**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **wákàtí 18 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **Tó kéré sí 10**
 *  Ẹ̀yà WordPress ** 6.4 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **7.0.2**
 *  Ẹ̀yà PHP ** 8.0 tàbí ju bẹ́ẹ̀ lọ **
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/pws-backup-migration/)
 * Àwọn àmì
 * [backup](https://yor.wordpress.org/plugins/tags/backup/)[export](https://yor.wordpress.org/plugins/tags/export/)
   [import](https://yor.wordpress.org/plugins/tags/import/)[migration](https://yor.wordpress.org/plugins/tags/migration/)
   [restore](https://yor.wordpress.org/plugins/tags/restore/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/pws-backup-migration/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

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

[See all reviews](https://wordpress.org/support/plugin/pws-backup-migration/reviews/)

## Àwọn Olùkópa

 *   [ Syed Mukhyyar Hussain Rizvi ](https://profiles.wordpress.org/mukhyyar/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/pws-backup-migration/)