From 45487469d15728431e3117559188b96dc939292d Mon Sep 17 00:00:00 2001 From: Moinak Ghosh Date: Sun, 21 Oct 2012 12:34:34 +0530 Subject: [PATCH] Add another example invocation. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f09cade..1ff9bb1 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,11 @@ of 1GB. Allow pcompress to detect the number of CPU cores and use as many thread pcompress -c lzma -l14 -s1g file.tar +Compress "file.tar" using lz4 at max compression with LZ-Prediction pre-processing +and encryption enabled. Chunksize is 100M: + + pcompress -c lz4 -l3 -e -L -s100m file.tar + Compression Algorithms ======================