Limited time promo

File Recover Plugin

Softland
Softland
0 USD

File Recover backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
This is a program that allows recovering deleted files from hard drives and other types of fixed media, even after they've been removed completely from the Recycle Bin. With the help of this plugin you'll be able to back-up File Recover languages, logs, recovered files and its registry keys.

How to download and install the File Recover backup plugin
Right click the following file and select Save Target As (Save Link As in FireFox): File_Recover.xml
After the download is finished, follow these steps to install it in Backup4all:
For Backup4all 4:
  1. Open Backup4all and select Tools->Plugins.
  2. Press Add
  3. Browse to the location where the plugin was saved (usually the desktop), select File_Recover.xml and press Open.
For Backup4all 3:
  1. Open Backup4all and select Tools->Install Plugin.
  2. Browse to the location where the plugin was saved (usually the desktop), select File_Recover.xml and click Open.
How to use the File Recover backup plugin
After the plugin is installed, in Backup4all in the Predefined Backup drop-down list File Recover will be included too. To create a new backup job for File Recover based on this plugin:
For Backup4all 4:
  1. Open Backup4all and select File->New Backup (Ctrl+N).
  2. On the first page enter a name for the backup in the Name field.
  3. Select a destination for the backup. Click Next.
  4. From the Selection of files and folders drop-down list, select File Recover.
  5. You will see a list of the items to be backed up. You can clear (un-check) the items that you do not want to back up. Click Next.
  6. On the next page, select the backup type. Full or Mirror type is recommended.
  7. Click Save, then Save and run.
For Backup4all 3:
  1. Open Backup4all and select File->New Backup Wizard (Ctrl+N).
  2. On the General page enter a name for the backup in the Name field.
  3. From the Predefined Backup drop-down list, select File Recover. Click Next.
  4. On the Sources page, you will see a list of the items to be backed up. You can clear (un-check) the items that you do not want to back up. Click Next.
  5. On the Destination page, select a destination for the backup. Click Next.
  6. On the Type page, select the backup type. The Full or Mirror type is recommended.
  7. Click Finish. The new backup job will appear in the backup list.
  8. Press Backup (F6) to start backing up File Recover.
You can also create your own plugins by using Backup4all Plugin Creator. For more information about this read the following knowledgebase article: How to create a backup plugin.
Applies to: File Recover 6.x, Backup4all 3.10.280 (or higher)
Plugin author: Softland
About File Recover: File Recover allows you to recover important files which have been lost by accidental deletion.

Raw Plugin (XML) Code: File-Recover.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{A451CDC9-6E1D-4F96-A7A2-5BD739FFDFC3}</id>
  <!--Program name-->
  <name>File Recover</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-->
    <variable name="path" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\File Recover_is1\InstallLocation</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Language" type="folder">
      <folder>#path#\Language</folder>
    </source>
    <source name="Logs" type="folder">
      <folder>#path#\Logs</folder>
    </source>
    <source name="Recovered files" type="folder">
      <folder>#path#\Recovered Files</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\PCTools" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\File Recover_is1" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\PCTools" recursive="true"/>
      <registry path="HKEY_USERS\S-1-5-21-57989841-884357618-725345543-500\Software\PCTools" recursive="true"/>
    </source>
  </sources>
</b4asource>