The Bat! Plugin
If you already have Backup4all, you can add the The Bat! backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
An email client developed and maintained by RITlabs, available in a free (home edition) and paid mode (professional edition). With the help of this plugin you will be able to back-up The Bat! emails, dictionaries and server information.
Raw Plugin (XML) Code: The-Bat.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{B38974A3-B159-4689-A53E-5445CCF523DC}</id>
<!--Program name-->
<name>The Bat!</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-->
<variable name="email_path" type="reg">HKEY_CURRENT_USER\Software\RIT\The Bat!\Working Directory</variable>
<variable name="install_path" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\D2741EB3DC586364899A7D85F20B4B05\InstallProperties\InstallLocation</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Emails" type="folder">
<folder>#email_path#</folder>
</source>
<source name="Dictionaries" type="folder">
<folder>#install_path#\Dictionaries</folder>
</source>
<source name="Server info" type="folder">
<folder>#install_path#\ServersInfo</folder>
</source>
</sources>
</b4asource>