Limited time promo

Morpheus Plugin

Softland
Softland
0 USD

Morpheus backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the Morpheus backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
Morpheus was a file sharing P2P client for Microsoft Windows, however the program was discontinued due to legal reasons. If you have an older version and still use it, you could use this plugin to back-up Morpheus shared folder, download folder, skins and settings.


Raw Plugin (XML) Code: Morpheus.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{DF772731-FE2D-4104-B483-7D9B4E59839F}</id>
  <!--Program name-->
  <name>Morpheus</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>5.0</minversion>
  <maxversion>5.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="download" type="reg">HKEY_CURRENT_USER\Software\Morpheus\download_dir</variable>
    <variable name="path" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Morpheus\Install_Dir</variable>
    <variable name="storage" type="reg">HKEY_CURRENT_USER\Software\Morpheus\storage_dir</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Data" type="virtual folder">
      <source name="Torrents" type="folder">
        <folder>#path#\Torrents</folder>
      </source>
      <source name="Skins" type="folder">
        <folder>#path#\skindata</folder>
      </source>
      <source name="Shared folder" type="folder">
        <folder>#path#\My Shared Folder</folder>
      </source>
    </source>
    <source name="Down" type="folder">
      <folder>#download#</folder>
    </source>
    <source name="Storage" type="folder">
      <folder>#storage#</folder>
    </source>
  </sources>
</b4asource>