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
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
Hello
Is there a way to cancel multiple running Jobs with bconsole?
Ive 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