On 10/31/14 13:56, Jeff MacDonald wrote: > Hi, > > Can I do something like > > list jobs status=successful > > or > > list jobs job=job123 > > I’m looking for better ways to be able to filter jobs on the command line etc. > > Jeff
Jeff, from a shell prompt or a script you can do this: echo "list jobs" | bconsole -c /path/to/bconsole.conf | grep " T " or echo "list jobs" | bconsole -c /path/to/bconsole.conf | grep " 1,234 " And then a little tr, sed, and/or awk to format it Bill -- Bill Arlofski Reverse Polarity, LLC http://www.revpol.com/ -- Not responsible for anything below this line -- ------------------------------------------------------------------------------ _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users