Importing Backups in Command Line Interface
To import a backup using the command line interface:
- Start the import process with the following command:
veeamconfig backup import --path <path> |
where:
<path> — path to the VBM file of the backup that you want to import.
For example:
user@wrk01:~$ veeamconfig backup import --path /home/share/BackupJob/BackupJob.vbm |
- You can monitor the import process and result by viewing the import session log with the following command:
veeamconfig session log --id <session_id> |
where:
<session_id> — ID of the import session.
For example:
user@wrk01:~$ 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:
veeamconfig backup list |
For example:
user@wrk01:~$ veeamconfig backup list |