View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001001 | bareos-core | director | public | 2018-08-28 10:42 | 2019-01-07 16:07 |
Reporter | eshkrig | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Platform | x86_64 | OS | Ubuntu | OS Version | 16.04.5 |
Product Version | 17.2.4 | ||||
Summary | 0001001: Problem with the differential backup | ||||
Description | Hi! Sorry for my English. I have a problem with the differential backup. I have the following backup strategy: full backup every 28 days differential backup every 7 days incremental backup every day Here is part of the corresponding configuration: ... Job { ... Max Full Interval = 27 days 12 hours Max Diff Interval = 6 days 12 hours ... } Schedule { ... Run = Level=Incremental sun-sat at 1:05 } The result is a chain of backups: full, incr, incr, incr, incr, incr, incr, diff, incr, incr, incr, incr, incr, incr, diff, incr and so on. When a differential backup is performed, only files modified since last incremental backup are copied, not since previous differential backup nor full backup. It seems to me that this is due to confusion with the variables stime and jcr->stime in the function get_level_since_time in the src/dird/job.c file. Before the function there is a comment: "The time in jcr->stime is later passed to tell the File daemon what to do." But operations with the variable stime do not end with the setting of the value of the variable jcr->stime when doing differential backup. Please fix it. Thank you very much. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-08-28 10:42 | eshkrig | New Issue | |
2018-10-04 08:56 | eshkrig | Note Added: 0003129 | |
2019-01-07 16:06 | arogge | Relationship added | duplicate of 0000951 |
2019-01-07 16:07 | arogge | Note Added: 0003166 | |
2019-01-07 16:07 | arogge | Status | new => closed |
2019-01-07 16:07 | arogge | Resolution | open => duplicate |