bareos: master 4e0f2703
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
pstorz | mvwieringen | master | 2016-06-13 19:20 | master b7385dbd | Pending |
Changeset | First version of always incremental backup scheme To be able to run an always incremental backup scheme, we need to be able to merge the oldest full backup with the oldest incremental backup. This is the first try to implement this by adding three directives to the job resource regarding AlwaysIncremental: AlwaysIncremental (yes/no) - is always incremental enabled at all AlwaysIncrementalInterval - incrementals older than this are merged into a full AlwaysIncrementalNumber - this number of incrementals should be kept even if the interval is smaller |
||||
mod - src/cats/sql_get.c | Diff File | ||||
mod - src/dird/Makefile.in | Diff File | ||||
mod - src/dird/admin.c | Diff File | ||||
add - src/dird/consolidate.c | Diff File | ||||
mod - src/dird/dird_conf.c | Diff File | ||||
mod - src/dird/dird_conf.h | Diff File | ||||
mod - src/dird/job.c | Diff File | ||||
mod - src/dird/protos.h | Diff File | ||||
mod - src/dird/ua_run.c | Diff File | ||||
mod - src/dird/vbackup.c | Diff File | ||||
mod - src/include/jcr.h | Diff File | ||||
mod - src/lib/jcr.c | Diff File | ||||
mod - src/lib/util.c | Diff File | ||||
mod - src/win32/dird/Makefile | Diff File |