ZoneAlarm Plugin
If you already have Backup4all, you can add the ZoneAlarm backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
This security suite is developed by CheckPoint and includes antivirus, antimalware, antispam, firewall, IM security and parental control features. The backup plugin will back-up ZoneAlarm Internet Security Suite settings and profiles.
Raw Plugin (XML) Code: ZoneAlarm.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{C5800C25-FA9C-4531-830D-9BD5BC19E5BD}</id>
<!--Program name-->
<name>ZoneAlarm</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>6.0</minversion>
<maxversion>6.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="Logs" type="folder">
<folder>%windir%\Internet logs</folder>
<include type="fullpath">*.rdb</include>
<include type="fullpath">*.ldb</include>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_CLASSES_ROOT\CLSID\{DD777EF2-30CE-4afd-AC19-EBC1F5976C82}" recursive="true"/>
<registry path="HKEY_CLASSES_ROOT\CLSID\{D9872D13-7651-4471-9EEE-F0A00218BEBB}" recursive="true"/>
<registry path="HKEY_CLASSES_ROOT\TypeLib\{CF34D2A7-C8C6-4B4E-8752-F63C2BDF1CF0}" recursive="true"/>
<registry path="HKEY_CLASSES_ROOT\ZAMailSafe" recursive="true"/>
<registry path="HKEY_CURRENT_USER\Software\Zone Labs" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs" recursive="true"/>
</source>
</sources>
</b4asource>