Limited time promo

Spy Sweeper Plugin

Softland
Softland
0 USD

Spy Sweeper backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
Spy Sweeper is a software product developed by Webroot that contains an antivirus, antispyware and internet security components, to protect your computer from viruses and other threats. Download and install this plugin to back-up Spy Sweeper settings, logs, data and registry keys.


Raw Plugin (XML) Code: Spy-Sweeper.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{1D91B4D9-4EDB-4E38-9E30-C184D790DBD7}</id>
  <!--Program name-->
  <name>Spy Sweeper</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>5.0</minversion>
  <maxversion>5.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\Webroot\SpySweeper\id</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Data" type="folder">
      <folder>%appdata%\Webroot\Spy Sweeper</folder>
    </source>
    <source name="Masters" type="folder">
      <folder>#path#\Masters</folder>
    </source>
    <source name="Quarantine" type="folder">
      <folder>#path#\quarantine</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Webroot\SpySweeper" recursive="true"/>
      <registry path="HKEY_CURRENT_USER\Software\Webroot\SpySweeper" recursive="true"/>
    </source>
  </sources>
</b4asource>