www_archline_hu/deployed/akeeba/plugins/system/backuponupdate/backuponupdate.xml
LÁZÁR Imre AI Agent 9c9a0366e8 feat(deployed): add Akeeba Backup 6.1.1 (no-source, vetted live)
Akeeba Backup Core (Akeeba Ltd) + FOF 2.4.3/FOF30 3.3.4/FEF libraries; exact 6.1.1 not publicly downloadable -> deployed files (code only, no backup archives).

Signed-off-by: LÁZÁR Imre <imre@illusion.hu>
Assisted-by: claude-code@claude-opus-4-8
2026-07-16 11:24:42 +02:00

33 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5.0" type="plugin" group="system" method="upgrade">
<name>PLG_SYSTEM_BACKUPONUPDATE_TITLE</name>
<author>Nicholas K. Dionysopoulos</author>
<authorEmail>nicholas@dionysopoulos.me</authorEmail>
<authorUrl>http://www.akeebabackup.com</authorUrl>
<copyright>Copyright (c)2006-2017 Nicholas K. Dionysopoulos</copyright>
<license>GNU General Public License version 3, or later</license>
<creationDate>2013-08-13</creationDate>
<version>3.7</version>
<description>PLG_SYSTEM_BACKUPONUPDATE_DESCRIPTION</description>
<files>
<filename plugin="backuponupdate">backuponupdate.php</filename>
<folder>tmpl</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_system_backuponupdate.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_system_backuponupdate.sys.ini</language>
</languages>
<config addfieldpath="/administrator/components/com_akeeba/fields">
<fields name="params">
<fieldset name="basic">
<field name="profileid" type="backupprofiles" default="1"
label="PLG_SYSTEM_BACKUPONUPDATE_PROFILE_LABEL"
description="PLG_SYSTEM_BACKUPONUPDATE_PROFILE_DESC"
/>
</fieldset>
</fields>
</config>
<scriptfile>script.php</scriptfile>
</extension>