I have a CentOS server and I have take a backup of the server using following command (dd + lz4).
# dd if=/dev/sda bs=100M | pv -ptera -s500G | lz4 > Lenovo-Win8-sda.dd.lz4
It's working and now I want to restore the backup. But I don't know how to do it with lz4 and dd commands?