X-Ryl669/Frost

Feature request: Add support for multiple multichunk at the same time in the Backup process

Closed this issue · 2 comments

In the backup process, right now, only a single Multichunk is opened and appended to.
I should allow the software to have two of them, one being compressed & encrypted, and the other only encrypted.
Only the chunks with a low entropy would go to the former, while the high entropy chunks will skip compression since it would not save them anything anyway.

Should be implemented now. Currently testing...

Ok, tested with 50GB of data, and it worked perfectly, making a RC for version 1.0.0 since every feature I wanted are done.