Limited time promo

Kerio Firewall Plugin

Softland
Softland
0 USD

Kerio Firewall backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the Kerio Firewall backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
Kerio Firewall was a program that protected computers from hacker attacks and also allowed the control of outgoing communications. Rebranded as the Sunbelt Personal Firewall, this product was discountinued in May 2011. However if you still use it our plugin will let you back-up language packs, logs, configurations, quarantine and plugins.


Raw Plugin (XML) Code: Kerio-Firewall.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{EB98E48B-EDC7-4C1B-861D-47ECB7B5B786}</id>
  <!--Program name-->
  <name>Kerio Firewall</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-->
    <variable name="path" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Kerio\InstallRoot</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Registry" type="registry">
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Kerio" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\KAdminBookmark.KWF\(Default)" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\"/>
    </source>
    <source name="Languages" type="folder">
      <folder>#path#\Admin\Translations\</folder>
    </source>
    <source name="Configuration" type="folder">
      <folder>%appdata%\Kerio</folder>
    </source>
    <source name="Quarantine" type="folder">
      <folder>#path#\WinRoute Firewall\quarantine\</folder>
    </source>
    <source name="Logs" type="folder">
      <folder>#path#\WinRoute Firewall\logs\</folder>
    </source>
    <source name="License" type="folder">
      <folder>#path#\WinRoute Firewall\License\</folder>
    </source>
    <source name="Plugins" type="folder">
      <folder>#path#\WinRoute Firewall\avirplugins</folder>
    </source>
  </sources>
</b4asource>