Limited time promo

Orbit Plugin

Softland
Softland
0 USD

Orbit backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
Orbit Downloader is an internet download manager that not only allows you to download files faster from the web, but also you can grab media files from streaming websites such as Myspace, YouTube, etc. This back-up plugin will backup Orbit settings, initialization files and registry entries.


Raw Plugin (XML) Code: Orbit.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{EE40971C-4A8E-4B64-B85B-B12A0506BD11}</id>
  <!--Program name-->
  <name>Orbit</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>2.0.0</minversion>
  <maxversion>2.9.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\Orbit\path</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Orbit settings" type="folder">
      <folder>%appdata%\Orbit</folder>
    </source>
    <source name="Orbitdownloader" type="folder">
      <folder>#path#</folder>
      <include>|*.ini</include>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Orbit_is1" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Orbit" recursive="true"/>
    </source>
  </sources>
</b4asource>