Limited time promo

RoboForm Plugin

Softland
Softland
0 USD

RoboForm backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
RoboForm is a popular password manager and form filler, that can store basically any type of login you have. If you have lots of passwords saved, it is important to back them up and a plugin is the easiest way to do it. After loading the plugin in Backup4all you will be able to back-up RoboForm configurations, languages and data files (saved passwords, identities and safenotes).


Raw Plugin (XML) Code: RoboForm.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{EFDE87E6-9D08-4097-96DB-F97F96B22963}</id>
  <!--Program name-->
  <name>RoboForm</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>7.0</minversion>
  <maxversion>7.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\Siber Systems\RoboFormFolder</variable>
    <variable name="datadir" type="reg">HKEY_CURRENT_USER\Software\Siber Systems\_RootUserDataDir</variable>
    <variable name="common_appdata" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Common AppData</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Configuration" type="folder">
      <folder>%allusersprofile%\RoboForm</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Siber Systems" recursive="true"/>
    </source>
  </sources>
</b4asource>