From 77a90b5236ef4947e331c0edc55f2a02ddbb634e Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 16 May 2019 17:43:41 +0200 Subject: [PATCH] Turn on cleanup_incomplete() --- bacula/src/dird/backup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bacula/src/dird/backup.c b/bacula/src/dird/backup.c index 8f60279b4..7c192d275 100644 --- a/bacula/src/dird/backup.c +++ b/bacula/src/dird/backup.c @@ -1137,7 +1137,8 @@ void update_bootstrap_file(JCR *jcr) /* Start output with when and who wrote it */ bstrftimes(edt, sizeof(edt), time(NULL)); fprintf(fd, "# %s - %s - %s%s\n", edt, jcr->jr.Job, - level_to_str(edl, sizeof(edl), jcr->getJobLevel()), jcr->since); + level_to_str(edl, sizeof(edl), jcr->getJobLevel()), + jcr->since); for (int i=0; i < VolCount; i++) { /* Write the record */ fprintf(fd, "Volume=\"%s\"\n", VolParams[i].VolumeName); -- 2.47.3