Bacula-users

Re: [Bacula-users] Can anybody tell me how DirStartUp.py works ???

2010-08-13 08:17:49
Subject: Re: [Bacula-users] Can anybody tell me how DirStartUp.py works ???
From: "Erik Grootjans" <edgrootjans AT versatel DOT nl>
To: "Martin Simmons" <martin AT lispworks DOT com>, <bacula-users AT lists.sourceforge DOT net>
Date: Fri, 13 Aug 2010 14:14:29 +0200
Hi Martin,

Thanks for your reply.
Youre were right!
I changed the Maximum Volume directive to 100 and the script did function.
I used the same parameters for testing as the parameters for my real backup 
and forgot that the retentionperiod of 1/2 year would not be reached (One 
Full backup every month).
So with the maximum volumes on 100 there was a Volume created withg the name 
Georgetown-Full-0001.
Just what i wanted.
Thanks.

Erik

----- Original Message ----- 
From: "Martin Simmons" <martin AT lispworks DOT com>
To: <bacula-users AT lists.sourceforge DOT net>
Sent: Wednesday, August 11, 2010 9:12 PM
Subject: Re: [Bacula-users] Can anybody tell me how DirStartUp.py works ???


> Hi Erik,
>
> Why do you have Maximum Volumes = 9?  That will tell Bacula to create at 
> most
> 9 volumes, but I think you already have more (29?).
>
> I suggest you remove that directive (or set it much higher) if you want 
> Bacula
> to label more with the Python script.
>
> __Martin
>
>
>
>>>>>> On Wed, 11 Aug 2010 13:55:01 +0200, Erik Grootjans said:
>>
>> Martin,
>>
>> First thanks for your reply!
>> In the bacula-director, the maximum-volumes was set.
>> The Pool looks like this:
>>
>> Pool {
>>   Name = Full-Pool
>>   Pool Type = Backup
>>   Recycle = yes
>>   AutoPrune = yes                     # Prune expired Jobs/Files
>>   Volume Retention = 6 months         # six months
>>   Maximum Volume Jobs = 1
>>   Label Format = Full-
>>   Maximum Volumes = 9
>> }
>>
>> On the Georgetown bacula runs
>> The director-daemon, the storage-daemon and the file-daemon
>>
>> I have done the following:
>> #cd /etc/bacula
>> #/etc/init.d/bacula-director stop
>> #bacula-dir -d200 >output
>> #bconsole
>> run
>> 1 GeorgetownTest0
>> yes
>> messages
>> ...
>> ...
>> label
>> 1 File
>> Full-0050
>> 3 Full-Pool
>> messages
>> (job ended)
>> quit
>>
>> #/ec/init.d/bacula-director stop
>>
>> I have copyed the log of jobid 88 (this job) to job88.log
>>
>> And I have added both files job88.log and output with this mail.
>>
>> I dont see any errors in the output (debug-file) but then i'm no expert 
>> in
>> this.
>> Can you make something out of this.
>> Thanks.
>>
>> Erik
>>
>>
>> ----- Original Message ----- 
>> From: "Martin Simmons" <martin AT lispworks DOT com>
>> To: <bacula-users AT lists.sourceforge DOT net>
>> Sent: Monday, August 09, 2010 5:25 PM
>> Subject: Re: [Bacula-users] Can anybody tell me how DirStartUp.py works 
>> ???
>>
>>
>> >>>>>> On Sat, 7 Aug 2010 21:55:08 +0200, Erik Grootjans said:
>> >>
>> >> 06-aug 15:13 host1-dir JobId 86: Python Dir JobStart: JobId=86
>> >> Client=host1-fd NumVols=0
>> >> 06-aug 15:13 host1-dir JobId 86: name=host1-dir version=2.4.4 28 
>> >> December
>> >> 2008 conf=/etc/bacula/bacula-dir.conf working=/var/lib/bacula
>> >> 06-aug 15:13 host1-dir JobId 86: Start Backup JobId 86,
>> >> Job=host1Test0.2010-08-06_15.13.50.03
>> >> 06-aug 15:13 host1-dir JobId 86: Using Device "FileStorage"
>> >> 06-aug 15:13 host1-sd JobId 86: Job host1Test0.2010-08-06_15.13.50.03
>> >> waiting. Cannot find any appendable volumes.
>> >> Please use the "label"  command to create a new Volume for:
>> >>     Storage:      "FileStorage" (/var/disk1/backup/)
>> >>     Pool:         Full-Pool
>> >>     Media type:   File
>> >>
>> >>
>> >> I have to label by the label-command.
>> >>
>> >> I dont understand why.
>> >>
>> >> So can anybody tell me if i did forget something.
>> >>
>> >> I asume that the procedure is called, because in the original file 
>> >> there
>> >> was
>> >> no noop=1, so this NewVolumefunction was used in the example. So maybe 
>> >> i
>> >> have to declare/or register something. I dont know.
>> >>
>> >> Please can someone help me with this.
>> >
>> > It looks like Bacula is not trying to make a new volume.
>> >
>> > Try setting debug level 200 in the Director.
>> >
>> > Also, do you have MaximumVolumes set in the pool?
>> >
>> > __Martin
>> >
>> > ------------------------------------------------------------------------------
>> > This SF.net email is sponsored by
>> >
>> > Make an app they can't live without
>> > Enter the BlackBerry Developer Challenge
>> > http://p.sf.net/sfu/RIM-dev2dev
>> > _______________________________________________
>> > Bacula-users mailing list
>> > Bacula-users AT lists.sourceforge DOT net
>> > https://lists.sourceforge.net/lists/listinfo/bacula-users
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users 


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>