Limited time promo

iTunes Plugin

Softland
Softland
0 USD

iTunes backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
iTunes is a known digital media player application used for playing and organizing digital media files. The application can be also used as an interface to manage the contents on Apple's iPod, iPhone and iPad. This article presents briefly what iTunes is and how to back it up using the plugin system supported by Backup4all.

About iTunes

iTunes is an application used to play audio and video files or to purchase and manage audio and video on a personal computer, acting as a front end for Apple's QuickTime media player. Officially, using iTunes is required in order to manage the audio of an Apple iPod portable audio player, although alternative software does exist.
Users can organize their music into playlists within one or more libraries, edit file information, record Compact Discs, copy files to a digital audio player, purchase music and videos through its built-in music store, download free podcasts, run a visualizer to display graphical effects in time to the music, and encode music into a number of different audio formats.

How to backup and restore iTunes using Backup4all plugin

Once you installed and configured iTunes, it is troublesome to move its settings on another computer or to re-configure it after re-installing your system. This is where the plugin to back up iTunes is important as it will save you time.
Creating a backup job in Backup4all using the iTunes plugin, will allow you to back-up the application log files and registry entries.
In order to backup iTunes, you have to follow these steps:
  1. Download and install the backup plugin here: iTunes backup plugin
  2. After you installed the plugin in Backup4all, define a backup job and run it to back-up iTunes. If you don't know how to install the plugin and run the backup, read this article:http://www.backup4all.com/kb/how-to-download-install-and-use-backup-plugins-910.html
If you need to restore the iTunes files after a fresh system installation or on a different computer, follow these steps:
  1. Install iTunes and the iTunes plugin from here: iTunes backup plugin
  2. Open in Backup4all the .bkc catalog file from the destination.
  3. Press the Restore button and follow the wizard steps.

What information is backed up when using the iTunes player plugin

The backup plugin mentioned above will add as backup sources the following information:
  • Music - stored in C:\Users\%currentuser%\Music\iTunes
  • Configuration - stored in C:\%programfiles%\iTunes\CD Configuration
  • Mozilla Plugins - stored in stored in C:\%programfiles%\iTunes\Mozilla Plugins
  • Registry
    • HKCU\Software\Apple Computer, Inc.\iTunes
    • HKCU\Software\Microsoft\Office\Outlook\Addins\iTunesAddIn.CalendarHelper

Raw Plugin (XML) Code: iTunes.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{A22B87EB-5B30-4FC3-AEC1-C6162817B3A9}</id>
  <!--Program name-->
  <name>iTunes</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>10.0</minversion>
  <maxversion>10.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="mymusic" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\My Music</variable>
    <variable name="path" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A3EA7539DE2B8314BBB9504653C2F3A0\InstallProperties\InstallLocation</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="iTunes Music" type="folder">
      <folder>#mymusic#\iTunes</folder>
    </source>
    <source name="Configuration" type="folder">
      <folder>%programfiles%\iTunes\CD Configuration</folder>
    </source>
    <source name="Preferences" type="folder">
      <folder>C:\Documents and Settings\%username%\Application Data\Apple Computer\iTunes</folder>
    </source>
    <source name="Mozilla plugins" type="folder">
      <folder>%programfiles%\iTunes\Mozilla Plugins</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Apple Computer, Inc.\iTunes" recursive="true"/>
      <registry path="HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\iTunesAddIn.CalendarHelper"/>
    </source>
  </sources>
</b4asource>