Cloning a WordPress site — copying it to a new domain, a staging subdomain, or a fresh host — uses the exact same backup-and-restore mechanic as disaster recovery, with one addition: Quick Restore rewrites every stored URL automatically so the clone actually works on its new address, instead of loading with broken links, missing images, and a checkout page still pointing at the original domain.
The three cloning scenarios this covers
Staging to production: build and test on a staging subdomain, then clone to the live domain when ready. Host migration: back up on the old host, restore on the new one, done — no manual database search-and-replace. Client handovers and duplicating a site as a starting point for a new project: back up the source, restore into a fresh WordPress install at the new address.
Why URL rewriting is the hard part
A straightforward file-and-database copy preserves every URL exactly as it was on the original domain — which breaks the clone immediately, since page builders, widgets, and many plugins store URLs inside serialized data, not as plain text that a simple find-and-replace can safely handle. Quick Restore rewrites these using a serialization-safe method, so page-builder layouts, widget settings, and plugin options all continue working correctly on the new domain.
What you need before cloning
A backup of the source site (any Quick Restore backup already has everything needed — no special “clone mode” backup is required), and a fresh WordPress installation at the destination to restore into. The destination does not need any existing content; Quick Restore’s restore process handles a clean install the same way it handles an existing site.
Confirmation before anything is overwritten
Restoring into an existing site at the destination — for example, refreshing a staging copy from production — always shows a confirmation step before overwriting anything, so a clone operation never accidentally destroys content at the destination without you confirming that is actually what you want.
Available on every tier
Site cloning uses the same restore-to-new-domain mechanic included on every tier, including Free — though Free’s 512 MB size limit applies here the same as any other restore. Pro and above remove that limit for larger sites.