Limited time promo

Music files Plugin

Softland
Softland
0 USD

Music files backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
If you keep you music files in My Documents folder you can use the plugin to back up your files

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

How to backup music using Music files plugin

Right click the following file and select Save Target As (Save Link As in FireFox): Music_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 Music_files.xml and click Open.
After the plugin is installed, in Backup4all in the Selection of files and folders drop-down list Music files will be included too. To create a new backup job for Music files 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 Music 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 audio files

If you have a custom location for your music 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 music: mp3, wma, wav, atrac, flac, AAC, ogg, mid, mp4, mka, mpa, nra, m4a.
  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. *.mp3,  *.wma, *. wav)
  9. Press OK then press Save then Save and run.

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

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{E618760C-761C-4D53-82B4-0D1467A05412}</id>
  <!--Program name-->
  <name>Music 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="varCML5G1LT0K007" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="My Music" type="folder">
      <folder>#varCML5G1LT0K007#</folder>
      <include type="fullpath">*.mp3</include>
      <include type="fullpath">*.wma</include>
      <include type="fullpath">*.wav</include>
      <include type="fullpath">*.atrac</include>
      <include type="fullpath">*.flac</include>
      <include type="fullpath">*.AAC</include>
      <include type="fullpath">*.ogg</include>
      <include type="fullpath">*.mid</include>
      <include type="fullpath">*.mp4</include>
      <include type="fullpath">*.mka</include>
      <include type="fullpath">*.mpa</include>
      <include type="fullpath">*.nra</include>
      <include type="fullpath">*.m4a</include>
      <include type="fullpath">*.ram</include>
    </source>
  </sources>
</b4asource>