Limited time promo

My Documents Plugin

Softland
Softland
0 USD

My Documents backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
My Documents folder includes the default storage location of all documents.

How to backup and restore My Documents using Backup4all plugin

You can back up My Documents folder in order to have a copy of all documents on your computer. It is also useful if you want to move your documents to another computer or to re-configure it after re-installing your system. This is why the plugin to back up My Documents folder is important as it will save you time.
Creating a backup job in Backup4all using the MyDocuments plugin, allows you to back-up specific files and folders.
In order to backup My Documents, you have to follow these steps:
  1. Download and install the backup plugin here: MyDocuments backup plugin
  2. After you installed the plugin in Backup4all, define a backup job and run it to back-up My Documents. If you don't know how to install the plugin and run the backup, read this article: How to download, install and use backup plugins
If you need to restore the My Documents files after a fresh system installation or on a different computer, follow these steps:
  1. Install MyDocuments plugin from here: MyDocuments backup plugin
  2. Open in Backup4all the .bkc catalog file from the destination.
  3. Press the Restore button and follow the wizard steps.

What information is backed up when using the MyDocuments plugin

The backup plugin mentioned above will add as backup sources the following information:
  • All My Documents folder data

Raw Plugin (XML) Code: MyDocuments.xml

<?xml version="1.0"?>
<b4asource version="1.0">
  <!-- Program unique ID (GUID) -->
  <id>{28CB284C-E716-4EBB-88C7-3F391729A603}</id>
  <!-- Program name -->
  <name>My Documents</name>
  <!-- Minimum and maximum versions for which the backup was tested-->
  <minversion>0</minversion>
  <maxversion>0</maxversion>
  <category>Local folders</category>
  <!-- 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="mydocs" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
  </variables>
  <!-- The backup sources-->
  <sources>
    <!-- Each source is a tag in the Source/Explore view in Backup4all-->
    <source name="My Documents">
      <folder>#mydocs#</folder>
    </source>
  </sources>
</b4asource>