Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

borg2: archive the inode number? #8362

Closed
ThomasWaldmann opened this issue Sep 9, 2024 · 0 comments
Closed

borg2: archive the inode number? #8362

ThomasWaldmann opened this issue Sep 9, 2024 · 0 comments
Assignees
Milestone

Comments

@ThomasWaldmann
Copy link
Member

ThomasWaldmann commented Sep 9, 2024

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.

@ThomasWaldmann ThomasWaldmann added this to the 2.0.0b11 milestone Sep 9, 2024
@ThomasWaldmann ThomasWaldmann self-assigned this Sep 17, 2024
ThomasWaldmann added a commit that referenced this issue Sep 17, 2024
create: also archive inode number, fixes #8362
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant