Updated Piping (markdown)

DatuX
2022-02-28 07:50:59 +01:00
parent 615db4b392
commit 200d194328

@ -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.