conserve icon indicating copy to clipboard operation
conserve copied to clipboard

backup stats could count different-mtime, same-content files specially

Open sourcefrog opened this issue 5 years ago • 0 comments

At the moment if the metadata does not match, the whole file is read and hashed (probably unavoidably) and the file is counted as modified. It might be a bit more helpful to say, if it turns out the blocks are exactly the same as in the basis version, it's a separate category. Perhaps it could be called "touched files" or more obviously "unchanged content". A similar situation will occur for permission-only changes.

sourcefrog avatar Jun 19 '20 15:06 sourcefrog