S
S
SergeyShibka2015-10-31 14:45:55
linux
SergeyShibka, 2015-10-31 14:45:55

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

2 answer(s)
R
Roman Mirilaczvili, 2015-10-31
@SergeyShibka

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.

R
Ruslan Fedoseev, 2015-10-31
@martin74ua

exactly the same conveyor?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question