Bacula-users

Re: [Bacula-users] admin job - "run" directive

2010-02-07 07:04:37
Subject: Re: [Bacula-users] admin job - "run" directive
From: Thomas Mueller <thomas AT chaschperli DOT ch>
To: bacula-users AT lists.sourceforge DOT net
Date: Sun, 7 Feb 2010 12:01:16 +0000 (UTC)
Am Sat, 06 Feb 2010 20:47:02 +0100 schrieb Markus Falb:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> 
> i tried a admin job:
> 
> job {
>       ...
>       type = admin
>       ...
>       run = "jobX"
>       run = "jobY"
>       ...
> }

maybe this works:

Job {
        ...
        type = admin
        RunScript {
            RunsWhen = Before
            FailJobOnError = No
            Console = "run job=xyz yes"
        }
}


http://bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#6938

- Thomas


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>