Limited time promo

Gladinet Plugin

Softland
Softland
0 USD

Gladinet backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
Gladinet Cloud Desktop is a program that allows users to map as local drives remote locations such as Amazon S3, Google Docs, EMC Atmos, Google Picasa, Box.net, WebDav and FTP accounts. This backup plugin can back-up the Gladinet application by adding as sources its settings, user files and registry entries.


Raw Plugin (XML) Code: Gladinet.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{3B0A5321-80B3-410F-85C5-4E3CB5899A10}</id>
  <!--Program name-->
  <name>Gladinet</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>3.0</minversion>
  <maxversion>3.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\Local AppData</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Settings" type="folder">
      <folder>%localappdata%\Gladinet</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Gladinet"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Gladinet"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Gladinet"/>
      <registry path="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\GladFileMonSvc"/>
    </source>
  </sources>
</b4asource>