Handy Backup Plugin
If you already have Backup4all, you can add the Handy Backup backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
Handy Backup is a program that allows you to back-up your data. With the help of this plugin you'll be able to back-up Handy Backup data, logs, jobs and registry entries.
Raw Plugin (XML) Code: Handy-Backup.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{0D09D555-332B-4A79-8B62-BDE05D18537A}</id>
<!--Program name-->
<name>Handy Backup</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-->
</variables>
<!--The backup sources-->
<sources>
<source name="Handy Backup" type="folder">
<folder>%appdata%\Novosoft\Handy Backup</folder>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_CLASSES_ROOT\Novosoft.HandyBackup.IndexFile.2" recursive="true"/>
<registry path="HKEY_CURRENT_USER\Software\Novosoft\Handy Backup" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Novosoft.HandyBackup.IndexFile.2" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Handy Backup 6.0" recursive="true"/>
<registry path="HKEY_USERS\S-1-5-21-57989841-884357618-725345543-500\Software\Novosoft\Handy Backup" recursive="true"/>
</source>
</sources>
</b4asource>