From 1a44f1cb656557715d328818270b82c0c13d58a0 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 24 Jul 2014 17:11:54 +0200 Subject: nix-copy-closure: Drop --bzip2, --xz, --show-progress MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These are too difficult to implement via nix-store --serve. ‘--show-progress’ could be re-implemented fairly easily via a sink/source wrapper class. --- doc/manual/nix-copy-closure.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'doc/manual') diff --git a/doc/manual/nix-copy-closure.xml b/doc/manual/nix-copy-closure.xml index 30b3aaee3..3f8fd8017 100644 --- a/doc/manual/nix-copy-closure.xml +++ b/doc/manual/nix-copy-closure.xml @@ -24,9 +24,9 @@ - - - + @@ -103,22 +103,21 @@ those paths. If this bothers you, use - / / + - Compress the dump of each path with respectively - gzip, bzip2 or - xz before sending it. The corresponding - decompression program must be installed on the target - machine. + Enable compression of the SSH + connection. - + -- cgit v1.2.3