Limited time promo

Spybot Plugin

Softland
Softland
0 USD

Spybot backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
SpybotSD is an open source anti-malware program that will scan your computer and clean any adaware programs. It automatically downloads a list of malware definitions and based on that will recognize any threats. This plugin once installed in Backup4all will back-up settings, logs, backups, skins and language packs for Spybot


Raw Plugin (XML) Code: Spybot.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{4BC737AB-6FE1-4F09-BC98-B357AC7DE114}</id>
  <!--Program name-->
  <name>Spybot</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>1.0</minversion>
  <maxversion>1.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_CURRENT_USER\Software\PepiMK Software\SpybotSnD\Path</variable>
    <variable name="resultsdir" type="reg">HKEY_CURRENT_USER\Software\PepiMK Software\SpybotSnD\ResultsDir</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\PepiMK Software\SpybotSnD\" recursive="true"/>
    </source>
    <source name="Skins" type="folder">
      <folder>#path#\Skins</folder>
    </source>
    <source name="Languages" type="folder">
      <folder>#path#\Languages</folder>
    </source>
    <source name="Results" type="folder">
      <folder>#resultsdir#\</folder>
    </source>
  </sources>
</b4asource>