Alcohol 120% Plugin
If you already have Backup4all, you can add the Alcohol 120% backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
Alcohol 120% is a commercial burning software that can be used to create CD/DVD/Blu-ray backups (however discs that have CSS protection cannot be backed up). This plugin can be installed in Backup4all and will let you define a backup job that will back-up ini files and registry entries for Alcohol 120%.
Raw Plugin (XML) Code: Alcohol-120.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{16F7D251-C040-4B98-87C8-EAAF05D9CFA7}</id>
<!--Program name-->
<name>Alcohol 120%</name>
<!--Executable file path-->
<exepath type="1">C:\Program Files\Alcohol Soft\Alcohol 120\Alcohol.exe</exepath>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>0</minversion>
<maxversion>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\Alcohol.exe\Path</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Plugins" type="folder">
<folder>#path#\Plugins</folder>
</source>
<source name="Initialization" type="virtual folder">
<source name="Ini file" type="virtual file">
<folder>#path#\AxType.ini</folder>
</source>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_CURRENT_USER\Software\Alcohol Soft" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Alcohol Soft" recursive="true"/>
<registry path="HKEY_CLASSES_ROOT\.bwt"/>
<registry path="HKEY_LOCAL_MACHINE\.ccd"/>
<registry path="HKEY_LOCAL_MACHINE\.cdi"/>
<registry path="HKEY_LOCAL_MACHINE\.cue"/>
<registry path="HKEY_LOCAL_MACHINE\.mdf"/>
<registry path="HKEY_LOCAL_MACHINE\.mds"/>
<registry path="HKEY_LOCAL_MACHINE\.pdi"/>
</source>
</sources>
</b4asource>