bareos: dev/arogge/bareos-18.2/fix-951 f1139d19

Author Committer Branch Timestamp Parent
arogge_adm arogge_adm dev/arogge/bareos-18.2/fix-951 2019-01-09 12:57 bareos-18.2 3645f00e Pending
Affected Issues  0000951: Differential backup compute date from last incremental
Changeset core: make sure jcr->stime is set correctly

Fixes 0000951: Differential backup compute date from last incremental
Previously job.c did not recalculate jcr->stime when upgrading an
incremental job to a differential job due to MaxDiffInterval, thus
backing up only files like an incremental job would do.
This patch sets jcr->stime to the start time of the last full or
differential job in this case.
mod - core/src/dird/job.cc Diff File
mod - core/src/include/jcr.h Diff File