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:
veeamconfig backup import --path <path> |
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:
veeamconfig session log --id <session_id> |
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:
veeamconfig backup list |
For example:
user@srv01:~$ veeamconfig backup list |
You can import an encrypted backup created by Veeam Agent for Oracle Solaris into the Veeam Agent database. This operation is required if you want to restore data from an encrypted backup created by Veeam Agent for Oracle Solaris running on another machine. Note that you cannot import backups that reside in a Veeam Backup & Replication repository.
To import an encrypted backup:
- Start the import process with the following command:
veeamconfig backup import --path <path> |
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/srv15\ Backup/Backup.vbm |
- Veeam Agent for Oracle Solaris will prompt you to provide a password for the backup file. Type in the password and press [Enter] to import the backup.
Veeam Agent for Oracle Solaris displays a hint for the password that was used to encrypt the backup file. Use the hint to recall the password.
If you enter the correct password, Veeam Agent for Oracle Solaris will decrypt the backup file and import it into the database.
If you do not enter the password, Veeam Agent will import the backup in the database but will not decrypt the backup file. In this case, because no password is stored in the Veeam Agent database, you will need to provide the password later, when you mount the backup or restore point during file-level restore.
user@srv01:~$ veeamconfig backup import --path /home/share/srv15\ Backup/Backup.vbm |
- 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@srv01:~$ veeamconfig backup list |