Linux 软件免费装
Banner图

BackupBeacon

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

标签

backup alerts cron monitoring watchdog

下载

3.6.0 3.6.1

详情介绍:

Most backup failures are silent: the job stopped running weeks ago and nobody noticed. Backup plugins grade themselves. BackupBeacon is the independent watchdog that does not. How it works
  1. Add each backup destination (UpdraftPlus to Drive, database dumps to S3, your host's nightly snapshots) with a freshness limit in hours.
  2. Point your backup job at the token-authenticated ping endpoint: POST /wp-json/backupbeacon/v1/ping/<destination-id>?token=.... Every successful backup pings; the token is rotatable and pings are rate-bounded.
  3. BackupBeacon evaluates every destination hourly (WP-Cron): fresh, stale (past its limit), or silent (never recorded, or a clock-skewed future timestamp). Backdated recordings are refused.
  4. When a destination turns stale or silent, the site admin gets an email and a persistent admin notice - once per incident, not once per cron tick. A dashboard widget rolls every destination into one ALARM/OK beacon, and the event log records when each destination went stale and when it recovered.
No account, no external service, no per-site fees. Your backup jobs ping your own site; the watchdog runs where the backups matter. Optional premium plans unlock faster checks (15-minute cadence), more alert channels (Slack/Discord/webhook), escalation and maintenance windows, per-destination alert routing, a status API, multisite and white-label agency tooling. Upgrades happen inside your dashboard - no reinstall, no license-key copying - and every feature you use today stays free forever. What it is not: BackupBeacon does not make backups. It is the alarm for the tools that do.

屏幕截图:

  • Destination setup: token-authenticated ping endpoint with rotatable token and freshness limit in hours.

升级注意事项:

3.5.0 Optional paid plans (Starter, Pro, Accelerator, Studio) add faster checks, more alert channels, escalation, maintenance windows, status API and agency tooling. Everything you already use stays free forever - upgrading is seamless from your dashboard, no reinstall. 3.4.1 Cosmetic: admin fonts are now self-hosted. No behavior change.

常见问题:

Which backup plugins does it work with?

Any of them. If your backup tool can run a curl command (or a WP-CLI line) after it finishes, it can ping BackupBeacon. It is deliberately backup-plugin-agnostic.

Does it need an external account?

No. Pings arrive at your own WordPress site and evaluation runs on WP-Cron. Nothing leaves your server except the alert email to the admin.

What happens if my backup job never pings?

That is the point. Silence past the freshness limit flips the destination to stale (or silent if nothing was ever recorded) and the alarm fires.

更新日志:

3.6.1 3.6.0 3.5.0 3.4.1 Self-hosted admin fonts (no remote font requests). 3.4.0 Token-authed REST ping endpoint per destination, hourly WP-Cron evaluation, email + admin-notice alerts on stale/silent transitions, event log (last 200), dashboard widget, rotatable token. 3.3.1 Real freshness beacon replacing the generic template engine.