True.
-Original Message-
From: Martin Simmons [mailto:mar...@lispworks.com]
Sent: Monday, April 29, 2013 1:42 PM
To: Conrad Lawes
Cc: bacula-users@lists.sourceforge.net; leon.wh...@greenpeace.org
Subject: Re: [Bacula-users] RE Job failed, how to recycle only volumes
>>>>
> On Mon, 29 Apr 2013 12:14:46 -0400, Conrad Lawes said:
>
> I wrote a little bash script that demonstrates how to query to bacula tables
> in postgresql database and purge volumes for a given job. The same can be
> accomplished for mysql
> In the example below, I am searching for job ID
I wrote a little bash script that demonstrates how to query to bacula tables in
postgresql database and purge volumes for a given job. The same can be
accomplished for mysql
In the example below, I am searching for job ID 8431.
---code-
#!/bin/bash
volumes=`psql -U ba