Dreamweaver Plugin
If you already have Backup4all, you can add the Dreamweaver backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
Dreamweaver is a web development program that can be used to create websites. Offers HTML editing capabilities as well as a way to preview the website being created. This plugin once installed in Backup4all will allow defining a backup job that will back-up Dreamweaver configurations and registry entries.
Raw Plugin (XML) Code: Dreamweaver.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{8FA7233F-FC1E-4F86-A774-BE2B1554861A}</id>
<!--Program name-->
<name>Dreamweaver</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>6.0</minversion>
<maxversion>6.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\Macromedia\Dreamweaver\6\Installation\InstallPath</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Configuration" type="folder">
<folder>#path#\Configuration</folder>
</source>
<source name="Macromedia" type="folder">
<folder>%appdata%\Macromedia</folder>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia" recursive="true"/>
<registry path="HKEY_CURRENT_USER\Software\Macromedia" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Dreamweaver.exe" recursive="true"/>
</source>
</sources>
</b4asource>