bareos: bareos-16.2 6a74d1b5

Author Committer Branch Timestamp Parent
joergs joergs bareos-16.2 2016-12-01 15:45 bareos-16.2 5067c6ea Pending
Affected Issues  0000700: Soft Quota Grace period could be reseted only manually
Changeset Soft Quota: add soft quota check after job run

Before, check_softquota has was called at the beginning of a backup job.
The result was that the Soft Quota Grace Time was not set
when the client soft quota has been exceeded, but when the next job for
this client started.

This does not meet the expectation when using soft quotas.

Now the job report after a backup job also better reflects the real quota
status.
mod - AUTHORS Diff File
mod - src/dird/backup.c Diff File
mod - src/dird/quota.c Diff File