Recording System Configuration
As a part of the backup process, you must record the system information of your machine and store this information to a configuration file. When you perform data recovery using the recovery image, you will need the recorded configuration along with the file-level backup created with Veeam Agent for IBM AIX.
|
The configuration file that you use to restore your machine must contain up-to-date information about the backed-up system configuration. Thus, you must record the system configuration every time the system configuration of your machine changes. For example:
|
To record system configuration, use a command with the following syntax:
veeamcfg [--output <file.xml>] [--log_level <log_level>] [--log_file <logfile.log>] |
The command has the following options:
Option | Required | Description |
--output | No | Specifies a path to an XML file containing machine configuration. The default path is /VEEAMCFG/disrec.xml. |
--log_level | No | Specifies the logging level. The following values are available:
The default value is 2. |
-log_file | No | Specifies a path to the log file. The default location of the log file is /var/log/veeam/veeamcfg.log. |
Examples
The following example displays a command to save the machine configuration to the default configuration file (/VEEAMCFG/disrec.xml).
veeamcfg |
The following example displays a command to save the machine configuration to a configuration file in the mounted NFS directory.
mkdrcd --output /mnt/veeam/machine01.xml |