From 571b03743f89cfbf28c5f9f85cfa321b1cb255a7 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Fri, 26 Jun 2026 19:33:13 -0500 Subject: [PATCH] docs: update README with multi-remote, MokoSuiteClient, sub-extension count --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index edf4659..b949bbb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Full-site backup and restore for Joomla — database, files, and configuration. | Field | Value | |---|---| | **Package** | `pkg_mokosuitebackup` | -| **Type** | Joomla Package (8 sub-extensions) | +| **Type** | Joomla Package (9 sub-extensions + MokoSuiteClient) | | **Joomla** | 6.x+ | | **PHP** | 8.1+ | | **License** | GPL-3.0-or-later | @@ -30,7 +30,8 @@ Full-site backup and restore for Joomla — database, files, and configuration. - Scheduled snapshot task via com_scheduler ### Remote Storage -- SFTP with SSH key file authentication (key stored base64-encoded in database) +- Multi-remote — upload to multiple destinations per profile simultaneously +- SFTP with SSH key file auth + remote directory browser - Amazon S3 and S3-compatible (DigitalOcean Spaces, Wasabi, MinIO) - Google Drive with OAuth2 and resumable uploads - Graceful degradation — local backup preserved if upload fails @@ -66,6 +67,10 @@ Full-site backup and restore for Joomla — database, files, and configuration. - Snapshots: create, list, restore, delete, download - Profile credentials masked in API responses +### Bundled: MokoSuiteClient +- Full MokoSuiteClient package installed automatically alongside MokoSuiteBackup +- Provides admin dashboard, security firewall, tenant management, and developer tools + ## Installation 1. Download from [Releases](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteBackup/releases)