Backup guide
WordPress Multisite Backup on Linode (Akamai)
Back up Multisite networks on Linode (Akamai) with chunked, resumable jobs — beyond host snapshots alone.
Free
How to back up Multisite on Linode (Akamai)
On Linode (Akamai) (vps hosting), a WordPress Multisite backup is more than copying wp-content. You need shared core files, network tables, per-site tables, and uploads under sites/ — or restore will miss users, settings, or media. You control PHP-FPM and Nginx/Apache timeouts — raise them, then still use chunked jobs.
Multisite Migrate runs chunked, resumable jobs from Network Admin (full network) or from a subsite dashboard when the role has manage_options. Free covers core network/subsite backup and restore plus one local schedule. Plus adds BYO cloud upload (Google Drive, Dropbox, S3-compatible, SFTP) and cloud schedules. Pro adds remote import, empty-server installer, Staging, WP-CLI, and network split. Object storage or SFTP offsite pairs well with local schedules.
What a complete Multisite backup on Linode (Akamai) must include
Capture the network tables (wp_blogs, wp_site, wp_sitemeta, and related), each subsite’s tables, shared themes/plugins, and the sites/ upload tree. Skipping any of those on Linode (Akamai) creates “successful” archives that still fail a real restore drill. Exclude cache, tmp, and other regenerable noise so jobs finish faster on vps plans.
Disk I/O spikes during full network archives; schedule off-peak windows. Treat provider snapshots as an extra layer — not a Multisite-scoped import workflow. Keep a plugin archive you can move, import, and verify independently of the Linode (Akamai) control panel.
How Multisite Migrate runs jobs on this host class
Shared and managed hosts often kill long PHP workers. Multisite Migrate therefore uses Jobs in Chunks that resume instead of restarting from zero after a timeout. On Linode (Akamai), start from Network Admin for fleet backups, or from a single site when a subsite admin only needs their site. Watch the job log for the last completed chunk, disk/inode warnings, and cloud auth errors on Plus.
For schedules: Free keeps one local schedule; Plus can push finished archives to Drive, Dropbox, S3-compatible storage, or SFTP. Wasabi, Backblaze B2, Cloudflare R2, DigitalOcean Spaces, and MinIO are S3-compatible endpoints — not separate proprietary vaults. OneDrive is not a native destination.
Restore drill checklist for Linode (Akamai)
Before you trust a Linode (Akamai) backup routine, restore once on Staging (or a throwaway site): check siteurl/home, HTTPS, domain mapping (sunrise.php if used), media under sites/, logins, and any WooCommerce or membership data. Confirm rewrite rules and purge CDN/object-cache drop-ins if the front end still shows stale content.
If a job restarts at 0% on Linode (Akamai), check locks, tmp cleanup, and whether a new job ID was created before re-running.
Retention, encryption, and support hygiene
For wordpress multisite backup on linode (akamai), keep enough archive generations to roll back a bad deploy or failed migration. Optional .venc AES-256 encryption on Multisite Migrate archives protects copies at rest when you store offsite on Plus destinations. Document credentials, schedule windows, and who may run Network Admin jobs.
Do not delete the last known-good archive until the new Staging restore drill passes and production looks correct for a full business day.
Why this matters
Network-aware archives
Capture the whole Linode (Akamai) Multisite install — not only one blog’s tables.
Survives PHP limits
Jobs in Chunks fit typical vps constraints on Linode (Akamai) and resume after interrupts.
Offsite when you need it
Plus uploads to Drive, Dropbox, S3-compatible storage, or SFTP — your credentials, your bucket.
Restore paths that match ops
Same-server restore, import, or Pro empty-server / Staging flows after a verified archive.
Steps
-
1Install and open Network Admin
Network-activate Multisite Migrate on Linode (Akamai). Open the backup screen from Network Admin for fleet jobs, or from a subsite when you only need one site.
-
2Choose Multisite-correct scope
Select full network or include/exclude subsites. Exclude cache/tmp noise. Confirm you need shared users and sites/ media — not a single-site blind export.
-
3Run a chunked job
Start the job and let it resume if PHP time limits interrupt on Linode (Akamai). Do not stack overlapping schedules that collide on locks.
-
4Store offsite when Plus is available
Keep a local copy. On Plus, push to Google Drive, Dropbox, S3-compatible storage, or SFTP and verify the remote object exists.
-
5Prove recovery on Staging
Import or restore once away from production. Check URLs, media, logins, and mapping before you call the Linode (Akamai) routine production-ready.
Frequently asked questions
Quick answers for this Multisite backup topic. Still stuck? Open the docs or contact support.
Are Linode (Akamai) snapshots enough for Multisite?
They help as an extra layer, but they are not a Multisite-scoped restore workflow. Keep plugin archives you can import and verify.
Can a subsite admin back up only their site?
Yes — manage_options on the subsite unlocks site-level backup/restore in Free.
Which cloud destinations work?
Use Drive, Dropbox, S3-compatible, or SFTP on Plus. Wasabi/B2/R2/Spaces/MinIO go through S3-compatible endpoints.
What usually breaks Multisite backups on vps hosts?
PHP timeouts, low memory, full tmp/disk, blocked admin-ajax, and cloud auth/quota failures. Jobs in Chunks plus a clear job log fix most of these.