On Feb 6, 2007, at 9:18 AM, Zeratul wrote:

> I'm wondering if there is any posibility to group more jobs under a  
> generic
> name or to create any kind of hierarchy. I have a total (until now)  
> of 30
> clients with 2 types of backup jobs, with 2 types of storage (disk  
> and tape)
> and with 2 types of restore (from the disk and from the tape). So,  
> doing the
> math, result a very long list of jobs whenever I'm using a "run"  
> command or
> any other jobs related command.
> Any idea would be appreciated. Thank you.

Well, on a similar note, I have tried recursive JobDefs, since the  
documentation seems to say JobDefs can have any setting a Job can  
have... But it didn't really work. (And if it did work, it'd need a  
check against cyclic inheritance.)

I a similar situation with lots of hosts I want to treat the same,  
but I've been tackling it from a "use scripts to generate the  
configuration data" angle, which while helpful also doesn't solve the  
giant-job-list problem.

Perhaps if the bconsole 'run' command let you list within jobs for a  
given client or jobs from a given jobdef or fileset? e.g.

        >> run
        Show jobs by:
        1. Clients
        2. Filesets
        3. Parent JobDefs
        4. List all
        >> 1
        Pick a client:
        1. web
        2. mail
        3. web2
        >> 2
        Jobs for client web2:
        [...]

More "easy to say, hard to code" what-iffage here:
What if Jobs required either a client or a clientgroup directive. A  
clientgroup is simply a collection of clients or other clientgroups.  
It'd basically be a shortcut for lots of Job definitions where only  
the client line changes, but scheduling etc. is the same.

--
--Darien A. Hager
[EMAIL PROTECTED]
Mobile: (206) 734-5666



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