Hi @thcjusz,
It looks that you do not use Bacularis, but Baculum. This is different web interface from Bacularis. I encourage to install Bacularis 🙂 It is much more modern and dynamically developed.
For your Bacula and restore, you can try the following two commands in Bconsole:
.bvfs_get_jobids jobid=BACKUP_JOBID_TO_RESTORE
XXXXX,YYYYY,ZZZZZ
.bvfs_update jobid=XXXXX,YYYYY,ZZZZZ
Where:
BACKUP_JOBID_TO_RESTORE - jobid to restore
XXXXX,YYYYY,ZZZZZ - output jobids from .bvfs_get_jobids
For example for jobid 56112:
.bvfs_get_jobids jobid=56112
56003,56081,56112
.bvfs_update jobid=56003,56081,56112
And then on the web interface go to this jobid BACKUP_JOBID_TO_RESTORE and try restore.
Thanks in advance for sharing us your feedback.
Best regards,
Marcin Haba (gani)