bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dd and verbosity


From: P
Subject: Re: dd and verbosity
Date: Thu, 09 Sep 2004 09:30:54 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040124

John Lowell wrote:
I use dd in connection with nc to do network backups. I've wondered if there is any way that dd can be made verbose as it copies one disk to the other. The manual offers no such option and, reviewing additional information at the coreutils site, I can't find anything helpful. Can dd be made verbose?

Well it's trivial to implement "progress" output,
and an existing patch is the first hit below:
http://www.google.ie/search?q=dd+progress+patch

You could put a dedicated progress meter in the pipe
like the following, but that would involve a data copy
(which doesn't seem particulary onerous for you since you're
transfering across the network):
http://freshmeat.net/search/?q=pipe+progress&section=projects

--
Pádraig Brady - http://www.pixelbeat.org
--- Following generated by rotagator ---

Wondering what the optimum flags for your
compiler and CPU combination?
http://www.pixelbeat.org/scripts/gcccpuopt
--




reply via email to

[Prev in Thread] Current Thread [Next in Thread]