BitComet Plugin
If you already have Backup4all, you can add the BitComet backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
BitComet is a program that can be used as a download manager but also as a BitTorrent P2P file-sharing application to exchange files and folders with other users in the network. This plugin will back-up Bitcomet settings, shared folder, favorites, rules and torrents list.
Raw Plugin (XML) Code: Bitcomet.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{17F92C06-B1C4-440C-BFBF-107D86A0595E}</id>
<!--Program name-->
<name>BitComet</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>0.1</minversion>
<maxversion>0.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-->
<variable name="path" type="reg">HKEY_CURRENT_USER\Software\BitComet\</variable>
<variable name="path2" type="reg">HKEY_CURRENT_USER\Software\FileZilla Server\Install_Dir</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Torrents list" type="folder">
<folder>#path#\torrents</folder>
</source>
<source name="Favorites" type="folder">
<folder>#path2#</folder>
</source>
<source name="Share" type="folder">
<folder>#path#\share</folder>
</source>
<source name="Rules" type="folder">
<folder>#path#\rules</folder>
</source>
<source name="Settings" type="folder">
<folder>#path#</folder>
<include type="fullpath">|*.xml</include>
</source>
</sources>
</b4asource>