pv – monitor the progress of data through a pipe

I’ve found a very nice tool pv

$ dd if=/dev/sda1 | pv | dd of=backup.img
359MB 0:00:05 [75.3MB/s] [    <=>                       ]

Leave a Reply