bareos: bareos-17.2 e188d6eb
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
pstorz | pstorz | bareos-17.2 | 2017-12-21 10:26 | master 6ee6c8d8 | Pending |
Changeset | remote replication: set JobLevel correctly * The JobLevel now is set correctly on the writing storagedaemon so that the SOS_LABEL has the correct JobLevel. This makes the medium bscanable which before had the problem of the wrong job level of the scanned jobs. * refactored the inverse logic from if (!jcr->remote_replicate) { /*local replicate*/ } else { /*remote replicate*/ } to better understandable if (jcr->remote_replicate) { /*remote replicate*/ } else { /*local replicate*/ } * fixed some typos |
||||
mod - src/dird/migrate.c | Diff File |