I have Veeam Agent for Linux freshly installed for a test. I made a new VM in ESXi, put a webpage on it, and installed VAL from the repo as prescribed in the documentation.
I then set up an encrypted backup job to an SMB share on a QNAP on the subnet and successfully backed up to it.
I then down that VM, created a new VM, and using the restore media image restored the backup to the new machine. Tested the webpage: perfect.
Problem
The backups on this restored VM are failing. If I open veeam
Code: Select all
sudo veeam
Code: Select all
Time Action Duration
12:35:35 Job BackupJob start at 2018-01-31 12:35:35 UTC
12:35:36 Preparing to backup
12:35:36 Creating volume snapshot 00:00:00
13:29:34 [error] Job failed unexpectedly
If I attempt to run the job again (S) from the menu, it fails with these details:
Code: Select all
Time Action Duration
13:58:13 Job BackupJob start at 2018-01-31 13:58:13 UTC
13:58:14 [error] Failed to perform backup
13:58:14 [error] Unable to decrypt password for qnap/serverbackups...
13:58:14 [error] Failed to check repository Repository_1 {254dd180-4...
13:58:14 [error] Processing finished with errors at 2018-08-31 13:58...
What's going wrong here?
Regards,
Adam