Michael Koppelman wrote:
>> First I tried this:
>>
>> Schedule {
>>   Name = "CWAnnualCycle1"
>>   Run = Level=Full Pool=Full on jan 1 at 1:05
>>   Run = Level=Full Pool=Full on jul 1 at 1:05a
>>   Run = Level=Differential Pool=Diff monthly on 1 at 1:05
>>   Run = Level=Incremental Pool=Inc daily at 1:05
>> }
>>
>> But when the job ran it went to Pool=Default, the last thing I  would
>> have expected.
>>
>> Then I tried this:
>>
>> JobDefs {
>>   Name = "CWJob"
>>   Type = Backup
>>   Level = Incremental
>>   Client = neutron-fd
>>   FileSet = "www"
>>   Storage = File
>>   Messages = Standard
>>   Pool = Full
>>   Full Backup Pool = Full
>>   Incremental Backup Pool = Inc
>>   Differential Backup Pool = Diff
>>   Priority = 10
>> }


What is the actual Job definition?  JobDefs sets defaults for jobs that
include that particular JobDefs record, and would normally not include
Client or Level, especially if you're setting those from the Schedule.
Did you remember to actually reference your JobDefs AND Schedule in the
Job definition?



-- 
 Phil Stracchino       [EMAIL PROTECTED]
    Renaissance Man, Unix generalist, Perl hacker
 Mobile: 603-216-7037         Landline: 603-886-3518


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to