Emule Plugin
If you already have Backup4all, you can add the Emule backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
eMule is a free peer-to-peer file sharing application for Microsoft Windows that offers direct exchanges between clients, corrupted download recovery and an upload credit system. This backup plugin will back-up eMule related information such as configurations, logs, skins and temp files.
Raw Plugin (XML) Code: Emule.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{A036BC30-2937-429C-80E1-F8CAFB26C42B}</id>
<!--Program name-->
<name>Emule</name>
<!--Executable file path-->
<exepath type="1">D:\Program Files\eMule\emule.exe</exepath>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>0.10</minversion>
<maxversion>0.48</maxversion>
<!--Information about the plugin author-->
<author>
<name>Softland</name>
<email>[email protected]</email>
<website>http://www.backup4all.com</website>
</author>
<!--Variables used in the XML file-->
<variables>
<!--If type="reg" then the value will be read from the registry-->
<variable name="fullpath" type="reg">HKEY_CURRENT_USER\Software\eMule\Install Path</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Configuration" type="folder">
<folder>#fullpath#\config</folder>
</source>
<source name="Logs" type="folder">
<folder>#fullpath#\Logs</folder>
</source>
<source name="Skins" type="folder">
<folder>#fullpath#\Skins</folder>
</source>
<source name="Temp" type="folder">
<folder>#fullpath#\Temp</folder>
</source>
</sources>
</b4asource>