Importing Backup File
When you perform bare metal recovery, you can restore data from an imported backup file created by Veeam Agent for IBM AIX. To do this, you first mount the backup storage, then import the backup file into the Veeam Agent database. You cannot import backups that reside in a Veeam Backup & Replication repository.
To import a backup:
- Start the import process with the following command:
where <path> — path to the VBM file of the backup that you want to import.
For example:
root@srv01:/# veeamconfig backup import --path /mnt/backup/BackupJob.vbm |
- You can monitor the import process and result by viewing the import session log with the following command:
where <session_id> — ID of the import session.
For example:
root@srv01:/# veeamconfig session log --id 4031f058-766c-4f2c-a7ae-7257adb2929f |
- Imported backup will be displayed in the list of backups. To view the list of backups, use the following command:
For example:
root@srv01:/# veeamconfig backup list |
- During bare metal recovery if you want to restore data from any encrypted backup file.
- During standard file-level restore if you want to restore data from an encrypted backup file created by Veeam Agent on another machine.
|
You cannot import backups that reside in a repository managed by Veeam backup server. |
To import an encrypted backup:
where <path> is a path to the VBM file of the backup that you want to import.
root@srv01:/# veeamconfig backup import --path /home/share/srv15\ Backup/Backup.vbm |
root@srv01:/# veeamconfig backup list |