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