This is an archive version of the document. To get the most up-to-date information, see the current version.

XML File Structure

The XML file contains three sections:

  • Backup job settings — backup job configuration. You can use this section to modify backup job settings such as backup type, backup target, scheduling settings and so on.
  • Application settings — general Veeam Agent for Microsoft Windows settings specified at the application level. You can use this section to disable or enable backup over metered connections, throttle backup activities and so on.
  • Statistics information — statistics information about the backup job performance.

The XML file has the following structure:

XML File Structure

1 Weekday is a parameter name placeholder that must be replaced by the weekday name (for example, Sunday).

<ExecutionResult>
 <JobInfo ConfigId='f5bb9cd2-9b7d-4bb3-9c72-435cec24420c' JobDesc='Weekly backup job by VMWIN2\Administrator' JobName='Backup Job' CryptType="10">
      <SourceInfo>
        <EpDiskFilter BackupUserFolders="True" BackupSystemState="False" BackupMode="2">
          <Drive FilterType="1">
           <VolumeOrPartitionId MountPoint="C:\" Type="1"/>-<IncludeFolders>
             <String value="C:\Users"/>
           </IncludeFolders><ExcludeFolders/>
         </Drive><IncludeMasks/><ExcludeMasks/>
       </EpDiskFilter>
     </SourceInfo>-<TargetInfo Type="3" RemoteRepositoryName="Default Backup Repository" ServerPort="10001" ServerName="srv06.tech.local">
       <ServerCredentials Password="UGFzc3dvcmQ=" UserName="c3J2MDZcQWRtaW5pc3RyYXRvcg=="/>
     </TargetInfo>-<StorageInfo BlockSize="3" CompressionLevel="5">
       <Encryption Enabled="False"/>
     </StorageInfo><RetentionInfo RestorePointsCount="14"/><CacheInfo Enabled="False"/>
     <GuestInfo>
       <Applications Enabled="False" ProcessTransactionLogs="True"/>
        <Indexing Type="3" Enabled="False">
           <IncludedFolders/>-<ExcludedFolders>
             <String value="%windir%"/>
             <String value="%ProgramFiles%"/>
             <String value="%ProgramFiles(x86)%"/>
             <String value="%ProgramW6432%"/>
             <String value="%TEMP%"/>
           </ExcludedFolders>
         </Indexing>
     </GuestInfo>-<ScheduleInfo Version="1" Type="1" FrequencyTimeUnit="1" CompletionMode="0" MaxBackupsFrequency="2" LimitBackupsFrequency="True" UseBackupWindow="False" AtStorageAttach="False" AtLock="False" AtLogOff="False" EjectRemovableStorageOnceBackupIsCompleted="False" ResumeMissedBackup="False" RunManually="True">
       <DailyInfo Days="Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday" Kind="0" Time="04/12/2017 00:30:00"/>
       <SyntheticFull Enabled="False"/>
       <ActiveFull Enabled="False"/>
       <RetryInfo Enabled="True" TimeoutMinutes="10" Times="3"/>
     </ScheduleInfo>
   </JobInfo>
  <ApplicationSettings LogoText="Veeam Agent" LastCheckForUpdates="04/12/2017 01:31:07" ServiceProviderMode="False" LockDownMode="False" DisableBackupOverMeteredConnection="True" ShowBackupDuration="False" ThrottleBackupActivity="True" DisableControlPanelNotification="True" DisableScheduledBackups="False" CheckUpdates="True" CryptType="10"/>
</ExecutionResult>