Limited time promo

NOD32 Plugin

Softland
Softland
0 USD

NOD32 backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
ESET NOD32 Antivirus, commonly known as NOD32, is an antivirus software package made by the Slovak company ESET.

About NOD32

ESET NOD32 Antivirus is sold in two editions, Home Edition and Business Edition. The Business Edition packages add ESET Remote Administrator allowing for server deployment and management, mirroring of threat signature database updates and the ability to install on Microsoft Windows Server operating systems.
ESET NOD 32 application is developed and published by ESET. It is effective, proactive, easy to use and can be configured to suit any needs. The Smart Scanner allows searching for even encrypted connection packages for any unwanted malware.
The email scanner searches your email client regardless of the product (Outlook Express, Thunderbird etc).
The application has active shields protecting it and immunizing it from any threats trying to degrade the level of protection. It also uses the proactive detection which terminates the connection before even running the suspicious file. The high rate of virus detection and the low rate of false positives makes this application one of the most accurate antivirus solution.

How to backup and restore NOD32 using Backup4all plugin

After you install and configure NOD32, its settings on another computer or to re-configure it after re-installing your system. This is where the plugin to back up NOD32 is important as it will save you time.
Creating a backup job in Backup4all using the NOD32 plugin, will allow you to back-up the application logs, quarantine, user files and registry entries.
In order to backup NOD32, you have to follow these steps:
  1. Download and install the backup plugin here: NOD32 backup plugin
  2. After you installed the plugin in Backup4all, define a backup job and run it to back-up NOD32. If you don't know how to install the plugin and run the backup, read this article:http://www.backup4all.com/kb/how-to-download-install-and-use-backup-plugins-910.html
If you need to restore the NOD32 files after a fresh system installation or on a different computer, follow these steps:
  1. Install NOD32 and the NOD32 plugin from here: NOD32 backup plugin
  2. Open in Backup4all the .bkc catalog file from the destination.
  3. Press the Restore button and follow the wizard steps.

What information is backed up when using the NOD32 plugin

The backup plugin mentioned above will add as backup sources the following information:
  • Application data: %allusersprofile%\ESET\ESET NOD32 Antivirus
  • Quarantine: %localappdata%\ESET\ESET NOD32 Antivirus\Quarantine
  • Registry:
    • HKCU\Software\ESET
    • HKLM\Software\ESET

Raw Plugin (XML) Code: NOD32.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{D9D3E609-90FB-42B2-A423-2E06D4F2B814}</id>
  <!--Program name-->
  <name>NOD32</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>4.0</minversion>
  <maxversion>4.9</maxversion>
  <!--Information about the plugin author-->
  <author>
    <name>Softland</name>
    <email>[email protected]</email>
    <website>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="varB51E4K4LLQ007" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Eset\Nod\CurrentVersion\Common\QuarantineDirectory</variable>
    <variable name="InstallDir" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Eset\Nod\CurrentVersion\Info\InstallDir</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Quarantine" type="folder">
      <folder>%localappdata%\ESET\ESET NOD32 Antivirus\Quarantine</folder>
    </source>
    <source name="Application data" type="folder">
      <folder>%allusersprofile%\ESET\ESET NOD32 Antivirus</folder>
    </source>
    <source name="Registry entry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\ESET" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\ESET"/>
    </source>
  </sources>
</b4asource>