| 开发者 | haseebabidofficial |
|---|---|
| 更新时间 | 2026年9月4日 20:11 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
mysqldump. HaseebVault verifies every package with SHA-256 checksums, preserves destination administrator access and database credentials, and safely replaces serialized URLs during migration.
WordPress Backup and Export
Create local .hvbackup packages containing your database, plugins, themes, uploads, WordPress files, or selected content. Export jobs run in small resumable batches with pause, resume, retry, cancellation, scheduling, and retention controls.
WordPress Migration and Import
Upload large packages in verified chunks, import selected components, and migrate between domains with serialization-safe URL replacement. HaseebVault protects wp-config.php, administrator access, plugin files, and destination database credentials during an import.
Security and Integrity
Packages use protected local storage, safe archive-path validation, component checksums, administrator-only downloads, guarded destructive actions, redacted logs, and optional pre-import recovery exports.
Highlights include:
.hvbackup storage and administrator-only streamed downloads.haseebvault-backup-migration folder to your WordPress plugins directory or install its ZIP in Plugins.No. Files are uploaded in configurable chunks. Your server still needs enough free disk space, and per-request limits must permit the configured chunk size.
No. Complete exports include it by default, but imports always protect the destination wp-config.php and its database credentials. It can be omitted from Advanced export options.
HaseebVault unserializes trusted database values with PHP classes disabled, recursively replaces full URLs, and serializes them again so string lengths remain valid. JSON and plain strings are also handled. GUIDs are not changed by default.
HaseebVault detects Multisite and blocks unsafe full-site operations. Network-aware import is future work and is not advertised as complete.
Local protected storage is included. A provider interface is present for future remote destinations; HaseebVault does not advertise unimplemented cloud integrations.
WP-Cron is traffic-driven by default. On a low-traffic site, configure the hosting control panel to request https://example.com/wp-cron.php every minute. Do not add a doing_wp_cron query parameter. HaseebVault automatically repairs missing schedules and continuation events, records trigger logs, and warns when DISABLE_WP_CRON requires a real server cron.