Update "Home"
+6
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user