Re: [Bacula-users] bare metal bacula server recovery

2017-01-26 Thread Radosław Korzeniewski
Hello, The correct way of planing bare bacula server recovery is to restore all config files (it is a must) and a catalog data from the catalog backup (optional). If you do not have a catalog backup then you can use bscan as mentioned by Josip (alternative). Catalog recovery from catalog backup in

Re: [Bacula-users] bare metal bacula server recovery

2017-01-25 Thread Josip Deanovic
On Thursday 2017-01-26 11:34:45 Thing wrote: > So I would like to take my volumes that I have backed up and copy them > to a gluster NAS in a remote location. > > Assuming I have a bare system with a clean bacula running but an empty > mysql database instance, how do I import the volumes into bacu

[Bacula-users] bare metal bacula server recovery

2017-01-25 Thread Thing
So I would like to take my volumes that I have backed up and copy them to a gluster NAS in a remote location. Assuming I have a bare system with a clean bacula running but an empty mysql database instance, how do I import the volumes into bacula? (I assume then a recover off them is easy?) Kind o