On Fri, Jun 30, 2006 at 07:37:36PM -0400, Francisco Reyes wrote:

> Alternatively is there are a way to specify multiple volumes or a
> range, for deletion? Tried comma separated and dash.

You could use a shell script to automate the task.  Something like:

      for n in $(seq 27 42); do
        echo -e "delete volume=junk-$n\nyes" | bconsole
      done

Just make sure that you've got the range of volumes right first!

-- John Kodis.

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to