[Bacula-users] Problems compiling on HPUX, with fix

2015-10-05 Thread bambuler
Good evening. I have applied your fix to latest version 7.2.0 and work for compile libs but then give this error Compiling attribs.c attribs.c: In function 'bool set_mod_own_time(JCR*, BFILE*, ATTR*)': attribs.c:129: error: 'lchmod' was not declared in this scope *** Codice di uscita errore 1 +--

Re: [Bacula-users] 7.2 mysql issue?

2015-10-05 Thread Phil Stracchino
On 10/05/15 13:32, Stephen Thompson wrote: > show indexes from File; OK, you have all of the important indexes I have. I actually have one more but it's redundant and should probably be dropped. -- Phil Stracchino Babylon Communications ph...@caerllewys.net p...@co.ordinate.org Lan

Re: [Bacula-users] 7.2 mysql issue?

2015-10-05 Thread Stephen Thompson
mysql> show indexes from File; +---++--+--+-+---+-+--++--++-+ | Table | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type

Re: [Bacula-users] Question about bacula and tls

2015-10-05 Thread Egoitz Aurrekoetxea
Thank you so much to all of you :) :) > El 2 oct 2015, a las 12:54, Josh Fisher escribió: > > > > On 10/2/2015 2:47 AM, Egoitz Aurrekoetxea wrote: >> Good morning mates, >> >> Apologies for my very very late response…. >> >> Just one question for confirming, in Josh’s third point, when sais

Re: [Bacula-users] 7.2 mysql issue?

2015-10-05 Thread Stephen Thompson
Nevermind about question concerning Snapshot table. I see what happened there. On 10/05/2015 10:17 AM, Stephen Thompson wrote: > > Eric, > > Thanks for the reply. > > I've heard the postgres recommendation a fair number of times. A couple > years back, we setup a parallel instance but even af

Re: [Bacula-users] 7.2 mysql issue?

2015-10-05 Thread Stephen Thompson
Phil, Good question. I vaguely recollect doing that a few years back, but I don't immediately see any additional indexing. Where can I reference what the default indexes are supposed to be? thanks, Stephen On 10/05/2015 10:28 AM, Phil Stracchino wrote: > On 10/05/15 13:17, Stephen Thomps

Re: [Bacula-users] 7.2 mysql issue?

2015-10-05 Thread Phil Stracchino
On 10/05/15 13:17, Stephen Thompson wrote: > At any rate, the only thing that's changed was the upgrade from 7.0.5 to > 7.2.0. The table involved is definitely the File table. We do have > jobs with 20-30 million records, so those jobs can be slow when it comes > time for attribute insertion i

Re: [Bacula-users] 7.2 mysql issue?

2015-10-05 Thread Stephen Thompson
Eric, Thanks for the reply. I've heard the postgres recommendation a fair number of times. A couple years back, we setup a parallel instance but even after tuning still wound up with _worse_ performance than with mysql. I could not figure out what to attribute this to (because it was in suc

[Bacula-users] backing up to a western digital my book over ethernet -- best practices?

2015-10-05 Thread mayak
hi all, if possible, i'd like to configure the storage daemon to store backup data on a western digital my book. i understand that the bacula-fd can be compiled and run on the device (older threads) -- is that the best method, or is mounting the devices over nfs the preferred method? many tha

Re: [Bacula-users] Message resource when copying jobs

2015-10-05 Thread Christoph Litauer
Hello Ana, thanks for your response. No, I defined three CopyJobs (Full, Diff and Incremental). All of them have Message = "TapeCopy": Job { Name = "CopyFull" Type = Copy Messages = TapeCopy Pool = Full Selection Type = PoolUncopiedJobs Priority = 10 Schedule = Weekdays Max Star

[Bacula-users] I can't restore a backup

2015-10-05 Thread Personal Técnico
Hello, After running OK a backup, "bat" application doesn't allow me to run a "restore". From "bRestore" menu option, I can select client and job, but after dragging down the folder, I can't do nothing more... If I try run the restore from "RestoreFiles" job name, I get error "Level "" not val

[Bacula-users] BAT hang

2015-10-05 Thread Phil Stracchino
I am seeing BAT 7.2.0 consistently hanging after executing a "purge volume" command. [Please excuse the previous mis-sent message.) -- Phil Stracchino Babylon Communications ph...@caerllewys.net p...@co.ordinate.org Landline: 603.293.8485

Re: [Bacula-users] 7.2 mysql issue?

2015-10-05 Thread Phil Stracchino
On 10/05/15 06:54, Phil Stracchino wrote: > On 10/05/15 04:37, Josip Deanovic wrote: >> On Saturday 2015-10-03 14:32:04 Phil Stracchino wrote: >>> For what it's worth, I am running Bacula 7.2.0 against MySQL 5.6.27 and >>> I am experiencing no Bacula performance problems. >> >> Phil, what storage e

Re: [Bacula-users] 7.2 mysql issue?

2015-10-05 Thread Phil Stracchino
On 10/05/15 04:37, Josip Deanovic wrote: > On Saturday 2015-10-03 14:32:04 Phil Stracchino wrote: >> For what it's worth, I am running Bacula 7.2.0 against MySQL 5.6.27 and >> I am experiencing no Bacula performance problems. > > Phil, what storage engine are you using, myisam or innodb? > Stephen

Re: [Bacula-users] 7.2 mysql issue?

2015-10-05 Thread Josip Deanovic
On Saturday 2015-10-03 14:32:04 Phil Stracchino wrote: > For what it's worth, I am running Bacula 7.2.0 against MySQL 5.6.27 and > I am experiencing no Bacula performance problems. Phil, what storage engine are you using, myisam or innodb? Stephen is using innodb. This might be the important dif