X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=scandir.cc;h=ef7833c6f86438cb5fa104c2ebb7e841a64aa345;hb=dd553bb0b2ac2fe7a1904d2f2670f37e3bb25ae6;hp=cde2835f4195e922438fe0da3ce4a7021320aede;hpb=c404828267cb61f6e32ab77c0ab7835140250912;p=cumulus.git diff --git a/scandir.cc b/scandir.cc index cde2835..ef7833c 100644 --- a/scandir.cc +++ b/scandir.cc @@ -270,6 +270,10 @@ int64_t dumpfile(int fd, dictionary &file_info, const string &path, subfile.analyze_new_block(block_buf, bytes); refs = subfile.create_incremental(tss, o, block_age); } else { + if (flag_rebuild_statcache && ref.is_normal()) { + subfile.analyze_new_block(block_buf, bytes); + subfile.store_analyzed_signatures(ref); + } refs.push_back(ref); } @@ -630,6 +634,7 @@ void usage(const char *program) " --intent=FLOAT intended backup type: 1=daily, 7=weekly, ...\n" " (defaults to \"1\")\n" " --full-metadata do not re-use metadata from previous backups\n" + " --rebuild-statcache re-read all file data to verify statcache\n" " -v --verbose list files as they are backed up\n" "\n" "Exactly one of --dest or --upload-script must be specified.\n",