
VPS Snaps backs up WordPress sites that cannot run a shell — the shared hosting where
exec() is disabled, there is no mysqldump, and nobody can add a cron job.
Backups are written to your own cloud storage (S3, Cloudflare R2, Backblaze B2,
DigitalOcean Spaces, Wasabi, or any S3-compatible bucket). The plugin never holds your
storage credentials: it asks VPS Snaps for a short-lived, single-object upload link each
time it needs one, so a break-in on this site cannot reach the rest of your bucket.
This plugin requires an account at vpssnaps.com and does not work
without one. There is a free tier that covers one site, one backup job and one storage
destination, which is everything this plugin needs; paid plans exist for people running
more than one site. Nothing in this plugin is switched on or off by which plan you are on.
You paste a site token from your dashboard into the plugin, and the plugin then talks to
https://vpssnaps.com to:
Your site’s content is uploaded to the storage bucket you configure in your VPS Snaps
account. It does not pass through vpssnaps.com.
Every instruction this plugin receives is signed with your site token and verified before
anything runs. An instruction that does not verify is refused and reported, not executed.