Limited time promo

Video files Plugin

Softland
Softland
0 USD

Video files backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
You can choose to back up your video files located in My Documents folder by using the specific plugin or you can set a filter to include in backup only the video files extensions.

If you keep you video files in My Documents you can use the plugin to back up your files. If you have a custom location for your video files or you keep them in multiple locations on your computer, you need to add all folders containing video files to backup sources and filter the backup to include only the video files.

How to backup videos using Video files plugin

Right click the following file and select Save Target As (Save Link As in FireFox): Video_files.xml
After the download is finished, follow these steps to install it in Backup4all:
  1. Open Backup4all and select Tools->Plugins->Add.
  2. Browse to the location where the plugin was saved (usually the desktop), select Video_files.xml and click Open.
After the plugin is installed, in Backup4all in the Selection of files and folders drop-down list Video_files will be included too. To create a new backup job for My videos based on this plugin:
  1. Open Backup4all and select File->New Backup (Ctrl+N).
  2. On the first page enter a name for the backup in the Name field.
  3. Select a destination for the backup. Click Next.
  4. From the Selection of files and folders drop-down list, select Video files.
  5. 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.
  6. On the next page, select the backup type. The Full or Mirror type is recommended.
  7. Click Save, then Save and run.

How to add filters to include in backup only video files

If you have a custom location for your video files or you want to back up only some file types, you should follow the indications below. In this example, we mention the most frequently used file types for videos: mpeg, mpg, wmv, avi, 3gp, divx, flv, mkv, mov, movie, mp4, swf.
  1. Open Backup4all and select File->New Backup (Ctrl+N).
  2. On the first page enter a name for the backup in the Name field.
  3. Select a destination for the backup. Click Next.
  4. Press Add files or Add folders to create the backup sources file list. Press Next.
  5. Press Advanced mode button and go to Filters page
  6. Press Add->Add include
  7. Under File name section, check Enable
  8. Press Add and enter the file types separated by comma (e.g. *.mpeg,  *.avi, *. wmv)
  9. Press OK then press Save then Save and run.

Raw Plugin (XML) Code: Video-files.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{C1889BB8-45E0-4F1B-A276-441BEF2BC131}</id>
  <!--Program name-->
	<name>Video 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>https://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="Video" type="folder">
			<folder>%USERPROFILE%\Videos</folder>
			<include type="fullpath">*.avi</include>
			<include type="fullpath">*.mp4</include>
			<include type="fullpath">*.wmv</include>
			<include type="fullpath">*.mpg</include>
			<include type="fullpath">*.mpeg</include>
			<include type="fullpath">*.3gp</include>
			<include type="fullpath">*.divx</include>
			<include type="fullpath">*.mkv</include>
			<include type="fullpath">*.mov</include>
			<include type="fullpath">*.movie</include>
			<include type="fullpath">*.swf</include>
			<include type="fullpath">*.flv</include>
			<include type="fullpath">*.m4v</include>
		</source>
	</sources>
</b4asource>