]> git.ipfire.org Git - thirdparty/bacula.git/commit
Fix handling of plugin/restore objects in copy/migration jobs
authorMichal Rakowski <michal.rakowski@baculasystems.com>
Thu, 1 Apr 2021 13:41:13 +0000 (15:41 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:01 +0000 (09:03 +0100)
commit07f24f1c48e97e817d3a13647dddb97e1ca71d7e
tree97bb67aecb85a942dfe0c8d59fe9be6287c8ab9d
parent9f0664f9f91a7efc30b1383c90fc2e9b9966e2e1
Fix handling of plugin/restore objects in copy/migration jobs

Objects are being inserted during reading spool file from the SD
(during the despool_attributes_from_file() call), so no need to insert
those manually at the end of MAC job.
bacula/src/dird/mac.c