Digiguide Plugin
If you already have Backup4all, you can add the Digiguide backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
DigiGuide is a digital TV guide in the UK. Digiguide creates TV guides which cut through the clutter and which are customised to your tastes and needs.
Raw Plugin (XML) Code: Digiguide.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{AC74D556-8734-40DE-864B-18DAAB25434C}</id>
<!--Program name-->
<name>Digiguide</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>8.0</minversion>
<maxversion>8.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\App Paths\Digiguide.exe\path</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="User Settings" type="folder">
<folder>#path#\user-settings</folder>
</source>
<source name="Schedules" type="folder">
<folder>#path#\schedules</folder>
</source>
<source name="Schemes" type="folder">
<folder>#path#\schemes</folder>
</source>
</sources>
</b4asource>