]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix #7451 About deleted files incorrectly kept in Virtual Full
authorEric Bollengier <eric@baculasystems.com>
Tue, 9 Mar 2021 12:08:02 +0000 (13:08 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:00 +0000 (09:03 +0100)
bacula/src/dird/vbackup.c

index e0f69bc64a674007b844792a1d97a56df27f5f7c..06fe83eab4d04f497af478f392394ca8f2c25618 100644 (file)
@@ -591,7 +591,7 @@ static bool create_bootstrap_file(JCR *jcr, char *jobids)
       return false;
    }
 
-   if (!db_get_file_list(jcr, jcr->db_batch, jobids, DBL_USE_DELTA | DBL_ALL_FILES,
+   if (!db_get_file_list(jcr, jcr->db_batch, jobids, DBL_USE_DELTA,
                          insert_bootstrap_handler, (void *)rx.bsr_list))
    {
       Jmsg(jcr, M_ERROR, 0, "%s", db_strerror(jcr->db_batch));