From 1a5e4a9cddf60d3e405e1bfbc0177f55295baeb8 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Mon, 31 May 2021 22:33:44 +0200 Subject: [PATCH] doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b772466..182275c 100644 --- a/README.md +++ b/README.md @@ -400,7 +400,7 @@ I'll add some tips when the issues start to get in on github. :) ## Transfer buffering, compression and rate limiting. -If you're transferring over a slow link it might be useful to use `--compress=zstd-fast`. This will compres the data before sending, so it uses less bandwidth. +If you're transferring over a slow link it might be useful to use `--compress=zstd-fast`. This will compress the data before sending, so it uses less bandwidth. An alternative to this is to use --zfs-compressed: This will transfer blocks that already have compression intact. (--compress will usually compress much better but uses much more resources. --zfs-compressed uses the least resources, but can be a disadvantage if you want to use a different compression method on the target.) You can also limit the datarate by using the `--rate` option.