Snagit Plugin
If you already have Backup4all, you can add the Snagit backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
Snagit is a program developed by Techsmith that lets users take screen captures, add various effects and manage the resulting images. This plugin backs up Snagit settings, registry, user files and captures
Raw Plugin (XML) Code: Snagit.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{5376F0E6-A2E5-4DE9-A155-962EFFA89017}</id>
<!--Program name-->
<name>Snagit</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>10.0</minversion>
<maxversion>10.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\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Local AppData</variable>
<variable name="docs" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Snagit" type="folder">
<folder>#path#\TechSmith\Snagit</folder>
</source>
<source name="Documents" type="folder">
<folder>#docs#\Snagit</folder>
</source>
</sources>
</b4asource>