Le samedi 09 janvier 2010 à 21:25 +0100, Kern Sibbald a écrit :
> Hello,
>
> On Saturday 09 January 2010 20:20:01 Renaud Marquet wrote:
> > Kern,
> >
> > altough I searched for a possible workaround, I didn't found the ones
> > you talk about. But your statement is not correct as pointing to a val
Hello,
On Saturday 09 January 2010 20:20:01 Renaud Marquet wrote:
> Kern,
>
> altough I searched for a possible workaround, I didn't found the ones
> you talk about. But your statement is not correct as pointing to a valid
> smtp server is not a proper workaround. Actually, if for some reason,
> t
John Drescher wrote:
> Have you tried to stop bacula-sd and then execute the mtx-changer
> script directly from the shell? You will probably have to look at the
> code for the parameters.
Hi John,
Yes, I have successfully been able to do this a number of times and also
run through the "btape
Kern,
altough I searched for a possible workaround, I didn't found the ones
you talk about. But your statement is not correct as pointing to a valid
smtp server is not a proper workaround. Actually, if for some reason,
the *valid* smtp server is down, the problem will occur and I bet users
will no
Hi,
I noticed something stange. In the first week of january no Full backup was
made on my server(s). I have the following schedule:
Schedule {
Name = "WeeklyCycle"
Run = Level=Full w01 w03 w05 w07 w09 w11 w13 w15 w17 w19 w21 w23 w25 w27
w29 w31 w33 w35 w37 w39 w41 w43 w45 w47 w49 w51 w53 o
Hi all,
I am trying to build a static binary of bacula-fd.
I found this thread:
http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg33494.html
http://sourceforge.net/mailarchive/message.php?msg_name=3838017D92B3C445BA200CE3B6A821A40A7482%40cetus.dawnsign.com
I followed the instruc
> I want do delete all the failed Jobs from the job lists.
>
> I've identified all them with the following sql
>
> # 19
> :List jobs which have no files in db and are possible failed
> SELECT DISTINCT
> Job.JobId,Job.Name,ClientId,Job.StartTime,Job.Type,Job.Level,JobFiles,JobBytes,JobStatus
> FROM
Hello,
I want do delete all the failed Jobs from the job lists.
I've identified all them with the following sql
# 19
:List jobs which have no files in db and are possible failed
SELECT DISTINCT
Job.JobId,Job.Name,ClientId,Job.StartTime,Job.Type,Job.Level,JobFiles,JobBytes,JobStatus
FROM Job
W
Thanks a ton for your reply...
I have testing it on test bed and results are satisfactory.
With previous version of script and after seeing your reply i was not able
to come at comfortable level and hence need to validate before implementing
on production from somebody. Thanks for sending the who