Re: [Bacula-users] Cancel Multiple Jobs

2011-06-14 Thread Jan Behrend
On 06/14/11 21:17, Rodrigo Ferraz wrote: > Hello > > > > Is there a way to cancel multiple running Jobs with bconsole? Hi, here is another one using the shell: for fn in $(echo "s dir" | bconsole | awk '/waiting/ {print $1}') ; do echo "cancel jobid=$fn" ; done | bconsole This cancels all w

Re: [Bacula-users] Cancel Multiple Jobs

2011-06-14 Thread Wolfgang Denk
Dear "Rodrigo Ferraz", In message <002001cc2ac7$bc860520$35920f60$@gmail.com> you wrote: > > Is there a way to cancel multiple running Jobs with bconsole? Use the shell... > Select Job: > 1: JobId=1271 Job=Backup-fs01.2011-06-14_15.54.55_04 > 2: JobId=1272 Job=Backup-mx01.2011-06-14_1

[Bacula-users] Cancel Multiple Jobs

2011-06-14 Thread Rodrigo Ferraz
Hello Is there a way to cancel multiple running Jobs with bconsole? I’ve tried with wildcards (‘*’) and intervals without any success. *cancel Select Job: 1: JobId=1271 Job=Backup-fs01.2011-06-14_15.54.55_04 2: JobId=1272 Job=Backup-mx01.2011-06-14_15.54.58_05 3: JobI