Linux 软件免费装
Banner图

Emnes Backup Migrate Reset

开发者 akdevs
更新时间 2026年4月10日 16:04
PHP版本: 8.1 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

backup migrate restore database reset

下载

1.0.0

详情介绍:

Emnes Backup Migrate Reset is a modern, developer-friendly WordPress plugin that provides complete site backup, migration, restoration, and database reset capabilities — all from a clean admin interface or via REST API and WP-CLI. Built with PHP 8.1 strict types, a service container architecture, and WordPress coding standards, it's designed for reliability, security, and extensibility. Backup Restore Database Reset Migration Developer Tools Pro Add-on Unlock additional capabilities with the Emnes Backup Migrate Reset Pro add-on:

安装:

From WordPress Admin
  1. Download the plugin ZIP file.
  2. Go to Plugins > Add New > Upload Plugin in your WordPress admin.
  3. Upload the ZIP file and click Install Now.
  4. Activate the plugin.
  5. Navigate to Emnes Backup Migrate Reset in the admin sidebar.
Manual Installation
  1. Upload the emnes-backup-migrate-reset folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Navigate to the Emnes Backup Migrate Reset menu item in your admin panel.
Requirements

屏幕截图:

  • **Restore Site** — Browse backups and choose which components to restore.
  • **Database Reset** — Reset your database with safety confirmation and reactivation options.
  • **Settings - Backup Defaults** — Configure default backup components and compression.
  • **Settings - Restore Defaults** — Set default restore component selections.
  • **Settings - Reset Defaults** — Configure default reset behavior and reactivation options.
  • **Settings - Retention** — Set maximum backup count and age for automatic cleanup.
  • **Settings - Performance** — Tune database batch size, compression level, and table exclusions.
  • **Server Health** — View PHP configuration, disk space, and environment compatibility.

升级注意事项:

1.0.0 Initial release. Install to get full site backup, migration, restore, and reset capabilities with REST API and WP-CLI support.

常见问题:

What does this plugin back up?

Your database, plugins, themes, uploads directory, and WordPress core files. Each component can be selected individually.

Where are backups stored?

Backups are stored in wp-content/uploads/emnes-backup-migrate-reset/ on your server. Each backup gets its own directory with a manifest file and compressed archives. With the Pro add-on, you can also store backups on Amazon S3, Google Drive, Dropbox, or a remote SFTP server.

Can I migrate my site to a new domain?

Yes. Export your backup from the source site, import it on the destination site, and the plugin will automatically perform search-and-replace on URLs during restoration. No manual database editing required.

Is there a REST API?

Yes. The plugin provides a full REST API under the ebmr/v1 namespace with 14 endpoints covering backup, restore, reset, import/export, settings, and progress tracking. All endpoints require admin authentication.

Does it support WP-CLI?

Yes. Available commands include:

  • wp ebmr backup create — Create a backup with optional component selection
  • wp ebmr backup list — List all backups in table, JSON, or CSV format
  • wp ebmr backup verify — Verify a backup's integrity
  • wp ebmr backup delete — Delete a backup

Is this plugin multisite compatible?

The plugin works on individual sites within a multisite network. Network-wide backup is not currently supported. Uninstall cleanup runs across all sites in the network.

What happens when I uninstall the plugin?

All plugin options, audit log entries, backup metadata, and backup files in wp-content/uploads/emnes-backup-migrate-reset/ are removed.

How does backup verification work?

Each backup component generates a checksum during creation. The verify endpoint recalculates checksums and compares them against stored values to detect corruption or tampering.

Is there a file size limit for imports?

Yes. Imported ZIP archives are validated against a 2 GB total size limit and 512 MB per-file limit to prevent ZIP bomb attacks. These limits are configurable via filters.

更新日志:

1.0.0