My Pictures Plugin
https://www.softlandro.com/
Softland
https://www.softlandro.com/
Softland
0
https://download.backup4all.com/download/setup/b4asetup-full.exe
USD
My Pictures is a folder in the Microsoft Windows operating system that is used to store picture files. By default, when any picture is created or added to a Windows computer, they are saved in the My Pictures folder.
How to backup and restore My Pictures using Backup4all plugin
You can back up My Pictures folder in order to have a copy of all Pictures on your computer. It is also useful if you want to move your Pictures to another computer or to re-configure it after re-installing your system. This is why the plugin to back up My Pictures folder is important as it will save you time.
Creating a backup job in Backup4all using the MyPictures plugin, allows you to back-up specific data files.
In order to backup My Pictures, you have to follow these steps:
- Download and install the backup plugin here: MyPictures backup plugin
- After you installed the plugin in Backup4all, define a backup job and run it to back-up My Pictures. If you don't know how to install the plugin and run the backup, read this article: How to download, install and use backup plugins
If you need to restore the My Pictures files after a fresh system installation or on a different computer, follow these steps:
- Install MyPictures plugin from here: MyPictures backup plugin
- Open in Backup4all the .bkc catalog file from the destination.
- Press the Restore button and follow the wizard steps.
What information is backed up when using the MyPictures plugin
The backup plugin mentioned above will add as backup sources the following information:
- All My Pictures folder data
Raw Plugin (XML) Code: MyPictures.xml
<?xml version="1.0"?>
<b4asource version="1.0">
<!-- Program unique ID (GUID) -->
<id>{614DF3DF-C8CA-494F-A42A-A0DDC20EB128}</id>
<!-- Program name -->
<name>My Pictures</name>
<!-- Minimum and maximum versions for which the backup was tested-->
<minversion>0</minversion>
<maxversion>0</maxversion>
<category>Local folders</category>
<!-- 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="mypics" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\My Pictures</variable>
</variables>
<!-- The backup sources-->
<sources>
<!-- Each source is a tag in the Source/Explore view in Backup4all-->
<source name="My Pictures">
<folder>#mypics#</folder>
</source>
</sources>
</b4asource>