From: Kern Sibbald Date: Thu, 16 May 2019 15:43:41 +0000 (+0200) Subject: Turn on cleanup_incomplete() X-Git-Tag: Release-9.4.4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a90b5236ef4947e331c0edc55f2a02ddbb634e;p=thirdparty%2Fbacula.git Turn on cleanup_incomplete() --- 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);