Files
MokoJoomBackup/updates.xml
T
Jonathan Miller b82c1f8a24 feat: initial MokoJoomBackup package — Akeeba Backup Pro replacement
Full-site backup and restore for Joomla with three sub-extensions:
- com_mokobackup: Admin component with backup engine, profiles, and records
- plg_system_mokobackup: Auto-cleanup of expired backups
- plg_webservices_mokobackup: REST API wire-compatible with mcp_mokobackup

Backup engine supports full/database/files modes with step-based execution,
file/directory/table exclusion filters, and CLI script for cron use.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-02 13:47:36 -05:00

16 lines
680 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<updates>
<update>
<name>Package - MokoJoomBackup</name>
<description>Full-site backup and restore for Joomla</description>
<element>mokobackup</element>
<type>package</type>
<version>01.00.00</version>
<infourl title="Changelog">https://git.mokoconsulting.tech/MokoConsulting/MokoJoomBackup/releases/tag/v01.00.00</infourl>
<downloadurl type="full" format="zip">https://git.mokoconsulting.tech/MokoConsulting/MokoJoomBackup/releases/download/v01.00.00/pkg_mokobackup-01.00.00.zip</downloadurl>
<sha256></sha256>
<targetplatform name="joomla" version="[45]\.\d+"/>
<php_minimum>8.1.0</php_minimum>
</update>
</updates>