From fc8bfcc4b8c35d7de8809556529750d417fe5e2a Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 20 May 2010 12:05:23 +0200 Subject: [PATCH] Do not use mtime with basejobs --- bacula/src/findlib/find.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/findlib/find.c b/bacula/src/findlib/find.c index f95c8ed861..db9d21c12e 100644 --- a/bacula/src/findlib/find.c +++ b/bacula/src/findlib/find.c @@ -174,8 +174,8 @@ find_files(JCR *jcr, FF_PKT *ff, int file_save(JCR *jcr, FF_PKT *ff_pkt, bool to ff->flags = 0; ff->VerifyOpts[0] = 'V'; ff->VerifyOpts[1] = 0; - strcpy(ff->AccurateOpts, "C:mcs"); /* mtime+ctime+size by default */ - strcpy(ff->BaseJobOpts, "J:mspug5"); /* mtime+size+perm+user+group+chk */ + strcpy(ff->AccurateOpts, "Cmcs"); /* mtime+ctime+size by default */ + strcpy(ff->BaseJobOpts, "Jspug5"); /* size+perm+user+group+chk */ for (i=0; iinclude_list.size(); i++) { findINCEXE *incexe = (findINCEXE *)fileset->include_list.get(i); fileset->incexe = incexe; -- 2.39.5