Importing Backups
You can import a backup created by Veeam Agent for Oracle Solaris into the Veeam Agent database. For example, you may want to import a previously deleted backup or backup that was created in a network shared folder by Veeam Agent for Oracle Solaris installed on another machine. 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> is a path to the VBM file of the backup that you want to import.
For example:
user@srv01:~$ 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:
where <session_id> is an ID of the import session.
For example:
user@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:
user@srv01:~$ veeamconfig backup list |
To import an encrypted backup:
where <path> is a path to the VBM file of the backup that you want to import.
user@srv01:~$ veeamconfig backup import --path /home/share/srv15\ Backup/Backup.vbm |
user@srv01:~$ veeamconfig backup list |