Previous Topic: Manifest Log OptionsNext Topic: Manifest Log Details


Manifest Log Example

The following is an abbreviated example of a Manifest log of a destination machine for a deferred migration:

- <DNAManifest>
   - <DNAHeader>
    <User>Domain or Active Directory\User Name</User> 
    <TemplateFile>Path and name of the template file</TemplateFile> 
    <StartTime>Date and time the migration is started</StartTime> 
    <DNAFile>Path and name of the DNA file in a deferred migration. Not captured for a real time migration</DNAFile> 
    <StopTime>Date and time the migration is complete</StopTime> 
    <TotalAmountMigrated>Total bytes migrated</TotalAmountMigrated> 
  </DNAHeader>
- <MigratedOptions>
  - <Option Name="All user profiles on source machine">
   - This section will detail, in a hierarchy, the options selected for migration such as which users, system settings, and applications settings were selected. 
    </Option>
   </MigratedOptions>
- <MigratedDNA>
  - This section will detail each type of DNA migrated. There are two DNA types: Registry Value and File. This example is for a destination machine, and shows a source and destination path for each DNA type. For a source migration, only the source path is captured.  
   <DNA Type="RegistryValue">
     <SourcePath>Source path for the registry value</SourcePath> 
     <DestinationPath>Path and file name for the destination</DestinationPath> 
   </DNA>
  - <DNA Type="File">
      <SourcePath>Source path for the migrated file</SourcePath> 
      <Size>File size</Size> 
      <DestinationPath>Destination path for the migrated file</DestinationPath> 
   </DNA>
  </MigratedDNA>
 </DNAManifest>