Y
Hacker News
new
|
ask
|
show
|
jobs
by
Multrex
836 days ago
Seems awesome. Can you please tell us how to use gzip or lz4 to do the imaging?
1 comments
zbentley
835 days ago
If you search for “dd gzip” or “dd lz4” you can find several ways to do this. In general, interpose a gzip compression command between the sending dd and netcat, and a corresponding decompression command between the receiving netcat and dd.
For example:
https://unix.stackexchange.com/questions/632267
link
For example: https://unix.stackexchange.com/questions/632267