]> git.sur5r.net Git - bacula/bacula/commit
Fix bug #1751 Make duplicate checking somewhat less naiv.
authorMarco van Wieringen <mvw@planets.elm.net>
Wed, 3 Aug 2011 12:44:50 +0000 (14:44 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:29 +0000 (14:49 +0200)
commitd136d85ec550d8de9c5e79c3d5d78bb9f5dc5bd0
tree0e7c81cc42aaed2fde98ca3475977181a3f0934f
parent6175945d3929885b1162b67525d74c5d19e3eeb9
Fix bug #1751 Make duplicate checking somewhat less naiv.

We were almost there with excluding duplicate checks for Copy and
Migration jobs. We only used the wrong variable. Now allocated a
new one and made the naming somewhat more comprehensible. And extra
check is added that jobs inserted by Migration and Copy and which
have the flag set are also not compared against normal jobs in the
normal canceling process so you should be able to run a copy job
now and start the normal backup job without it being canceled as
reported by alltech in the bug report.
bacula/src/dird/dird_conf.h
bacula/src/dird/job.c
bacula/src/dird/migrate.c
bacula/src/dird/ua_run.c
bacula/src/jcr.h