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).

<?xml version="1.0" encoding="UTF-8"?>
<ExecutionResult Version="13.0.1.120">
 <Data>
   <JobInfo CryptType="10" CryptId="00000000-0000-0000-0000-000000000000" ConfigId="30313e5d-1d66-49ac-8365-5195d40502ab" JobName="Backup to Objest Storage" JobDesc="Created by WSRV002\Administrator at 11/18/2025 12:53 PM." PolicyJobName="" JobMode="2" IsDisabledByPolicy="False">
     <SourceInfo>
       <EpDiskFilter BackupMode="2" BackupSystemState="False" BackupUserFolders="True" PartialConfig="False" BackupAllUsbDrives="False" ExcludeSystemState="False" ExcludeOneDriveFolders="False">
         <IncludeMasks />
         <ExcludeMasks />
         <UserProfilesBackupOptions SelectedFolderTypes="127" SelectedSpecialFolders="1" ExcludeRoamingProfiles="True" ExcludeTemporaryProfiles="False" ExcludeCorruptedProfiles="False" />
       </EpDiskFilter>
     </SourceInfo>
     <TargetInfo Type="6" CloudType="1" Region="eu-west-3" BucketName="bckt-immutable" FolderName="tw_vaw" StorageClass="0" VersioningEnabled="False">
       <AccessKeys UserName="QUtJQVk0WldPVTRXSFdYWU1JNVg=" Password="Enter the password here" />
     </TargetInfo>
     <StorageInfo CompressionLevel="5" BlockSize="3">
       <Encryption Enabled="False" />
     </StorageInfo>
     <RetentionInfo RetentionType="1" RestorePointsCount="7" />
     <ImmutabilityInfo ImmutabilityEnabled="True" ImmutabilityPeriod="30" ImmutabilityMode="0" />
     <CacheInfo Enabled="False" />
     <GuestInfo>
       <Applications Enabled="True" ProcessTransactionLogs="True">
         <Credentials UserName="" Password="" />
         <Sql Mode="1">
           <Credentials UserName="" Password="" />
           <Backup Enabled="False" Expirable="True" BackupMinutes="15" ExpireDays="15" />
         </Sql>
         <Oracle Mode="0" LifetimeHours="24" SizeGB="10" AccountType="0">
           <Credentials UserName="" Password="" />
           <Backup Enabled="False" Expirable="True" BackupMinutes="15" ExpireDays="15" />
         </Oracle>
         <SharePoint>
           <Credentials UserName="" Password="" />
         </SharePoint>
         <Script Mode="0" PreFreezePath="" PostThawPath="">
           <Credentials UserName="" Password="" />
         </Script>
       </Applications>
       <Indexing Enabled="False" Type="3">
         <IncludedFolders />
         <ExcludedFolders>
           <String value="%windir%" />
           <String value="%ProgramFiles%" />
           <String value="%ProgramFiles(x86)%" />
           <String value="%ProgramW6432%" />
           <String value="%TEMP%" />
         </ExcludedFolders>
       </Indexing>
     </GuestInfo>
     <ScheduleInfo RunManually="True" ResumeMissedBackup="False" EjectRemovableStorageOnceBackupIsCompleted="False" AtLogOff="False" AtLock="False" AtStorageAttach="False" UseBackupWindow="False" Version="1" LimitBackupsFrequency="False" CompletionMode="0" Type="1">
       <DailyInfo Time="11/18/2025 00:30:00" Kind="0" Days="Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday" />
       <SyntheticFull Enabled="False" />
       <ActiveFull Enabled="True" Kind="0">
         <DailyInfo Days="Saturday" />
       </ActiveFull>
       <HealthCheck Enabled="False" />
       <HealthCheckOptions EnableSimpleObjectStorageRecheck="False" />
       <Compact Enabled="False" />
       <RetryInfo Enabled="True" Times="3" TimeoutMinutes="10" />
     </ScheduleInfo>
     <GfsPolicyInfo>
       <GfsPolicy IsEnabled="True">
         <GfsWeeklyPolicy IsEnabled="True" NumberOfWeeks="1" BeginTimeUtc="11/18/2025 12:25:31" DesiredTime="0" />
         <GfsMonthlyPolicy IsEnabled="True" NumberOfMonths="1" BeginTimeUtc="11/18/2025 12:25:31" DesiredTime="1" />
         <GfsYearlyPolicy IsEnabled="False" NumberOfYears="1" BeginTimeUtc="01/01/0001 00:00:00" DesiredTime="1" />
       </GfsPolicy>
     </GfsPolicyInfo>
     <StatisticsInfo AverageDuration="00:00:00" TotalSize="0" LastPointSize="0" />
   <ApplicationSettings CryptType="10" CryptId="00000000-0000-0000-0000-000000000000" CheckUpdates="True" DisableScheduledBackups="False" DisableControlPanelNotification="False" ThrottleBackupActivity="True" ShowBackupDuration="False" DisableWakeupTimers="False" LockDownMode="False" ServiceProviderMode="False" LastCheckForUpdates="11/18/2025 13:07:30" LogoText="Veeam Agent" EnableUserFlr="False">
     <Throttling LimitBandwith="False" SpeedLimit="1" SpeedUnit="2" DisableBackupOverMeteredConnection="True" RestrictVPNConnections="False" RestrictWiFiNetworks="False" />
   </ApplicationSettings>
 </Data>
 <AmMessages />
</ExecutionResult>

 

 

Page updated 11/28/2025

Page content applies to build 13.0.1.120