CloneDVD Plugin
If you already have Backup4all, you can add the CloneDVD backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
CloneDVD is a program used to make backup copies of DVDs that contain unprotected movies. Once installed in Backup4all, this plugin will let you define a backup job for backing up CloneDVD settings, languages and .ini files.
Raw Plugin (XML) Code: CloneDVD.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{A82BE61B-B9FD-4575-B379-1060C11C0FE4}</id>
<!--Program name-->
<name>CloneDVD</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>2.0</minversion>
<maxversion>2.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\CloneDVD2.exe\Path</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Languages" type="folder">
<folder>#path#\language</folder>
</source>
<source name="Ini files" type="folder">
<folder>#path#</folder>
<include>*.ini</include>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_CURRENT_USER\Software\Elaborate Bytes\CloneDVD2" recursive="true"/>
</source>
</sources>
</b4asource>