bareos2015: bareos-13.2 697e6ffa

Author Committer Branch Timestamp Parent
pstorz mvwieringen bareos-13.2 2013-05-09 11:53 bareos-13.2 6d99a2ba Pending
Affected Issues  0000168: Enhance rerun command to be able to restart all failed jobs from last n days
Changeset 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>
mod - src/console/console.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_run.c Diff File