Input and Output XML Files
To export and import data from/to Veeam Agent for Microsoft Windows, Veeam Agent Configurator uses XML files. Veeam Agent Configurator operates with two types of files:
- Output XML files contain the current application settings backup job configuration and statistics information exported from Veeam Agent for Microsoft Windows.
- Input XML files contain application settings and backup job configuration that must be set up in Veeam Agent for Microsoft Windows.
The default location for output and input XML files is the C:\ProgramData\Veeam\Endpoint\!Configuration\ folder on the machine where Veeam Agent for Microsoft Windows is installed. You can also choose a different location to store output and input XML files. To learn more, see Export and Import.
|
<?xml version="1.0" encoding="UTF-8"?> |
Special Characters in XML
Some characters have a special meaning in the XML syntax and are reserved for internal purposes. You cannot use these characters to describe property values in the input XML file. If you use these characters in property values, Veeam Agent Configurator will not be able to parse the input XML file and will report an error in the results of command execution.
If you need to specify one of these characters in property values, you must replace it with the appropriate string.
|
Character |
Character Replacement |
|---|---|
|
< |
< |
|
> |
> |
|
& |
& |
|
' |
' |
|
" |
" |