>>>>> On Fri, 03 Nov 2006 14:10:47 +0100, Robert Wirth said:
> 
> 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
> }

It's better to use the keyword form of the directives, i.e.

Run = Level=Incremental ...

etc.  It looks like the old syntax is still used in some the examples and
parts of the manual though.

__Martin

-------------------------------------------------------------------------
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