Bacula-users

Re: [Bacula-users] List all JOBS of every CATALOGS

2013-03-04 22:46:13
Subject: Re: [Bacula-users] List all JOBS of every CATALOGS
From: Dan Langille <dan AT langille DOT org>
To: stefano scotti <scottistefano91 AT gmail DOT com>
Date: Mon, 4 Mar 2013 22:43:26 -0500
On Mar 4, 2013, at 5:00 PM, stefano scotti wrote:

> Hi,
> 
> is it possible to list jobs for every catalogs?
> 
> the command "list jobs" list only the jobs of the catalog selected by
> the command "use".

Initial guess: no.

The Director deals with one Catalog/database at a time.

why not script it?

for catalog in $catalogs
do
  magic
done

etc…?

-- 
Dan Langille - http://langille.org


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
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>