Re: [Bacula-users] backup of catalog fails

2016-04-08 Thread Wanderlei Huttel
Hello Jasper Probably in your JobDefs you've set default client as Windows client. And in Catalog Job you didn't define any client, in this case Bacula use default from JobDefs. Is necessary to define a client in every Job. Best Regards *Wanderlei Hüttel* http://www.huttel.com.br 2016-04-08 9:4

[Bacula-users] backup of catalog fails

2016-04-08 Thread Jasper Orschulko
Hello there. I have a problem regarding the catalog backup. The normal client backup works like a charm though. Any form of help would be highly appreciated! I'm struggling a bit since I'm new to bacula. Client is a Windows 2012 Server Backup Server is a Debian 8 Server. Is a backup of the catalo

Re: [Bacula-users] Backup of catalog

2011-02-11 Thread Dan Langille
On Fri, February 11, 2011 8:24 am, Valerio Pachera wrote: > 2011/2/11 Jeremy Maes : >>> no there are scripts called make_catalog_backup for example >>> RunBeforeJob = "/usr/lib/bacula/make_catalog_backup bacula bacula" > ... > RunBeforeJob = "/usr/lib/bacula/make_catalog_backup bacula bacula" >

Re: [Bacula-users] Backup of catalog

2011-02-11 Thread Valerio Pachera
2011/2/11 Jeremy Maes : >> no there are scripts called make_catalog_backup for example RunBeforeJob = >> "/usr/lib/bacula/make_catalog_backup bacula bacula" ... RunBeforeJob = "/usr/lib/bacula/make_catalog_backup bacula bacula" RunAfterJob = "/usr/lib/bacula/delete_catalog_backup" Max Wait

Re: [Bacula-users] Backup of catalog

2011-02-11 Thread Jeremy Maes
Op 11/02/2011 10:10, J. Echter schreef: > Am 11.02.2011 09:47, schrieb Valerio Pachera: >> Hi, I'm using bacula 5.0.2 on debian lenny. >> I have this directort definition >> >> Director {# define myself >> Name = control-station-director >> DIRport = 9101

Re: [Bacula-users] Backup of catalog

2011-02-11 Thread J. Echter
Am 11.02.2011 09:47, schrieb Valerio Pachera: > Hi, I'm using bacula 5.0.2 on debian lenny. > I have this directort definition > > Director {# define myself > Name = control-station-director > DIRport = 9101# where we listen for UA connections

[Bacula-users] Backup of catalog

2011-02-11 Thread Valerio Pachera
Hi, I'm using bacula 5.0.2 on debian lenny. I have this directort definition Director {# define myself Name = control-station-director DIRport = 9101# where we listen for UA connections QueryFile = "/etc/bacula/scripts/query.sql"