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

implement files cache for --no-cache-sync #2776

Open
ThomasWaldmann opened this issue Jul 2, 2017 · 1 comment
Open

implement files cache for --no-cache-sync #2776

ThomasWaldmann opened this issue Jul 2, 2017 · 1 comment
Labels
Milestone

Comments

@ThomasWaldmann
Copy link
Member

ThomasWaldmann commented Jul 2, 2017

in borg 1.1, we'll have experimental borg create --no-cache-sync, but there is currently no files cache with it.

running borg create over a bigger amount of files (count as well as size) takes ages as it will read all files to chunk them.

@ThomasWaldmann ThomasWaldmann changed the title add files cache with --no-cache-sync add files cache for --no-cache-sync Jul 2, 2017
@enkore enkore changed the title add files cache for --no-cache-sync implement files cache for --no-cache-sync Jul 23, 2017
@ThomasWaldmann
Copy link
Member Author

hmm, if we do that, guess we could use chunks = [(id, size), ...] in the files cache to work around that we do not have the size information in the ad hoc chunks index when not having produced the chunk in the current session (also, we can not easily get the size information from anywhere else, like from the repo).

@ThomasWaldmann ThomasWaldmann added this to the 2.0.0b1 milestone Jul 4, 2022
@ThomasWaldmann ThomasWaldmann modified the milestones: 2.0.0b1, 2.0.0rc1 Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants