Full site
Database plus site files for a complete recovery package. Recommended for most production sites.
Features
From encrypted exports to staging deploys — every capability in NBH Backup, explained clearly for site owners, agencies, and developers.
01 — Export
Create the right archive for the moment — full disaster recovery or a fast database-only snapshot — without waiting on a fragile single-request dump.
Database plus site files for a complete recovery package. Recommended for most production sites.
Tables alone when you need speed — content, settings, and WooCommerce data without packaging every upload.
Targeted file scopes for partial backups when you already have a recent database copy.
Jobs run in timed steps so shared hosting timeouts don’t kill large exports mid-way.
02 — Security & integrity
Encryption and integrity checks are part of the product — not an optional afterthought.
New exports are encrypted on disk so casual tools don’t read them as a plain ZIP.
Each .nbh embeds what it needs to decrypt on another site — no separate key file to lose in transit.
Archive metadata helps verify what you exported before you restore.
Default path under uploads/nbh-backup/ with web-access protections for Apache, Nginx, LiteSpeed, and IIS.
03 — Import & restore
Import stores a file. Restore replaces live data — with preflight checks and explicit confirmation.
Upload a .nbh from your computer into local storage without touching the live database yet.
Pull a publicly reachable archive over HTTPS into storage — useful for hand-offs and remote copies.
After import, choose Restore now, Delete, or Later — so the next step is always intentional.
Clear copy that live data will be replaced, plus a short-lived restore token after successful preflight.
04 — Migration
Serialized-safe URL search/replace rewrites home and siteurl pairs, including http/https and www variants. Paths like /service stay intact.
05 — Staging & deploy
One-click staging clones live beside production. When the work is ready, deploy staging back to the live site with confirmations.
Named clones under /nbh-stg-{slug}/ with unique database prefixes — keep as many as you need.
Staging gets its own cookie paths, noindex robots, and patched config so it doesn’t collide with production login.
Jump straight to the front end or staging dashboard with your usual admin account.
Push a staging clone onto live files and tables, with session-safe job steps and strong warnings. Export a backup first.
06 — Automation & ops
Keep backups flowing without babysitting the admin screen.
Run exports on a cadence that matches your release cycle.
Keep what you need and prune older archives automatically.
Get notified when jobs complete or fail — inbox or automation tools.
07 — Compatibility
Exports include WooCommerce tables, including HPOS when enabled. After restore, caches and related state are flushed.
Export the current site or the entire network (network admins). Scope is explicit in the export UI.
MySQL, MariaDB, and SQLite — with environment reporting in the admin health views.
PHP 7.4–8.6. Storage hardening covers Apache, Nginx, LiteSpeed, and IIS.
08 — Developer platform
NBH Backup ships a REST API, WP-CLI, and a formal Addon API for storage drivers and custom job types.
wp nbh-backup backup --profile=full
wp nbh-backup list
wp nbh-backup restore archive.nbh
Exact commands: run wp help nbh-backup on your install.
09 — Admin experience
Modern admin UI with clear progress, preflight modals, activity-minded help, and hub navigation on Export.
Quick jumps to Import, Backup, and Staging from the main Export screen.
Phase labels, cancel controls, and result actions (download, open staging, deploy confirmations).
PHP, disk, storage, and archive verification before risky operations continue.
In-plugin guidance so teams know what Export vs Import vs Restore actually do.
Profile picker with Full, Database, Files, and more — jump to Import, Backup, or Staging.
Local upload or pull from a public archive URL — then restore when you’re ready.
Isolated clones with open, admin, and deploy actions — plus preflight modals.
System checks, activity guidance, and clear restore confirmations before risky work.
Everything included in the free open-source plugin.
| Capability | Included |
|---|---|
| Full / DB / files / media / plugins / themes export | Yes |
Encrypted portable .nbh archives | Yes |
| Import (file + URL) | Yes |
| Restore with confirmation + preflight | Yes |
| URL migration (serialized-safe) | Yes |
| Multi staging + deploy to production | Yes |
| Schedules, retention, email/webhook | Yes |
| WooCommerce (incl. HPOS) & Multisite | Yes |
| REST API, WP-CLI, Addon API | Yes |
| React admin UI | Yes |
Download from nbhbackup.com or GitHub Releases — free and open source.