←back to thread

177 points lnyan | 1 comments | | HN request time: 0.208s | source
Show context
6c696e7578 ◴[] No.42198530[source]
A little more typing, but I find dd present on most systems already, so I tend to do this:

  tar ... | dd status=progress | ...
replies(4): >>42198684 #>>42198757 #>>42200618 #>>42201324 #
1. flyinghamster ◴[] No.42200618[source]
One problem I've noticed with status=progress is that systems can sometimes have gigabytes of buffer space waiting to be filled, so the transfer spends most of its time in a "nearly done" state while (for instance) the SD card gets slowly filled at its real speed.