[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
qa TargetName QueueName [description]
qa
command add a queue to a target. The target name and the
queue name must be passed as parameters. A target description can be passed
as optional parameter.
ql
is called to print
queue list of `localhost'. Then, `-d' option is used to print
queue description.
$ dio87d -d $ dio87c ta localhost $ dio87c -- qc localhost 0 $ dio87c -- qa localhost saveq "queue for saves" $ dio87c -- qa localhost normq "queue for other jobs" $ dio87c -- ql localhost normq saveq $ dio87c -- ql localhost -d normq queue for other jobs saveq queue for saves $ |