Torrent Swapper Plugin
If you already have Backup4all, you can add the Torrent Swapper backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
A free P2P file sharing program that has social networking features, a different type of navigation (based on tags) and real-time streaming. This plugin will back-up Torrent Swapper settings.
Raw Plugin (XML) Code: Torrent-Swapper.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{F55168C0-ABBD-414E-963E-700FEE516332}</id>
<!--Program name-->
<name>Torrent Swapper</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>1.0</minversion>
<maxversion>1.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%\.Torrent Swapper</folder>
</source>
</sources>
</b4asource>