Limited time promo

Acronis True Image Plugin

Softland
Softland
0 USD

Acronis True Image backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the Acronis True Image backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
ATI is an image backup program that will create an exact replica of your operating system in case it becomes corrupted and you need to restore it. This plugin will back-up Acronis True Image settings, logs and registry entries.

A backup plugin is actually an XML file that contains information about the specific application it was created for. This allows Backup4all to recognize exactly what to back up from your computer in order to have that application's configuration files and other data backed up. The backup plugin doesn't work separately, has to be installed in Backup4all.
How to download and install the Acronis True Image backup plugin
Right click the following file and select Save Target As (Save Link As in FireFox): AcronisTrueImage.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 Acronis-True-Image.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 Acronis-True-Image.xml and click Open.
How to use the Acronis True Image backup plugin
After the plugin is installed, in Backup4all in the Predefined Backup drop-down list Genie Backup Manager will be included too. To create a new backup job for Genie Backup Manager 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 Acronis True Image.
  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 Acronis True Image. 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 Acronis True Image.

Raw Plugin (XML) Code: Acronis-True-Image.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{9AFEC7A0-BD51-4960-9115-0A52BC495FB6}</id>
  <!--Program name-->
  <name>Acronis True Image</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>11.0</minversion>
  <maxversion>11.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\AppData</variable>
    <variable name="path2" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Common AppData</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="BackupScripts" type="folder">
      <folder>#path#\Acronis</folder>
    </source>
    <source name="Logs" type="folder">
      <folder>#path2#\Acronis</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Acronis" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Acronis" recursive="true"/>
      <registry path="HKEY_USERS\S-1-5-21-57989841-884357618-725345543-500\Software\Acronis" recursive="true"/>
    </source>
  </sources>
</b4asource>