Update WinRar archive splited by parts

0

I have many big csv files with data that I'm collecting in realtime. I want to add new files to archive monthly.

What I did before - adding new csv file to big archive and do repack (and after upload to cloud). But I wanted to reduce amount of I/O and split that archive to parts. And update always the last part.

Tried to use WinRar for that, but it does not allow to update multi-part archives. Is there anything for that? Or maybe I'm using old version of it.

P.S. If WinRar doesn't support that in any way - is there any other way to compress files iteratively, one-by-one?

wowkin2

Posted 2019-12-24T21:59:39.937

Reputation: 101

https://www.7-zip.org/ is your friend. – K7AAY – 2019-12-24T22:53:09.120

@K7AAY which type of archive is suitable for that? – wowkin2 – 2019-12-24T22:57:18.320

No answers