You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Archive the inode number, maybe we can use it some day to replace the local files cache by the previous archive in the repo.
files cache is a mapping full-path -> (cmtime, size, inode, chunkinfos).
cmtime is either ctime or mtime, depending on --files-cache option.
chunkinfos is a list of tuples (chunk_id, size).
we already have most of these infos in the previous archive also.
Archive the inode number, maybe we can use it some day to replace the local files cache by the previous archive in the repo.
files cache is a mapping
full-path -> (cmtime, size, inode, chunkinfos)
.cmtime is either ctime or mtime, depending on
--files-cache
option.chunkinfos is a list of tuples (chunk_id, size).
we already have most of these infos in the previous archive also.
see also #7930.
The text was updated successfully, but these errors were encountered: