Linux 软件免费装

SBR Simple Backup & Restore

开发者 tragency
更新时间 2026年7月28日 17:33
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

backup migration restore database backup site migration

下载

4.0.1 4.1.0

详情介绍:

SBR Simple Backup & Restore is built for site owners who want a direct backup workflow without extra services, scheduling screens, or unnecessary settings. Create a backup, upload a backup file, keep backups in one list, and restore only when you choose. Main features: The plugin is focused on local backup and restore. It does not include cloud storage, scheduling, tracking scripts, remote services, or third-party libraries. Developed by The Road Agency.

安装:

  1. Upload the plugin ZIP from Plugins > Add New > Upload Plugin.
  2. Activate SBR Simple Backup & Restore.
  3. Open SBR Simple Backup & Restore from the bottom of the WordPress admin menu.
  4. Click Create Backup, or upload a backup ZIP and restore it later from the saved backups list.

常见问题:

Does this plugin include all files and the database?

Yes. A backup created by the plugin contains the WordPress files and a database export inside one ZIP file.

Does upload automatically restore the backup?

No. Upload is save-only. Uploaded backups appear in the saved backups list, where you can restore them manually.

Does the plugin require ZipArchive?

Creating and downloading a backup does not require it, because the plugin writes the archive itself. Uploading and restoring a backup do require the PHP zip extension, because those steps read an existing ZIP file.

Is wp-config.php included in the backup?

No, on purpose. A restore never writes wp-config.php back, so including it would only place the database credentials inside a file you may download or move around. Keep a separate copy of wp-config.php for a bare-metal rebuild.

Can a restore damage other applications sharing the database?

No. A restore only runs recognised statements, and only against tables whose names start with this installation's table prefix. Anything else is skipped and reported as a warning.

What happens if a backup or restore is interrupted?

A backup records a checkpoint after every chunk and resumes from it, discarding any partly written data. A restore reports progress per step; if the browser is closed during the database import, reopen the plugin screen and start the restore again from the same backup.

Is the plugin connected to an external service?

No. The plugin does not call external APIs, does not include tracking, and does not send backup data to a remote service.

Are the included assets GPL compatible?

Yes. The plugin code and included assets are licensed under GPLv2 or later unless another GPL-compatible license is explicitly stated.

更新日志:

4.1.0 Correctness and safety release. Verified end to end against WordPress 6.8 and MariaDB 10.11, including a cross-prefix, cross-address migration. Data integrity: 2.2.0 2.1.0 2.0.0 1.7.1 1.7.0 1.6.1 1.6.0 1.5.0 1.4.0 1.3.0 1.2.0