[Bacula-users] Bacula causing high disk-io on clients

2015-06-25 Thread SPQR
Hi there :-) I mentioned, that bacula-client causes a high disk-io on the systems, which are handled on daily backup tasks. Is it possible to use something like ionice to avoid this behavior? Thanks in advance :-) +-- |This wa

Re: [Bacula-users] Bacula causing high disk-io on clients

2015-06-25 Thread Alan Brown
On 25/06/15 12:11, SPQR wrote: > I mentioned, that bacula-client causes a high disk-io on the systems, which > are handled on daily backup tasks. Um What did you expect from something which is spinning through every directory and file on the disk? > Is it possible to use something like io

[Bacula-users] Bacula causing high disk-io on clients

2015-06-25 Thread SPQR
Hi Alan, Wow, this was really fast :-) Thanks for your answer. of course I know, that this is a io-consuming-process, but the load is really too high. Other tasks that are done by the system (log rotation, ...) are not working correctly and once the server crashed bc. of this high load. Would

Re: [Bacula-users] Bacula causing high disk-io on clients

2015-06-25 Thread Alan Brown
On 25/06/15 12:46, SPQR wrote: > Hi Alan, > > Wow, this was really fast :-) Thanks for your answer. > > of course I know, that this is a io-consuming-process, but the load is really > too high. Other tasks that are done by the system (log rotation, ...) are not > working correctly and once the se

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Rodrigo Abrantes Antunes
Citando Heitor Faria : Hi, I had a problem with space in my bacula server in May 2 so the jobs had to stay in the queue. In May 3 bacula should do a full backup but due to the space the job stayed in the queue and then failed. The next jobs starting to entering the queue too ending up in a long

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Silver Salonen
On 06/25/2015 03:05 PM, Rodrigo Abrantes Antunes wrote: > > Citando Heitor Faria mailto:hei...@bacula.com.br>>: > >> Hi, I had a problem with space in my bacula server in May 2 so >> the jobs had to stay in the queue. In May 3 bacula should do a >> full backup but due to the space the j

Re: [Bacula-users] Bacula causing high disk-io on clients

2015-06-25 Thread Heitor Faria
> Hi there :-) > > I mentioned, that bacula-client causes a high disk-io on the systems, which > are > handled on daily backup tasks. > > Is it possible to use something like ionice to avoid this behavior? If you use Bacula compression you may try to use a lower GZIP Level (e.g.: 1) or LZO. If

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Alan Brown
On 25/06/15 13:21, Silver Salonen wrote: >> But why it upgraded the other incrementals in the queue if the first >> incremental was upgraded to full? Because the algorithm is broken. It should only make that decision when the job exits the queue. I filed a bug against this a long time ago, It s

[Bacula-users] Bacula causing high disk-io on clients

2015-06-25 Thread SPQR
Hello again, at the moment I'm using compression = gzip; how can I change the level of compression? Can I just write compression = lzo without any problems? +-- |This was sent by r...@ehrenwert.it via Backup Central. |Forward S

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Silver Salonen
On 06/25/2015 03:43 PM, Alan Brown wrote: > On 25/06/15 13:21, Silver Salonen wrote: > >>> But why it upgraded the other incrementals in the queue if the first >>> incremental was upgraded to full? > > Because the algorithm is broken. It should only make that decision > when the job exits the queue

Re: [Bacula-users] Bacula causing high disk-io on clients

2015-06-25 Thread Heitor Faria
> Hello again, > > at the moment I'm using compression = gzip; how can I change the level of > compression? E.g.: compression = gzip1 > Can I just write compression = lzo without any problems? It depends if your client was built with lzo support. It's safe to test it: the worse that can happ

Re: [Bacula-users] Bacula causing high disk-io on clients

2015-06-25 Thread Alan Brown
On 25/06/15 13:47, SPQR wrote: > Hello again, > > at the moment I'm using compression = gzip; how can I change the level of > compression? > > Can I just write compression = lzo without any problems? Yes, but. If you reduce the compression level then the disk will be hit harder, which means

[Bacula-users] Bacula causing high disk-io on clients

