cached chunks of already recontructed files are not deleted from cached tmp path
devhigh29 opened this issue · 1 comments
devhigh29 commented
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 commented
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.