Re: [Bacula-users] Bacula

2016-07-15 Thread Andre Rossouw
Hi, I had to add the "Maximum Console Connections" directive under the the director configuration: Director { Name = server-dir DIRport = 9101 QueryFile = "/etc/bacula/scripts/query.sql" WorkingDirectory = "/var/lib/bacula" PidDirectory = "/var/run/bacula" Maximum Concurrent Jobs = 1

Re: [Bacula-users] Bacula

2016-07-15 Thread Andrea Venturoli
On 07/15/16 15:47, endothes wrote: > I've included pictures of all my config files along with an error as to why I > think Bconsole wont start. Really, are you expecting anyone to read *pictures* in order to help you? Why you cannot copy and paste text??? bye ---

Re: [Bacula-users] Bacula

2016-07-15 Thread Heitor Faria
Hello, Trothenberg, I'm out of PC right now but perhaps you can find the solution following those steps: http://bacula.us/bacula-troubleshooting/ Regards, === Heitor Medrado de Faria  - LPIC-III | ITIL-F |  Bacula Systems Certif

Re: [Bacula-users] Bacula

2016-07-15 Thread Gary Dale
Bacula-fd and -sd run as services. Did you try service bacula-fd start ? On 15/07/16 09:47 AM, endothes wrote: > Good morning everyone. I am having a lot of difficulties installing bacula. > version 7.0.5 on ubuntu > > I've installed Mysql server, I've installed bacula, but I can't get Bcon

[Bacula-users] Bacula

2016-07-15 Thread endothes
Good morning everyone. I am having a lot of difficulties installing bacula. version 7.0.5 on ubuntu I've installed Mysql server, I've installed bacula, but I can't get Bconsole to work. I'm stuck and any advice would be appreciated as to why Bconsole won't start. I've included pictures of al

Re: [Bacula-users] VirtualFull backup incorrect Level

2016-07-15 Thread Eric Bollengier
Hello, On 07/15/2016 01:19 PM, Wanderlei Huttel wrote: > Hello Eric > > Thanks for response, but I was looking in src/jcr.h .code and I found > this below, so I thought bacula should save the correct Level code. > > /* Backup/Verify level code. These are stored in the DB */ > #define L_FULL

Re: [Bacula-users] VirtualFull backup incorrect Level

2016-07-15 Thread Wanderlei Huttel
Hello Eric Thanks for response, but I was looking in src/jcr.h .code and I found this below, so I thought bacula should save the correct Level code. /* Backup/Verify level code. These are stored in the DB */ #define L_FULL 'F' /* Full backup */ #define L_INCREMENTAL

Re: [Bacula-users] VirtualFull backup incorrect Level

2016-07-15 Thread Radosław Korzeniewski
Hello, 2016-07-14 20:33 GMT+02:00 Wanderlei Huttel : > I've made some tests to check how it works VirtualFull backup, and it > looks worked fine, but the level of backup was saved in the database with > "F" (Full) not "f" (Virtual Full). > > I'm running Bacula 7.4.2 > > Is this correct? > > Yes,