SitesSaver – a free, open-source WordPress plugin I designed and built for full-site backup, one-drag restore and domain migration, with no file size cap, no restore paywall and no migration upsell.
SitesSaver is a WordPress plugin I designed, built and still maintain myself. It copies an entire site, database plus every file, into a single ZIP, puts it back by dragging that ZIP into wp-admin, and moves a site to a new domain with every URL rewritten, including the ones hidden inside serialized data.
After fifteen years of building and maintaining client websites, I kept hitting the same wall with backup plugins: the free version caps the file size, locks restore behind a licence, or keeps migration as a paid upsell. That is exactly the moment a site owner can least afford friction, when a site is broken or has to move today. So I built the tool I wanted for my own clients and made the whole thing free: full backup, full restore, scheduling and migration, with no artificial limits.
It is made for anyone who looks after WordPress sites and needs a backup they can actually restore: business owners running their own site, freelancers, and small agencies managing sites for clients.
SitesSaver is written in plain PHP 8.1 on WordPress APIs, with no build step and no third-party runtime. It updates itself from GitHub releases like any other plugin in the WordPress Plugins screen. The riskiest parts of a backup tool, the SQL splitter, serialized-data rewriting and incremental restore chains, are covered by automated tests, including an end-to-end test that replays a backup chain and checks the restored site matches byte for byte. I also designed and built its product website, sitessaver.com, which pulls the latest version and changelog from GitHub automatically.
If you need a custom WordPress plugin, an internal tool, or a feature no off-the-shelf plugin gets quite right, this is the kind of work I do: understand the real problem first, build it properly, test it, and keep it maintained. Tell me what you need, or read the SitesSaver source on GitHub.
Other related projects