On Tue, Feb 06, 2007 at 11:18:15AM -0600, 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. 

Bacula doesn't provide any such a facility, but it would be easy
enough to script it.  Something like...

    for job in foo bar moo mar; do
      echo "run job=$job yes" | bconsole
    done

...will queue up the foo, bar, moo, and mar jobs with their default
settings. 

> Any idea would be appreciated. Thank you.

Hope this helps.

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