This is my dd command which I need to modify:
dd if=/tmp/nfs/image.dd of=/dev/sda bs=16k
Now I would like to use pv
to limit the speed of copying from NFS server. How can I achieve that? I know that --rate-limit
does the job, but I am not sure how to construct pipes.
pv
? The options are all listed there. – Chris Davies Sep 20 '15 at 20:12