Bacula-users

Re: [Bacula-users] Cancel Multiple Jobs

2011-06-14 16:14:10
Subject: Re: [Bacula-users] Cancel Multiple Jobs
From: Wolfgang Denk <wd AT denx DOT de>
To: rodrigo.ferraz AT pop.com DOT br, "Rodrigo Ferraz" <rofz55 AT gmail DOT com>
Date: Tue, 14 Jun 2011 22:10:13 +0200
Dear "Rodrigo Ferraz",

In message <[email protected]> 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_15.54.58_05
>      3: JobId=1273 Job=Backup-db01.2011-06-14_15.55.00_06
>      4: JobId=1274 Job=Backup-srv02.2011-06-14_15.55.03_07
>      5: JobId=1275 Job=BackupCatalog.2011-06-14_15.55.07_08
>
> Choose Job to cancel (1-5): *

for i in 127{1..5} ; do echo cancel JobId=$i ; done | bconsole

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd AT denx DOT de
Emotions are alien to me.  I'm a scientist.
        -- Spock, "This Side of Paradise", stardate 3417.3

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>