Limited time promo

Office Templates Plugin

Softland
Softland
0 USD

Office Templates backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
This plugin will allow adding as backup sources only Microsoft Office template files, such as: .potm, .dot, .dotx, .dotm, .xltm, .xltx, .xsn.


Raw Plugin (XML) Code: Office-Templates.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{8A03F8DF-F088-4ED0-890B-D52E6235D052}</id>
  <!--Program name-->
  <name>Office Templates</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>www.backup4all.com</website>
  </author>
  <!--Variables used in the XML file-->
  <variables>
    <!--If type="reg" then the value will be read from the registry-->
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Templates" type="folder">
      <folder>%programfiles%\Microsoft Office</folder>
      <include type="fullpath">*.potx</include>
      <include type="fullpath">*.potm</include>
      <include type="fullpath">*.dot</include>
      <include type="fullpath">*.dotx</include>
      <include type="fullpath">*.dotm</include>
      <include type="fullpath">*.xlt</include>
      <include type="fullpath">*.xltm</include>
      <include type="fullpath">*.xltx</include>
      <include type="fullpath">*.xsn</include>
    </source>
  </sources>
</b4asource>