View Issue Details

IDProjectCategoryView StatusLast Update
0000168bareos-coredirectorpublic2015-03-25 19:18
Reporterpstorz Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Product Version12.4.3 
Fixed in Version12.4.4 
Summary0000168: Enhance rerun command to be able to restart all failed jobs from last n days
DescriptionUsually when there is a major problem with the bareos system, multiple jobs are not run.

It would be nice if you could rerun all failed jobs from the last 24hs instead of having to search the jobids by hand.

syntax should be like "rerun days=1"
TagsNo tags attached.

Activities

pstorz

pstorz

2013-05-10 14:27

administrator   ~0000408

Works
pstorz

pstorz

2013-06-05 09:58

administrator   ~0000443

documented in https://trac.dass-it.de/bareos/wiki/bareos/documentation
mvwieringen adm

mvwieringen adm

2013-08-13 03:12

administrator   ~0000586

Fix committed to bareos bareos-12.4 branch with changesetid 933.
mvwieringen

mvwieringen

2015-03-25 16:51

developer   ~0001372

Fix committed to bareos2015 bareos-13.2 branch with changesetid 4217.
joergs

joergs

2015-03-25 19:18

developer   ~0001528

Due to the reimport of the Github repository to bugs.bareos.org, the status of some tickets have been changed. These tickets will be closed again.
Sorry for the noise.

Related Changesets

bareos: master 98d3acc0

2013-05-09 09:53

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Rerun command can rerun multiple failed jobs

We can now automatically choose multiple failed jobs
for rerunning.

The selection of the failed jobs to rerun are:

- Timeframe in which the failed jobs were scheduled
-> specify "days=" or "hours="

- Jobs newer than a certain jobid (the given jobid is included)
-> specifying "since_jobid"

Fixes 0000168 : Enhance rerun command to be able to restart all failed jobs from last n days

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000168
mod - src/dird/ua_run.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/console/console.c Diff File

bareos: bareos-12.4 ffd892f2

2013-05-09 09:53

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Rerun command can rerun multiple failed jobs

We can now automatically choose multiple failed jobs
for rerunning.

The selection of the failed jobs to rerun are:

- Timeframe in which the failed jobs were scheduled
-> specify "days=" or "hours="

- Jobs newer than a certain jobid (the given jobid is included)
-> specifying "since_jobid"

Fixes 0000168 : Enhance rerun command to be able to restart all failed jobs from last n days

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000168
mod - src/console/console.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_run.c Diff File

bareos2015: bareos-12.4 6e416779

2013-05-09 11:53

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Rerun command can rerun multiple failed jobs

We can now automatically choose multiple failed jobs
for rerunning.

The selection of the failed jobs to rerun are:

- Timeframe in which the failed jobs were scheduled
-> specify "days=" or "hours="

- Jobs newer than a certain jobid (the given jobid is included)
-> specifying "since_jobid"

Fixes 0000168 : Enhance rerun command to be able to restart all failed jobs from last n days

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000168
mod - src/console/console.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_run.c Diff File

bareos2015: bareos-13.2 697e6ffa

2013-05-09 11:53

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Rerun command can rerun multiple failed jobs

We can now automatically choose multiple failed jobs
for rerunning.

The selection of the failed jobs to rerun are:

- Timeframe in which the failed jobs were scheduled
-> specify "days=" or "hours="

- Jobs newer than a certain jobid (the given jobid is included)
-> specifying "since_jobid"

Fixes 0000168 : Enhance rerun command to be able to restart all failed jobs from last n days

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000168
mod - src/console/console.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_run.c Diff File

Issue History

Date Modified Username Field Change
2013-05-06 10:51 pstorz New Issue
2013-05-08 12:38 pstorz Assigned To => pstorz
2013-05-08 12:38 pstorz Status new => assigned
2013-05-09 09:54 mvwieringen Changeset attached => bareos master 1a9fd1d9
2013-05-09 09:54 mvwieringen Assigned To pstorz => mvwieringen
2013-05-09 09:54 mvwieringen Status assigned => resolved
2013-05-09 09:54 mvwieringen Resolution open => fixed
2013-05-10 14:27 pstorz Note Added: 0000408
2013-05-10 14:27 pstorz Status resolved => closed
2013-05-10 14:28 pstorz Product Version => 12.4.3
2013-05-10 14:28 pstorz Fixed in Version => 12.4.4
2013-05-10 14:29 pstorz Fixed in Version 12.4.4 => 13.2.0
2013-05-10 15:08 pstorz Changeset attached => bareos Branch-12.4 2690f85b
2013-05-10 15:08 pstorz Assigned To mvwieringen => pstorz
2013-05-10 15:08 pstorz Status closed => resolved
2013-05-10 15:09 pstorz Fixed in Version 13.2.0 => 12.4.4
2013-05-10 15:18 mvwieringen Status resolved => closed
2013-05-10 15:18 mvwieringen Assigned To pstorz =>
2013-05-24 12:53 pstorz Assigned To => pstorz
2013-05-24 12:53 pstorz Status closed => resolved
2013-06-05 09:58 pstorz Note Added: 0000443
2013-06-21 17:07 joergs Status resolved => closed
2013-08-13 03:12 mvwieringen adm Changeset attached => bareos master 98d3acc0
2013-08-13 03:12 mvwieringen adm Changeset attached => bareos bareos-12.4 ffd892f2
2013-08-13 03:12 mvwieringen adm Note Added: 0000586
2013-08-13 03:12 mvwieringen adm Assigned To pstorz => mvwieringen adm
2013-08-13 03:12 mvwieringen adm Status closed => resolved
2013-08-13 09:39 mvwieringen adm Assigned To mvwieringen adm =>
2013-08-13 09:39 mvwieringen adm Status resolved => closed
2015-03-25 16:51 mvwieringen Changeset attached => bareos2015 bareos-12.4 6e416779
2015-03-25 16:51 mvwieringen Changeset attached => bareos2015 bareos-13.2 697e6ffa
2015-03-25 16:51 mvwieringen Note Added: 0001372
2015-03-25 16:51 mvwieringen Status closed => resolved
2015-03-25 19:18 joergs Note Added: 0001528
2015-03-25 19:18 joergs Status resolved => closed