2015-06-25 Thread SPQR
You mean the bacula client? This was downloaded from the repos (apt-get install bacula-client). Is this usually built with lzo-compression? I'd like to give it a try this night :-) +-- |This was sent by r...@ehrenwert.it via B

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Rodrigo Abrantes Antunes
Citando Silver Salonen : On 06/25/2015 03:05 PM, Rodrigo Abrantes Antunes wrote: Citando Heitor Faria : Hi, I had a problem with space in my bacula server in May 2 so the jobs had to stay in the queue. In May 3 bacula should do a full backup but due to the space the job stayed in the queue

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Thomas Lohman
> On 25/06/15 13:21, Silver Salonen wrote: > >>> But why it upgraded the other incrementals in the queue if the first >>> incremental was upgraded to full? > > Because the algorithm is broken. It should only make that decision when > the job exits the queue. > > I filed a bug against this a long ti

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Silver Salonen
On 06/25/2015 05:06 PM, Rodrigo Abrantes Antunes wrote: > > Citando Silver Salonen >: > >> On 06/25/2015 03:05 PM, Rodrigo Abrantes Antunes wrote: >> >>> Citando Heitor Faria >> >: >>> Hi, I had a problem with space in my bacul

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Thomas Lohman
>> The question now is: bacula decides if it will upgrade jobs when it >> queues the jobs or when it starts the jobs? According to the logs >> above I think it is when it starts. >> > > To my mind it's upgraded when it's queued... I hope I'm wrong :) Hi, it is done when the job is queued to run.

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Rodrigo Abrantes Antunes
Citando Thomas Lohman : The question now is: bacula decides if it will upgrade jobs when it queues the jobs or when it starts the jobs? According to the logs above I think it is when it starts. To my mind it's upgraded when it's queued... I hope I'm wrong :) Hi, it is done when the job is q

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Heitor Faria
> Citando Thomas Lohman < thom...@mtl.mit.edu >: The question now is: bacula decides if it will upgrade jobs when it queues the jobs or when it starts the jobs? According to the logs above I think it is when it starts. >>> To my mind it's upgraded when it's queued... I hope I'm wron

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Silver Salonen
On Thu, Jun 25, 2015 at 7:56 PM, Heitor Faria wrote: > Citando Thomas Lohman : > > The question now is: bacula decides if it will upgrade jobs when it > queues the jobs or when it starts the jobs? According to the logs > above I think it is when it starts. > > To my mind it's upgraded when it's q

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Thomas Lohman
> Ok, so the option "Allow Duplicate Job=no" can at least prevent multiple > full backups of the same server in a row as stated before? As others mentioned, I think it may help in your case but it may not completely solve the problem that you saw. It looks like you had 5 instances of the same j

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Bryn Hughes
On 2015-06-25 10:17 AM, Silver Salonen wrote: On Thu, Jun 25, 2015 at 7:56 PM, Heitor Faria > wrote: Citando Thomas Lohman mailto:thom...@mtl.mit.edu>>: The question now is: bacula decides if it will upgrade jobs when

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Mike Ruskai
On 6/25/2015 10:21 AM, Silver Salonen wrote: On 06/25/2015 05:06 PM, Rodrigo Abrantes Antunes wrote: Citando Silver Salonen >: On 06/25/2015 03:05 PM, Rodrigo Abrantes Antunes wrote: Citando Heitor Faria : Hi, I had a problem with space in my bacula s

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Silver Salonen
On Thu, Jun 25, 2015 at 8:57 PM, Mike Ruskai wrote: > On 6/25/2015 10:21 AM, Silver Salonen wrote: > > On 06/25/2015 05:06 PM, Rodrigo Abrantes Antunes wrote: > > Citando Silver Salonen : > > On 06/25/2015 03:05 PM, Rodrigo Abrantes Antunes wrote: > > Citando Heitor Faria : > > Hi, I had a pro

[Bacula-users] Unable to install bacula-win64-5.2.10

2015-06-25 Thread Erik P. Olsen
Hi, I've changed a 32-bit windows 7 system with a 64-bit windows 8.1. I had win32-5.2.10 client running flawlessly on W7 so I thought it would be OK to install win64-5.2.10 on W8.1. The installer bacula-win64-5.2.10.exe runs until the final Setup window on which you should end the installation by

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Silver Salonen
On Thu, Jun 25, 2015 at 8:55 PM, Thomas Lohman wrote: > > Ok, so the option "Allow Duplicate Job=no" can at least prevent multiple > > full backups of the same server in a row as stated before? > > As others mentioned, I think it may help in your case but it may not > completely solve the problem

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Thomas Lohman
No, because the end time of Full job #1 occurred after the end time of the failed job #2. Bacula doesn't see any failed jobs occurring after the end time of successful job #1 which is all it cares about - at least in our patched version. --tom > Wouldn't this changed behavior run into the pr

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Kern Sibbald
Hello Tom, I am still waiting for your FLA so that I can add your code. I find it strange that Universities who are supposed to more or less in the public service are by far the hardest institutions to get them to sign something as simple as an FLA. At Berkeley, they simply gave away most of the

Re: [Bacula-users] Unable to install bacula-win64-5.2.10

2015-06-25 Thread Kern Sibbald
On 25.06.2015 21:02, Erik P. Olsen wrote: > Hi, > > I've changed a 32-bit windows 7 system with a 64-bit windows 8.1. I had > win32-5.2.10 client running flawlessly on W7 so I thought it would be OK > to install win64-5.2.10 on W8.1. The installer bacula-win64-5.2.10.exe > runs until the final Setu

Re: [Bacula-users] Bacula causing high disk-io on clients

2015-06-25 Thread Bill Arlofski
On 06/25/2015 07:46 AM, SPQR wrote: > Hi Alan, > > Wow, this was really fast :-) Thanks for your answer. > > of course I know, that this is a io-consuming-process, but the load is really > too high. Other tasks that are done by the system (log rotation, ...) are not > working correctly and onc

Re: [Bacula-users] Could not connect to server Director daemon ....

2015-06-25 Thread Ana Emília M . Arruda
Hi Olaf, Sorry I was out a few days Have you tested your Bacula with these "fake passwords"? Or you have just changed them for posting here? I found no errors in your passwords configurations, but I'm not sure if you are using these ones posted here. In the case you're not, could you verify yo

Re: [Bacula-users] Could not connect to server Director daemon ....

2015-06-25 Thread olx69
Hello Ane, > Sorry I was out a few days Have you tested your Bacula with these > "fake passwords"? Or you have just changed them for posting here? I > found no errors in your passwords configurations, but I'm not sure if > you are using these ones posted here. In the case you're not, could you