bareos: bareos-16.2 31b75646

Author Committer Branch Timestamp Parent
pstorz mvwieringen bareos-16.2 2016-08-30 17:50 bareos-16.2 4d4802cc Pending
Changeset Added MaxFullConsolidations directive

With AlwaysIncrementalMaxFullAge, it is already possible
to minimize the amount of data being copied when
consolidations are done.

MaxFullConsolidations was introduced to be able to
limit the amount of consolidation jobs per run.

This makes it possible to better distribute the load
with many backups to be consolidated, so that e.g. every
day only a maximum of two full consolidations will be run.

The jobs that are skipped using this directive will then
be run the next call of the consolidate job.
mod - src/dird/consolidate.c Diff File
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/lib/parse_conf.h Diff File