Genie Backup Manager Pro Plugin
If you already have Backup4all, you can add the Genie Backup Manager Pro backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
Genie Backup Manager is a backup program developed by Genie9 (formerly Genie-soft). With this backup plugin you can back-up the Genie Backup Manager scripts, jobs, logs and registry entries.
Raw Plugin (XML) Code: Genie-Backup-Manager-Pro.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{FD6ECD8A-FF6D-4872-80F3-0C0E89D4EC0A}</id>
<!--Program name-->
<name>Genie Backup Manager Pro</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_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Jobs" type="folder">
<folder>%appdata%\Genie-soft\GBMPro8</folder>
</source>
<source name="My Backups" type="folder">
<folder>#path#\My Backups</folder>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_CLASSES_ROOT\GBMProFile" recursive="true"/>
<registry path="HKEY_CLASSES_ROOT\GBMProGRS" recursive="true"/>
<registry path="HKEY_CLASSES_ROOT\GenieScriptFile" recursive="true"/>
<registry path="HKEY_CURRENT_USER\Software\Genie-Soft" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\GBMProFile" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\GBMProGRS" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\GenieScriptFile" recursive="true"/>
<registry path="HKEY_USERS\S-1-5-21-57989841-884357618-725345543-500\Software\Genie-Soft" recursive="true"/>
<registry path="HKEY_USERS\S-1-5-21-57989841-884357618-725345543-500\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Genie-Soft" recursive="true"/>
</source>
</sources>
</b4asource>