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

cached chunks of already recontructed files are not deleted from cached tmp path #249

Open
devhigh29 opened this issue Mar 24, 2021 · 1 comment

Comments

@devhigh29
Copy link

I have create a chunk store of 3 files, each file is of 500MB.
Chunk store is hosted on a http server.
While extracting, the size of cached directory keeps on increasing because even though the first file of 500MB is re constructed in the target path, the cache tmp path still have those old chunks.
If there is an option to remove already used chunks, it can be useful for systems with less memory.

@OnkelUlla
Copy link

You could have a look at casync-nano. If I remember correctly it does not have this nasty habbit of keeping already used chunks locally, but I am not 100% sure about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants