Limited time promo

Rainmeter Plugin

Softland
Softland
0 USD

Rainmeter backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
Rainmeter is a desktop customization platform. Through Rainmeter, you can enhance your Windows computer at home or work with skins: handy, compact applets which float freely on your desktop, much like Windows Sidebar gagdgets.

About Rainmeter

Through Rainmeter, you can enhance your Windows computer at home or work with skins: handy, compact applets which float freely on your desktop, much like Windows Sidebar gagdgets.
Rainmeter skins provide you with useful information at a glance. It's easy to keep an eye on your system resources, like memory and battery power, or your online data streams, including email, RSS feeds, and weather forecasts. Many skins are even functional: they can record your notes and to-do lists, launch your favorite applications, and send your tweets to Twitter. The Rainmeter interface can be rearranged and customized by each user.

How to backup and restore Rainmeter using Backup4all plugin

After you install and configure Rainmeter, its settings on another computer or to re-configure it after re-installing your system. This is where the plugin to back up Rainmeter is important as it will save you time.
Creating a backup job in Backup4all using the Rainmeter plugin, will allow you to back-up the application addons, plugins, skins, themes and ini files.
In order to backup Rainmeter, you have to follow these steps:
  1. Download and install the backup plugin here: Rainmeter backup plugin
  2. After you installed the plugin in Backup4all, define a backup job and run it to back-up Rainmeter. If you don't know how to install the plugin and run the backup, read this article: http://www.backup4all.com/kb/how-to-download-install-and-use-backup-plugins-910.html
If you need to restore the Rainmeter files after a fresh system installation or on a different computer, follow these steps:
  1. Install Rainmeter and the Rainmeter plugin from here: Rainmeter 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 Rainmeter plugin

The backup plugin mentioned above will add as backup sources the following information:
  • Addons: %SYSTEMDRIVE%\Program Files\Rainmeter\Addons
  • Plugins: %SYSTEMDRIVE%\Program Files\Rainmeter\Plugins
  • Skins: %SYSTEMDRIVE%\Program Files\Rainmeter\Skins
  • Themes: %SYSTEMDRIVE%\Program Files\Rainmeter\Themes
  • Ini files: %SYSTEMDRIVE%\Program Files\Rainmeter\Default.ini

Raw Plugin (XML) Code: Rainmeter.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{510AA5D6-9623-439F-8DF3-F96135A89C86}</id>
  <!--Program name-->
  <name>Rainmeter</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>2.0</minversion>
  <maxversion>2.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\Personal</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Rainmeter" type="virtual folder">
      <source name="Addons" type="folder">
        <folder>%SYSTEMDRIVE%\Program Files\Rainmeter\Addons</folder>
      </source>
      <source name="Plugins" type="folder">
        <folder>%SYSTEMDRIVE%\Program Files\Rainmeter\Plugins</folder>
      </source>
      <source name="Skins" type="folder">
        <folder>%SYSTEMDRIVE%\Program Files\Rainmeter\Skins</folder>
      </source>
      <source name="Themes" type="folder">
        <folder>%SYSTEMDRIVE%\Program Files\Rainmeter\Themes</folder>
      </source>
      <source name="Ini file" type="folder">
        <folder>%SYSTEMDRIVE%\Program Files\Rainmeter\Default.ini</folder>
      </source>
    </source>
  </sources>
</b4asource>