Limited time promo

Mozilla Suite Plugin

Softland
Softland
0 USD

Mozilla Suite backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the Mozilla Suite backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
This is basically a suite of several programs that was developed by Mozilla and included a Navigator (web browser, what later became Firefox), Communicator (Mozilla Mail client), a web development program (Mozilla Composer), an IRC client (ChatZilla) and an electronic address book. This suite was discontinued in 2008, replaced by individual products such as Firefox and Thunderbird. However if you still use it you can use this backup plugin to back-up Mozilla Suite plugins, profiles, preferences, history and bookmarks.


Raw Plugin (XML) Code: Mozilla-Suite.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{E0CC4AF9-D626-404D-AD63-88DD709A7E8E}</id>
  <!--Program name-->
  <name>Mozilla Suite</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion/>
  <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="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Mozilla" recursive="true"/>
      <registry path="HKEY_CURRENT_USER\Software\MozillaPlugins" recursive="true"/>
    </source>
    <source name="Profile" type="folder">
      <folder>%Appdata%\mozilla</folder>
    </source>
  </sources>
</b4asource>