AVG Plugin
If you already have Backup4all, you can add the AVG backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
AVG is a free popular antivirus that scans and removes viruses from your computer. There are two editions available, the plugins is for the free edition and will back-up the AVG vault (where detected threats are kept), logs, data files and registry
Raw Plugin (XML) Code: AVG.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{2964982E-277A-446C-BCF8-2E8DB99C4895}</id>
<!--Program name-->
<name>AVG</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>7.0</minversion>
<maxversion>7.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\Microsoft\Windows\CurrentVersion\Uninstall\AVG7Uninstall\Directories\dir_AvgDir</variable>
<variable name="common_appdata" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Common AppData</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Data" type="folder">
<folder>#common_appdata#\Grisoft\Avg7Data</folder>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AVG7Uninstall" recursive="true"/>
</source>
<source name="Vault" type="folder">
<folder>C:\$VAULT$.AVG</folder>
</source>
</sources>
</b4asource>