MyInfo Plugin
If you already have Backup4all, you can add the MyInfo backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
MyInfo is a personal organizer, that allows you to capture information, organize, edit and share it in different file formats over the internet. This plugin will allow backing-up MyInfo configurations, settings, topics and registry keys.
Raw Plugin (XML) Code: MyInfo.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{64C3D3CB-6C2B-4C06-9158-6C0DA04B7A53}</id>
<!--Program name-->
<name>MyInfo</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="Configuration" type="folder">
<folder>%programfiles%\Milenix\MyInfo 6\Configuration</folder>
</source>
<source name="Settings" type="folder">
<folder>%appdata%\Milenix\MyInfo</folder>
</source>
<source name="My Topics" type="folder">
<folder>%userprofile%\My Documents\My Topics</folder>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_CURRENT_USER\Software\Milenix" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Milenix"/>
</source>
</sources>
</b4asource>