]> 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)
commit143e220b61c2566cad1caf56f42b02a489fad5de
treef3dcd26607dd4e071fd8c8495ebeb89c245abeea
parente560f5ae060ce4b6a4e810d486a47ad83ba79abf
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