-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
49 lines (36 loc) · 2.15 KB
/
Copy pathreadme.txt
File metadata and controls
49 lines (36 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
=== SavedPixel Remote Backup Monitor ===
Contributors: savedpixel
Tags: backup, monitor, remote, pull, schedule
Requires at least: 6.5
Tested up to: 6.9
Stable tag: 1.3.0
Requires PHP: 8.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Monitor remote SavedPixel backup sites from one dashboard and pull finished artifacts into local storage.
== Description ==
SavedPixel Remote Backup Monitor is a central oversight tool for remote WordPress sites running SavedPixel Remote Backup. It stores remote site definitions, polls their backup endpoints, tracks freshness and schedule state, shows transfer progress, downloads finished artifacts into local storage, and can trigger remote backups on demand.
== Features ==
* Remote site registry with labels, URLs, and optional pull-token support.
* On-demand polling and scheduled due-site polling.
* Database and files artifact pulls into local storage.
* Shared transfer-progress modal with dismiss-to-inline continuation for remote pulls.
* Per-site schedule mode with remote or monitor-side overrides.
== Installation ==
1. Upload the `savedpixel-remote-backup-monitor` folder to `/wp-content/plugins/`.
2. Activate the plugin through the Plugins menu in WordPress.
3. Navigate to SavedPixel > Backup Monitor to configure.
== Changelog ==
= 1.3.0 =
* Changed all internal prefixes from rb_/rbm_ to sprbm_/SPRBM_ for WordPress.org unique-prefix compliance.
* Added automatic one-time migration of option keys and cron schedules on upgrade.
* Added external services disclosure.
= 1.2.1 =
* See CHANGELOG.md for full release history.
== External services ==
This plugin connects to remote WordPress sites that you configure in the Backup Monitor
dashboard. It sends HTTP requests to each monitored site's REST API endpoints to poll backup
status, trigger remote backups, and download completed backup artifacts.
**What is sent:** Site URL, pull token (if configured), and polling/trigger commands.
**When:** On admin-initiated actions (poll, trigger, pull) and via scheduled WP-Cron polling.
**Service:** Your own remote WordPress sites running SavedPixel Remote Backup — no third-party services are contacted.