Answer the question
In order to leave comments, you need to log in
How to export a dump from SVN under Windows directly to a zip file?
There is a Win2008R2 SP1 server with VisualSVN Server installed on it. I upload the dump to a file, it takes 40Gb, then this file is packed into a zip archive, and takes 18Gb, after that the main dump file is deleted. Question: how can you dump a dump directly into the archive under Windows, bypassing the procedures for creating a separate file of this dump? Under Linux, this is done without problems by the pipeline, expelling the dump to the input of the archiver. How to do it under Windows?
Answer the question
In order to leave comments, you need to log in
You can use gzip compression, which solves the problem with pipelined compression. And also pigz (using compression on a multi-core processor).
You can also use xz or pixz.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question