Trillian Plugin
If you already have Backup4all, you can add the Trillian backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
Trillian is a multi-messenger application that lets you access various instant messaging (Gtalk, Yahoo Messenger), email (i.e. Gmail, Yahoo Mail, Hotmail) and social accounts (Facebook, Twitter) from a single place. With the help of this plugin you will be able to back-up the following Trillian information: accounts, logs, skins and plugins.
Raw Plugin (XML) Code: Trillian.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{F49349A8-BE70-4D1F-9677-C47AAA122AC7}</id>
<!--Program name-->
<name>Trillian</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>2.0</minversion>
<maxversion>3.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="Users" type="folder">
<folder>%programfiles%\Trillian\users</folder>
</source>
<source name="Plugins" type="folder">
<folder>%programfiles%\Trillian\plugins</folder>
</source>
<source name="Skins" type="folder">
<folder>%programfiles%\Trillian\skins</folder>
</source>
</sources>
</b4asource>