Limited time promo

Webshots Desktop Plugin

Softland
Softland
0 USD

Webshots Desktop backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
This multimedia program lets users download pictures from Webshots (an online source for photo sharing) and manage those directly from their computer. The backup plugin will back-up Webshots Desktop settings and downloaded images.


Raw Plugin (XML) Code: Webshots-Desktop.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{82745063-3826-4CFA-B494-81B9C5F0A102}</id>
  <!--Program name-->
  <name>Webshots Desktop</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>3.0</minversion>
  <maxversion>3.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="personal" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Data" type="folder">
      <folder>#personal#\Webshots Data</folder>
    </source>
    <source name="Webshots" type="folder">
      <folder>C:\Documents and Settings\%username%\Application Data\Webshots</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Webshots" recursive="true"/>
    </source>
  </sources>
</b4asource>