From 0537b1f4d0dc6f30476c68eaedf95f43b99feeb0 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Thu, 4 Jun 2026 18:47:53 +0000 Subject: [PATCH] Update "Home" --- Home.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 1398543..fe7f424 100644 --- a/Home.md +++ b/Home.md @@ -22,11 +22,14 @@ MokoJoomBackup is a comprehensive backup solution for Joomla 4/5/6 that replaces | Sub-extension | Type | Purpose | |---|---|---| -| `com_mokobackup` | Component | Admin backend — backup engine, profiles, records | +| `com_mokobackup` | Component | Admin backend — backup engine, profiles, records, dashboard | | `plg_system_mokobackup` | System Plugin | Auto-cleanup of expired backups | | `plg_task_mokobackup` | Task Plugin | Joomla Scheduled Tasks integration | | `plg_quickicon_mokobackup` | Quickicon Plugin | Dashboard status widget | | `plg_webservices_mokobackup` | WebServices Plugin | REST API for remote management | +| `plg_console_mokobackup` | Console Plugin | CLI commands (run, list, profiles, restore, cleanup) | +| `plg_content_mokobackup` | Content Plugin | Auto-backup before extension install/update | +| `plg_actionlog_mokobackup` | Actionlog Plugin | Logs backup actions to User Action Logs | ## Architecture @@ -42,7 +45,8 @@ BackupEngine │ ├─ GoogleDriveUploader │ └─ S3Uploader ├── SHA-256 Checksum → Integrity verification -└── NotificationSender → Email on success/failure +├── NotificationSender → Email on success/failure +└── Event Dispatcher → onMokoBackupAfterRun (actionlog, etc.) ``` ## Requirements