Most WordPress backups still ask a tired PHP process on the same host to snapshot itself, pack archives, and push them somewhere else.
Your server shouldn't have to be healthy enough to back itself up.
Two layers: a conventional WordPress backup product for people who want a plugin, and a remote Nought backup plane that moves the heavy work off the site.
Backup is being built as two related products. The local layer is a WordPress/PHP backup experience for operators who want a conventional plugin without buying remote infrastructure. The remote layer, when connected through Runtime and Nought.io, uses Nought's external Rust backup data plane for capture, chunked transfer, off-site storage, manifests and restore. The long-term point is simple: a site that is already struggling should not also be responsible for saving itself.
Why the usual way hurts
- PHP timeouts, disk full errors, and shared-host CPU limits kill backups at the worst moment.
- Full archives on the same server are not an off-site copy.
- Transactional sites change faster than nightly plugin cron.
- Restores are untested until the day you need them.
How Nought does it
Use the local plugin when you want a conventional on-site backup product. Connect Nought.io when you want the WordPress worker to stream work to Nought's Rust backup infrastructure instead of building giant archives in wp-content.
The actual workflow
Not a feature grid. The sequence you would actually run.
Local plugin backup
Stay on the WordPress server. Useful when you are not ready for Nought.io.
- 1 Install the Backup product
- 2 Choose what to include
- 3 Run or schedule a backup
- 4 Store the copy somewhere that is not the same disk
Remote Nought backup
The intended architecture for anything you actually care about.
- 1 Runtime enrols the site
- 2 Nought.io schedules or triggers a job
- 3 The WordPress worker streams capture to the Rust backup plane
- 4 Chunks land in off-site object storage with a sealed manifest
Product, not a mock
Screenshots and video will land here. Placeholders mark the real UI rather than decorating empty space with fake dashboards.
Backup schedule in Nought.io
Restore points
Shipped in this product
Only what is actually in the current build or honestly in beta.
Local / plugin backup layer
A WordPress backup experience for operators who want a conventional product without purchasing remote infrastructure. Treat this layer as beta.
Off-site architecture
The remote plane is designed around capture sessions, chunked uploads, object storage, manifests and restore points — not a zip left in wp-content/uploads.
Coming
Coming soonRoadmap. Not live.
Incremental and resumable transfers
Chunked, resumable capture so a dropped connection does not throw away the whole job.
Verified restore points
Integrity verification as a separate job from capture. Full rehearsal restores are still being built.
Scheduled and hourly backups
Nightly for standard sites; hourly customer-data backups are intended for transactional / critical sites. Frequency recommendations will follow site class in Nought.io.
Remote restore
Restore from Nought.io rather than only from inside a working wp-admin.
Nought Local as a pull source
Use a Nought backup as the source when pulling a site into Nought Local.
The heavy jobs leave your website
Your website should not also have to back itself up, scan itself, and speed itself up. Those jobs happen somewhere else.
Integrations
Support for a platform is not a partnership or endorsement.
Runtime
The intended WordPress worker for remote jobs.
Nought.io
Scheduling, restore points, estate visibility.
Nought Local
Planned pull source from a Nought backup.
Guard
Separate security plane. Backup integrity is not a malware scan.
Technical details
WordPress worker
A lightweight Runtime / PHP worker reads files and database streams. It should not be the place that packs, encrypts and retains everything.
Off-site backup service
Backup handles capture sessions, chunked transfer, encryption, manifests, retention, export and restore. It is not the Guard scanner.
Control plane
Nought.io owns scheduling, policy, restore UX and entitlement. The backup plane stores data; Command decides when work runs.
System requirements
- WordPress site with Runtime for remote jobs
- Enough PHP execution time for the local plugin layer
- Nought.io account for remote backup
Privacy and security
Remote backups leave the WordPress server. Treat backup contents as production data: access control, encryption in transit, and retention policy matter.
How this is licensed
Buy this product on its own, take Nought Suite, or receive it with a qualifying Nought.io plan. Final amounts are not published until the commercial model is approved.
Individual
Backup
Workflow licence
Annual product licence. Site limits will be published with pricing.
Nought Suite
Included in Nought Suite
Nought Suite
One annual licence for the connected toolkit. Agency Suite entitlement is provisioned separately — site limits are not invented here.
Nought.io
Included with qualifying Nought.io plans
Qualifying plans
Entry Nought.io plans may include nothing from Suite, or selected products only. Higher individual/business and agency plans can include Suite entitlement.
Nought.io
Included with qualifying Nought.io plans
Nought.io is WordPress operations infrastructure. Higher individual, business and agency plans can include Suite entitlement. Entry plans may include selected products only, or none. Not every Nought.io subscription includes the entire Suite.
Questions
Is the remote Rust backup generally available?
The data plane exists and is used in Nought's own operations work. Treat public product access as beta. Do not assume hourly backups, rehearsal restores, or remote restore are live for every site.
Do I have to use Nought.io?
No. The local plugin layer is for people who want a conventional product. Remote architecture, off-site object storage and Nought.io scheduling are the stronger path.
Will this overwrite WooCommerce orders on restore?
A restore replaces what you tell it to replace. Selective, WordPress-aware sync is Sync — not something to assume from a full backup restore.
Next in the ecosystem
These are the natural next products — not a popup.