Re: [Bacula-users] Re: Bitrate problems using Bacula

2005-09-05 Thread Arno Lehmann
Hello, Romain wrote: Spooling is when you copy data from the client(s) to a scratch disk area on your Bacula server, then copy from there to your storage device. It's primary purposes are: (1) to allow client backups to finish quickly if the backup rate is limited by a relatively slow tape or o

[Bacula-users] Re: Bitrate problems using Bacula

2005-09-05 Thread Romain
> Spooling is when you copy data from the client(s) to a scratch disk area > on your Bacula server, then copy from there to your storage device. > It's primary purposes are: > (1) to allow client backups to finish quickly if the backup rate is > limited by a relatively slow tape or other slow sto

Re: [Bacula-users] Re: Bitrate problems using Bacula

2005-08-31 Thread Phil Stracchino
Romain wrote: >>What back-end database are you using? As Kern has already pointed out >>to at least one other user today, sqlite -- particularly sqlite 3 -- can >>be VERY slow indeed. > > > The database i am using is Mysql. I'll try to see if insertion of file > attributes is really the bottlene

Re: [Bacula-users] Re: Bitrate problems using Bacula

2005-08-31 Thread Arno Lehmann
Hi, Romain wrote: I have 1 more question : What is Arno calling "spooling" ?? :-) See http://www.bacula.org/rel-manual/Data_Spooling.html In general, spooling means to store data before further processing it. Arno Many thanks for your helps !! Romain -

[Bacula-users] Re: Bitrate problems using Bacula

2005-08-31 Thread Romain
> What back-end database are you using? As Kern has already pointed out > to at least one other user today, sqlite -- particularly sqlite 3 -- can > be VERY slow indeed. The database i am using is Mysql. I'll try to see if insertion of file attributes is really the bottleneck. In that case what