Linux 软件免费装
Banner图

VPS Snaps

开发者 vpssnaps
更新时间 2026年9月9日 21:44
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

backup migration restore s3 cloud storage

下载

0.1.1

详情介绍:

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. What this plugin sends to an external service 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. Security 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.

安装:

  1. Install and activate the plugin.
  2. In your VPS Snaps dashboard, create a site token.
  3. Go to Settings → VPS Snaps, paste the token, and save. The page will tell you immediately whether the connection worked.

常见问题:

Do I need SSH or a cron job?

No. That is the point of this plugin. If your host does let you add a real cron job, pointing one at wp-cron.php makes scheduling more reliable — see below.

Will backups run exactly on schedule?

Not exactly. WordPress runs scheduled tasks when someone visits the site rather than on a clock, so on a quiet site a check can run late or be skipped. Treat backup times as approximate. A real cron job calling wp-cron.php every minute removes the guesswork.

Where are my backups stored?

In the bucket you configured in your VPS Snaps account. You keep ownership and access.

Is multisite supported?

Not in this version.

更新日志:

0.1.1 0.1.0