MS Word files Plugin
If you already have Backup4all, you can add the MS Word files backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
If you want to back-up only the documents that were created with Microsoft Word, you can install this plugin in Backup4all and it will let you back-up files with the following format only: doc, docx, docm and rtf.
Raw Plugin (XML) Code: MS-Word-files.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{60537A39-0817-476E-A892-0CFCC61CC250}</id>
<!--Program name-->
<name>MS Word files</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion/>
<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="varP15WRTJW75007" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="My Documents" type="folder">
<folder>#varP15WRTJW75007#</folder>
<include type="fullpath">*.doc</include>
<include type="fullpath">*.docx</include>
<include type="fullpath">*.docm</include>
<include type="fullpath">*.rtf</include>
</source>
</sources>
</b4asource>