Hi Alan,

a job definition allows one Storage directive only, of course.
All directives are keywords, thus they must be unique.  But, 
within a Schedule definition, you may change the storage for 
the scheduled job.  Example:

Schedule {
        Name = "Foo"
        Run = Full Storage="Tape" Pool="FooFull" 1st sat on dec at 06:10
        Run = Differential Storage="Tape" DifferentialPool="FooDiff" 1st sat on 
jan-nov at 23:10
        Run = Incremental Storage="Disk" IncrementalPool="FooIncr" sun-fri at 
23:10
        Run = Incremental Storage="Disk" IncrementalPool="FooIncr" 2nd-5th sat 
at 23:10
}

JobDefs {
        Name = "FooJob"
        Level = Incremental
        Schedule = "Foo"
        Storage = "Tape" 
        Pool = ...
        ...
}

Job {
        Name = "FooHost"
        JobDefs = "FooJob"
        Client = "FooHost-fd"
        ...
}

Client {
        Name = "FooHost-fd"
        ...
}




Best,

        Robert

--------------------------------------------------------
++ German Research Center for Artificial Intelligence ++
--------------------------------------------------------
Robert Wirth, Stuhlsatzenhausweg 3, D-66123 Saarbruecken
@office: +49-681-302-5078/5572 ++ @fax: +49-681-302-5020
mailto:[EMAIL PROTECTED] ++ http://www.dfki.de/~wirth
--------------------------------------------------------



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to