Re: [Bacula-users] undefined references to init_msg and d_msg

2015-07-03 Thread Kern Sibbald
Hello, You seem to have a somewhat old set of configure options, and some that are not needed and could possibly (unlikely) cause problems. >From my point of view, you should not have any of the following options: - --libdir - --enable-bwx-console - --with-x These days, SQLite3 is no longer rea

Re: [Bacula-users] Not working encryption

2015-07-03 Thread Ana Emília M . Arruda
You´re welcome Jakubek :-) On Fri, Jul 3, 2015 at 12:11 PM, Jakubek Jakub wrote: > On 07/03/2015 04:43 PM, Ana Emília M. Arruda wrote: > > ​The idea is that bacula-dir do not have access to unencrypted contents. > > But it must work for restores. The data will be unencrypted at client > > side.

Re: [Bacula-users] Not working encryption

2015-07-03 Thread Jakubek Jakub
Hi Marcin, All is clear. I was naive and thought that director is responsible for decryption and without master key file daemon will be not able to decrypt anything. I was wrong. Master can be used in emergency if we lost client cert&key. Thanks again! BR On 07/03/2015 05:21 PM, Marcin Haba wrot

Re: [Bacula-users] Not working encryption

2015-07-03 Thread Marcin Haba
Hello Jakubek, Data encryption in Bacula takes place on FileDaemon side, not on Storage Daemon side, and it is configured from FileDaemon side. Data is sent to Storage Daemon already encrypted by FileDaemon during backup, and during restore data is recieved from Storage Daemon to FileDaemon in en

Re: [Bacula-users] Not working encryption

2015-07-03 Thread Jakubek Jakub
On 07/03/2015 04:43 PM, Ana Emília M. Arruda wrote: > ​The idea is that bacula-dir do not have access to unencrypted contents. > But it must work for restores. The data will be unencrypted at client > side. So IMHO this is working as expected. My bad, apparently I misunderstood manual. Thanks :-)

Re: [Bacula-users] Not working encryption

2015-07-03 Thread Ana Emília M . Arruda
Hello Jakubek, On Fri, Jul 3, 2015 at 11:07 AM, Jakubek Jakub wrote: > Hi, > I'm trying to configure Bacula with FD encryption. I started with > http://www.bacula.com.br/manual/Data_Encryption.html but it doesn't work. > > My environment: > bacula-dir on FreeBSD Version: 7.0.4 (04 June 2014) > b

[Bacula-users] Not working encryption

2015-07-03 Thread Jakubek Jakub
Hi, I'm trying to configure Bacula with FD encryption. I started with http://www.bacula.com.br/manual/Data_Encryption.html but it doesn't work. My environment: bacula-dir on FreeBSD Version: 7.0.4 (04 June 2014) bacula-fd on Debian Version: 5.2.6 (21 February 2012) Configuration FD, at this momen

Re: [Bacula-users] Why it takes so much to "Building directory tree"

2015-07-03 Thread Heitor Faria
> I am bigginer of bacula, and I had tried restore on following condition. > +---+---+--+---+-++ > | JobId | Level | JobFiles | JobBytes | StartTime | VolumeName| > +---+---+--+---+--

[Bacula-users] undefined references to init_msg and d_msg

2015-07-03 Thread Ingo Janetzki
Hi Wanderlei, I´m using the recent versions of my distribution, libqt4-4.8.5-5.17.1.x86_64 and gcc-4.8-2.1.2.x86_64. By the way, I also tried the flag --with-gnu-ld, but without success. Any other ideas? Best regards, Ingo --

[Bacula-users] undefined references to init_msg and d_msg

2015-07-03 Thread Ingo Janetzki
Hi folkes, first, hello to all since I just subscribed a few minutes ago. After several years of using bacula, I decided that it is time to upgrade from my bacula 5.2.13 to the current 7.0.5 on my system with opensuse 13.1. So, I cloned the git repository and used my standard set of configuratio

Re: [Bacula-users] Why it takes so much to "Building directory tree"

2015-07-03 Thread Radosław Korzeniewski
Hello, 2015-07-03 7:11 GMT+02:00 f-otake : > I am bigginer of bacula, and I had tried restore on following condition. > > +---+---+--+---+-++ > | JobId | Level | JobFiles | JobBytes | StartTime | VolumeName| > +---+--