←back to thread

172 points lnyan | 1 comments | | HN request time: 0.209s | 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. fulafel ◴[] No.42201324[source]
That's slowish, bottlenecking disk based IO. (yes you can improve it with dd options, if you are versed in the language...)