FrostWire Plugin
If you already have Backup4all, you can add the FrostWire backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
FrostWire is a P2P free file sharing program that is built on the LimeWire source code, however this is written in Java. With the help of this plugin you can back-up FrostWire settings and registry.
Raw Plugin (XML) Code: FrostWire.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{7502D0CF-22C6-4E40-A82D-069D763DFB05}</id>
<!--Program name-->
<name>FrostWire</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>4.0</minversion>
<maxversion>4.9</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-->
</variables>
<!--The backup sources-->
<sources>
<source name="Settings" type="folder">
<folder>%appdata%\FrostWire\</folder>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FrostWire"/>
</source>
</sources>
</b4asource>