From 200d194328c71a093f90e8c83217d71339d715d6 Mon Sep 17 00:00:00 2001 From: DatuX Date: Mon, 28 Feb 2022 07:50:59 +0100 Subject: [PATCH] Updated Piping (markdown) --- Piping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.