BearFlix Plugin
If you already have Backup4all, you can add the BearFlix backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
BearFlix (now called Bearshare) is a P2P video file sharing program. The plugin will let you add BearFlix related information (logs, db, ini file, history, playlists and temp files) as backup sources so you can back-up the application.
Raw Plugin (XML) Code: BearFlix.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{922689D1-C2A3-4E78-868B-AA60DD76D16B}</id>
<!--Program name-->
<name>BearFlix</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-->
<variable name="path" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\BearFlix\InstallDir</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Logs" type="folder">
<folder>%programfiles%\BearFlix\Logs</folder>
</source>
<source name="DB" type="folder">
<folder>%programfiles%\BearFlix\db</folder>
</source>
<source name="Temp" type="folder">
<folder>%programfiles%\BearFlix\Temp</folder>
</source>
<source name="Playlists" type="folder">
<folder>%programfiles%\BearFlix\playlists</folder>
</source>
<source name="Files" type="virtual folder">
<source name="Ini file" type="folder">
<folder>%programfiles%\BearFlix\BearFlix.ini</folder>
</source>
<source name="History" type="folder">
<folder>%programfiles%\BearFlix\history.txt</folder>
</source>
</source>
</sources>
</b4asource>