From d5ac78e0d6f21dc60bd4f4f3990a18dc2bc12c4c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 23 Nov 2011 15:29:58 +0000 Subject: * Add bzip2 and xz support to nix-copy-closure. --- doc/manual/nix-copy-closure.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'doc/manual') diff --git a/doc/manual/nix-copy-closure.xml b/doc/manual/nix-copy-closure.xml index 584e713f14..3f2f12320f 100644 --- a/doc/manual/nix-copy-closure.xml +++ b/doc/manual/nix-copy-closure.xml @@ -24,6 +24,8 @@ + + user@machine @@ -96,10 +98,13 @@ those paths. If this bothers you, use - + / / - Compress the dump of each path with - gzip before sending it. + 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. -- cgit 1.4.1