bareos2015: bareos-13.2 0eac8951

Author Committer Branch Timestamp Parent
pstorz mvwieringen bareos-13.2 2013-05-04 23:26 bareos-13.2 610ef7e1 Pending
Affected Issues  0000014: Implement a scheduler preview for up to one year.
Changeset Added scheduler preview

The new command "status scheduler" shows the status
of the bareos scheduler.
The output first shows what schedule triggers what
jobs, then the scheduler executions of the next
14 days are displayed including the overrides.

By giving the param "schedule=" the display can
be limited to a certain schedule and by giving
"days=" the timeframe for the preview can be
set.

Also, the dotcmd schedule was added, so that the
tab-completion works for giving schedules.

Fixes 0000014: Implement a scheduler preview for up to one year.
mod - src/console/console.c Diff File
mod - src/dird/protos.h Diff File
mod - src/dird/scheduler.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_dotcmds.c Diff File
mod - src/dird/ua_status.c Diff File
mod - src/lib/btime.c Diff File
mod - src/lib/btime.h Diff File