Image files Plugin
https://www.softlandro.com/
Softland
https://www.softlandro.com/
Softland
0
https://download.backup4all.com/download/setup/b4asetup-full.exe
USD
If you keep you image files in My Documents, you can use this plugin to back up your image files
If you keep you image files in My Documents, you can use this plugin to back up your image files. If you have a custom location for your image files or you keep them in multiple locations on your computer, you need to add all folders containing image files to backup sources and filter the backup to include only the image files.
How to backup images using Images files plugin
Right click the following file and select Save Target As (Save Link As in FireFox):
Image_files.xml
After the download is finished, follow these steps to install it in Backup4all:
- Open Backup4all and select Tools->Plugins->Add.
- Browse to the location where the plugin was saved (usually the desktop), select Image_files.xml and click Open.
After the plugin is installed, in Backup4all in the Selection of files and folders drop-down list Image files will be included too. To create a new backup job for Image files based on this plugin:
- Open Backup4all and select File->New Backup (Ctrl+N).
- On the first page enter a name for the backup in the Name field.
- Select a destination for the backup. Click Next.
- From the Selection of files and folders drop-down list, select Image files.
- You will see a list of the items to be backed up. You can clear (un-check) the items that you do not want to back up. Click Next.
- On the next page, select the backup type. The Full or Mirror type is recommended.
- Click Save, then Save and run.
Raw Plugin (XML) Code: Image-files.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{BF034578-09E8-46A4-AAA2-3BC86C1410C2}</id>
<!--Program name-->
<name>Image 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="varLBEP9JSNDR007" 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>#varLBEP9JSNDR007#</folder>
<include type="fullpath">*.bmp</include>
<include type="fullpath">*.jpg</include>
<include type="fullpath">*.jpeg</include>
<include type="fullpath">*.kodak</include>
<include type="fullpath">*.png</include>
<include type="fullpath">*.raw</include>
<include type="fullpath">*.gif</include>
<include type="fullpath">*.tiff</include>
<include type="fullpath">*.wmf</include>
<include type="fullpath">*.emf</include>
<include type="fullpath">*.tga</include>
<include type="fullpath">*.psd</include>
<include type="fullpath">*.cdr</include>
<include type="fullpath">*.dwg</include>
<include type="fullpath">*.drw</include>
<include type="fullpath">*.ai</include>
</source>
</sources>
</b4asource>