diff --git a/Piping.md b/Piping.md index 98b020b..2ab7604 100644 --- a/Piping.md +++ b/Piping.md @@ -12,7 +12,7 @@ This needs the mbuffer command on both sides. If you're transferring over a slow link it might be useful to use `--compress`. 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. Also it +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.