Насколько я понимаю The Schedule Resource говорит о том, что значение Storage из Job может быть переопределено в секции Schedule.
The Job-overrides permit overriding the Level, the Storage, the Messages, and the Pool specifications provided in the Job resource. In addition, the FullPool, the IncrementalPool, and the DifferentialPool specifications permit overriding the Pool specification according to what backup Job Level is in effect.
Schedule {
Name = Schedule
Run = Storage = "Storage-1" Level = Full on 27 at 15:00
Run = Storage = "Storage-2" Level = Full on 27 at 15:42
}
Pool {
Name = Pool
Pool Type = Backup
AutoPrune = yes
Recycle = yes
Volume Retention = 3 months
Maximum Volume Jobs = 1
Maximum Volumes = 15
Storage = Storage-1,Storage-2
#Storage = Storage-1
Label Format = "pool-"
}
Job {
Name = Job
Type = Backup
Level = Full
Client = Client
FileSet = FileSet
Schedule = Schedule
Messages = Standard
Pool = Pool
Write Bootstrap = "/var/lib/bacula/%n.bsr"
Priority = 1
Reschedule On Error = yes
Reschedule Interval = 1440 minutes
Reschedule Times = 0
#Storage = Storage-1,Storage-2
#Storage = Storage-1
}
Не переопределяется используется всегда Storage-1.
Storage {
Name = Storage-1
Address = Address
SDPort = 9103
Password = "Password"
Device = Device
Media Type = File
Maximum Concurrent Jobs = 5
}
Storage {
Name = Storage-2
Address = Address
SDPort = 9103
Password = "Password"
Device = Device
Media Type = File
Maximum Concurrent Jobs = 5
}