
Importing Configuration Database
You import the Veeam Agent for Linux configuration from a file in the XML format to the configuration database. This may be useful, for example, if you have changed Veeam Agent for Linux settings by editing a configuration file or want to apply configuration of another instance of Veeam Agent for Linux to Veeam Agent for Linux installed on your computer.
|
Veeam Agent for Linux 2.0 does not support import of XML configuration files generated by earlier versions of Veeam Agent for Linux. |
To import the Veeam Agent for Linux configuration database, use the following command:
veeamconfig config import --file <path> |
where:
<path> — path to a configuration file from which you want to import the configuration database.
For example:
user@srv01:~$ veeamconfig config import --file veeam/config.xml |